Duckietown Challenges | Home | Challenges | Submissions |
Planning test with empty environment.
These are the metrics defined:
mistakes
A mistake is when you provide an infeasible plan
success_ratio
Percentage of (declared) successfull queries.
duration
Average plan duration
complexity
Average plan complexity (number of steps)
avg_min_distance
Min distance from obstacles
No dependencies
At the beginning execute step step1
.
If step step1
has result success, then declare the submission SUCCESS
.
If step step1
has result failed, then declare the submission FAILED
.
If step step1
has result error, then declare the submission ERROR
.
step1
Timeout 1000.0
This is the Docker Compose configuration skeleton:
version: '3' services: solution: image: SUBMISSION_CONTAINER environment: AIDONODE_DATA_IN: /fifos/checker-in AIDONODE_DATA_OUT: fifo:/fifos/checker-out evaluator: image: registry-stage2.duckietown.org/andrea/duckietown-challenges:lx22-planning-dd-empty-vali-step1-evaluator@sha256:506be5a3ff04a0deb379dbd1c4cf414f966bcda2b1d04f953cffd4ea0a4ce781 environment: {}
The text SUBMISSION_CONTAINER
will be replaced with the user containter.
No particular resources required.