Version 4 (modified by 11 years ago) ( diff ) | ,
---|
Image Validation Procedure (Preliminary Torunament)
Table of Contents
- DARPA Spectrum Challenge
- DARPA Spectrum Challenge Q&A
- Tutorial for Hurdle3-like experiment
- Tournament game example !#1
- Match Execution Framework (Post Preliminary)
- Bot Images
- Tournament Scripts
- Match Visualization
- Calibration Reports (2014-03-13)
- Image Validation Procedure (Preliminary Torunament)
- Image Validation Procedure (Final Tournament)
- Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image
- Run prepare.sh and let the node shut down
- Run "omf save" and save the image
omf save -n node2-1.grid.obit-lab.org
- ssh into repository1 and rename the image
ssh repository1 cd /export/omf/omf-images mv expf-id-based-image-name.ndz team-image-name.ndz
- go back to the grid console and load the image into one pair of match nodes i.e.:
omf load -i team-image-name.ndz -t system:topo:dsc-teamA
- turn the imaged nodes on
omf tell -a on -t system:topo:dsc-teamA
- Execute competitive match and receive at least one packet successfully
omf exec system:exp:dsc-match -- --mode COMP
- Execute cooperative match and receive at least one packet successfully
omf exec system:exp:dsc-match -- --mode COOP
- Not alter the image in any way (including renaming it) for the image you want to be used in the preliminary competition.
- If you have multiple images that were scored, tell the ORBIT team which one you want to be used otherwise last one that was successfully verified will be used.
Image Validation Procedure (Final Tournament)
Please note that the submitted image has to be validated for both competitive and cooperative match
- Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image
- Run prepare.sh and let the node shut down
- Run "omf save" and save the image
omf save -n node2-1.grid.obit-lab.org
- ssh into repository1 and rename the image
ssh repository1 cd /export/omf/omf-images mv expf-id-based-image-name.ndz team-image-name.ndz
Validate With Basic Script
Validate Competitive Match
- On the grid console load the saved image into one pair of the competitive match nodes and load one of the bots into the other pair i.e.:
omf load -i team-image-name.ndz -t system:topo:dsc-teamXp omf load -i dsc-bot1.ndz -t system:topo:dsc-teamYp
- Execute competitive match and receive at least one packet successfully
omf exec system:exp:dsc-match -- --mode COMP --arena PRI
Validate Cooperative Match
- On the grid console load the saved image into one pair of cooperative match nodes and load two other bots into the other two sets of cooperative match nodes i.e.:
omf load -i team-image-name.ndz -t system:topo:dsc-teamAp omf load -i dsc-bot6.ndz -t system:topo:dsc-teamBp omf load -i dsc-bot5.ndz -t system:topo:dsc-teamCp
- Execute competitive match and receive at least one packet successfully
omf exec system:exp:dsc-match -- --mode COOP --arena PRI
- After every successful validation, you should receive confirmation email with the score. Note that you can validate multiple images.
- Do not alter the image in any way (including renaming it) once you received validation emails for the image you want to be used in the final competition.
- 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.
Validate With Tournament Scripts
- To set the extended framework create the three configuration files in current working directory:
teams.yaml | comp_matches.yaml | coop_matches.yaml |
---|---|---|
T0: name: Team Name image: team-image-name.ndz T1: name: ORBIT team 1 image: dsc-bot1.ndz T2: name: ORBIT team 2 image: dsc-bot2.ndz T3: name: ORBIT team 3 image: dsc-bot3.ndz T4: name: ORBIT team 1 image: dsc-bot4.ndz T5: name: ORBIT team 2 image: dsc-bot5.ndz T6: name: ORBIT team 3 image: dsc-bot6.ndz | G1: 1: T0 2: T2 | G1: 1: T0 2: T6 3: T5 |
- For competitive validation, in the same directory execute:
dsc-comp 1 A
- For cooperative validation, in the same directory execute:
dsc-coop 1
- After every successful validation, you should receive confirmation email with the score. Note that you can validate multiple images.
- Do not alter the image in any way (including renaming it) once you received validation emails if you want to use it for the final competition.
- 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.
- We strongly encourage teams to play at least one match in all 6 possible arenas i.e.:
dsc-comp 1 A dsc-comp 1 B dsc-comp -s 1 A dsc-comp -s 1 B dsc-coop 1 dsc-coop -s 1
Note:
See TracWiki
for help on using the wiki.