forked from duckietown-ttic/challenge-aido_LF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating requirements, changing noise statistics, defining all challe…
…nges
- Loading branch information
Gianmarco Bernasconi
committed
Feb 15, 2020
1 parent
2575f2b
commit 4cee8f4
Showing
11 changed files
with
211 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
challenge: gb-eD | ||
|
||
title: "gb-eD " | ||
tags: [gb] | ||
description: | | ||
Randomized dynamics | ||
protocol: aido2_db18_agent-z2 | ||
|
||
date-open: 2020-02-13T00:00Z | ||
date-close: 2020-02-16T13:00Z | ||
|
||
|
||
|
||
|
||
scoring: !include scoring.yaml | ||
|
||
steps: | ||
step1-simulation: | ||
title: Simulation step | ||
description: "" | ||
features_required: | ||
compute_sims: 1 # computation machine | ||
|
||
timeout: 3600 # 1 hour | ||
evaluation_parameters: | ||
services: | ||
evaluator: !include comp_evaluator.yaml | ||
simulator: !include comp_simulator_eD.yaml | ||
solution: !include comp_solution.yaml | ||
|
||
scenario_maker: | ||
environment: | ||
AIDONODE_DATA_IN: /fifos/scenario_maker-in | ||
AIDONODE_DATA_OUT: fifo:/fifos/scenario_maker-out | ||
AIDONODE_CONFIG: | | ||
maps: | ||
- ETHZ_autolab_technical_track | ||
scenarios_per_map: 10 | ||
robots_npcs: 0 | ||
build: | ||
context: ./scenario_maker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
challenge: gb-eDI | ||
|
||
title: "gb-eDI " | ||
tags: [gb] | ||
description: | | ||
Dynamics and image randomization | ||
protocol: aido2_db18_agent-z2 | ||
|
||
date-open: 2020-02-13T00:00Z | ||
date-close: 2020-02-16T13:00Z | ||
|
||
|
||
|
||
|
||
scoring: !include scoring.yaml | ||
|
||
steps: | ||
step1-simulation: | ||
title: Simulation step | ||
description: "" | ||
features_required: | ||
compute_sims: 1 # computation machine | ||
|
||
timeout: 3600 # 1 hour | ||
evaluation_parameters: | ||
services: | ||
evaluator: !include comp_evaluator.yaml | ||
simulator: !include comp_simulator_eDI.yaml | ||
solution: !include comp_solution.yaml | ||
|
||
scenario_maker: | ||
environment: | ||
AIDONODE_DATA_IN: /fifos/scenario_maker-in | ||
AIDONODE_DATA_OUT: fifo:/fifos/scenario_maker-out | ||
AIDONODE_CONFIG: | | ||
maps: | ||
- ETHZ_autolab_technical_track | ||
scenarios_per_map: 10 | ||
robots_npcs: 0 | ||
build: | ||
context: ./scenario_maker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
challenge: gb-eI | ||
|
||
title: "gb-eI" | ||
tags: [gb] | ||
description: | | ||
Image randomization | ||
protocol: aido2_db18_agent-z2 | ||
|
||
date-open: 2020-02-13T00:00Z | ||
date-close: 2020-02-16T13:00Z | ||
|
||
|
||
|
||
|
||
scoring: !include scoring.yaml | ||
|
||
steps: | ||
step1-simulation: | ||
title: Simulation step | ||
description: "" | ||
features_required: | ||
compute_sims: 1 # computation machine | ||
|
||
timeout: 3600 # 1 hour | ||
evaluation_parameters: | ||
services: | ||
evaluator: !include comp_evaluator.yaml | ||
simulator: !include comp_simulator_eI.yaml | ||
solution: !include comp_solution.yaml | ||
|
||
scenario_maker: | ||
environment: | ||
AIDONODE_DATA_IN: /fifos/scenario_maker-in | ||
AIDONODE_DATA_OUT: fifo:/fifos/scenario_maker-out | ||
AIDONODE_CONFIG: | | ||
maps: | ||
- ETHZ_autolab_technical_track | ||
scenarios_per_map: 10 | ||
robots_npcs: 0 | ||
build: | ||
context: ./scenario_maker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
build: | ||
context: ./simulator | ||
environment: | ||
AIDONODE_DATA_IN: /fifos/simulator-in | ||
AIDONODE_DATA_OUT: fifo:/fifos/simulator-out | ||
AIDONODE_CONFIG: | | ||
env_constructor: Simulator | ||
env_parameters: | ||
max_steps: 500001 # we don't want the gym to reset itself | ||
domain_rand: 0 | ||
camera_width: 640 | ||
camera_height: 480 | ||
distortion: true | ||
dynamics_rand: true | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
context: ./simulator | ||
environment: | ||
AIDONODE_DATA_IN: /fifos/simulator-in | ||
AIDONODE_DATA_OUT: fifo:/fifos/simulator-out | ||
AIDONODE_CONFIG: | | ||
env_constructor: Simulator | ||
env_parameters: | ||
max_steps: 500001 # we don't want the gym to reset itself | ||
domain_rand: 0 | ||
camera_width: 640 | ||
camera_height: 480 | ||
distortion: true | ||
dynamics_rand: true | ||
domain_rand: true | ||
camera_rand: true | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
build: | ||
context: ./simulator | ||
environment: | ||
AIDONODE_DATA_IN: /fifos/simulator-in | ||
AIDONODE_DATA_OUT: fifo:/fifos/simulator-out | ||
AIDONODE_CONFIG: | | ||
env_constructor: Simulator | ||
env_parameters: | ||
max_steps: 500001 # we don't want the gym to reset itself | ||
domain_rand: 0 | ||
camera_width: 640 | ||
camera_height: 480 | ||
distortion: true | ||
camera_rand: true | ||
domain_rand: true | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters