Changes between Version 8 and Version 9 of DSC/zf_validation


Ignore:
Timestamp:
Mar 9, 2014, 1:16:07 AM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zf_validation

    v8 v9  
    5757  omf load -i dsc-bot1.ndz -t system:topo:dsc-teamYp
    5858}}}
    59   1. Execute a competitive match and receive at least one packet successfully
     59  1. Execute a competitive match and receive at least one packet successfully (note the 20 second match duration option)
    6060{{{
    61   omf exec system:exp:dsc-match -- --mode COMP --arena PRI
     61  omf exec system:exp:dsc-match -- --mode COMP --arena PRI --runtime 20
    6262}}}
    6363
     
    7171  1. Execute a cooperative match and receive at least one packet successfully
    7272{{{
    73   omf exec system:exp:dsc-match -- --mode COOP --arena PRI
     73  omf exec system:exp:dsc-match -- --mode COOP --arena PRI --runtime 20
    7474}}}
    7575  1. After each successful validation, you should receive a confirmation email with the score. Note that you can validate multiple images.
     
    136136  1. For cooperative validation, in the same directory execute:
    137137{{{
    138   dsc-coop 1
     138  dsc-coop 1 
    139139}}}
    140140  1. After every successful validation, you should receive confirmation email with the score. Note that you can validate multiple images.
    141141  1. Do not alter the image in any way (including renaming it) once you have received validation emails for the image you want to use for the final competition.
    142142  1. Fill in the submission form with the image name that was successfully validated (you have to choose one image out of the set that passed the validation procedure) and submit it over email.
    143   1. We strongly encourage teams to play at least one match in all 6 possible arenas (each run takes between 6 and 8 minutes depending on the image sizes) i.e.:
     143  1. We strongly encourage teams to play at least one match in all 6 possible arenas (each run takes between 4 and 8 minutes depending on the image sizes and match duration) i.e. to exercise your image in all 6 arenas with 20 second matches run:
    144144{{{
    145   dsc-comp 1 A
    146   dsc-comp 1 B
    147   dsc-comp -s 1 A
    148   dsc-comp -s 1 B
    149   dsc-coop 1
    150   dsc-coop -s 1
     145  /usr/local/bin/dsc-comp -r 20 1 A
     146  /usr/local/bin/dsc-comp -r 20 1 B
     147  /usr/local/bin/dsc-comp -r 20 -s 1 A
     148  /usr/local/bin/dsc-comp -r 20 -s 1 B
     149  /usr/local/bin/dsc-coop -r 20 1
     150  /usr/local/bin/dsc-coop -r 20 -s 1
    151151}}}