| Duckietown Challenges | Home | Challenges | Submissions |
Planning intermediate level (testing)
These are the metrics defined:
mistakesA mistake is when you provide an infeasible plan
success_ratioPercentage of (declared) successfull queries.
durationAverage plan duration
complexityAverage plan complexity (number of steps)
avg_min_distanceMin distance from obstacles
Depends on successful evaluation on Planning intermediate (validation)
First pass the validation challenge
The sum of the following tests should be at least 0.0.
At the beginning execute step step1-0of4.
If step step1-0of4 has result failed, then declare the submission FAILED.
If step step1-0of4 has result error, then declare the submission ERROR.
At the beginning execute step step1-1of4.
If step step1-1of4 has result failed, then declare the submission FAILED.
If step step1-1of4 has result error, then declare the submission ERROR.
At the beginning execute step step1-2of4.
If step step1-2of4 has result failed, then declare the submission FAILED.
If step step1-2of4 has result error, then declare the submission ERROR.
At the beginning execute step step1-3of4.
If step step1-3of4 has result failed, then declare the submission FAILED.
If step step1-3of4 has result error, then declare the submission ERROR.
If (step step1-0of4 has result success) and (step step1-1of4 has result success) and (step step1-2of4 has result success) and (step step1-3of4 has result success), then declare the submission SUCCESS.
step1-0of4Timeout 1000.0
This is the Docker Compose configuration skeleton:
version: '3' services: solution: image: SUBMISSION_CONTAINER environment: replica: '{"index": 0, "total": 4}' AIDONODE_DATA_IN: /fifos/checker-in AIDONODE_DATA_OUT: fifo:/fifos/checker-out evaluator: image: docker.io/andreacensi/duckietown-challenges@sha256:245ae1f78c9b46317bdf6cb8c644862ece703d8eae2e213fca6c785de992a8b0 environment: replica: '{"index": 0, "total": 4}'
The text SUBMISSION_CONTAINER will be replaced with the user containter.
No particular resources required.
step1-1of4Timeout 1000.0
This is the Docker Compose configuration skeleton:
version: '3' services: solution: image: SUBMISSION_CONTAINER environment: replica: '{"index": 1, "total": 4}' AIDONODE_DATA_IN: /fifos/checker-in AIDONODE_DATA_OUT: fifo:/fifos/checker-out evaluator: image: docker.io/andreacensi/duckietown-challenges@sha256:245ae1f78c9b46317bdf6cb8c644862ece703d8eae2e213fca6c785de992a8b0 environment: replica: '{"index": 1, "total": 4}'
The text SUBMISSION_CONTAINER will be replaced with the user containter.
No particular resources required.
step1-2of4Timeout 1000.0
This is the Docker Compose configuration skeleton:
version: '3' services: solution: image: SUBMISSION_CONTAINER environment: replica: '{"index": 2, "total": 4}' AIDONODE_DATA_IN: /fifos/checker-in AIDONODE_DATA_OUT: fifo:/fifos/checker-out evaluator: image: docker.io/andreacensi/duckietown-challenges@sha256:245ae1f78c9b46317bdf6cb8c644862ece703d8eae2e213fca6c785de992a8b0 environment: replica: '{"index": 2, "total": 4}'
The text SUBMISSION_CONTAINER will be replaced with the user containter.
No particular resources required.
step1-3of4Timeout 1000.0
This is the Docker Compose configuration skeleton:
version: '3' services: solution: image: SUBMISSION_CONTAINER environment: replica: '{"index": 3, "total": 4}' AIDONODE_DATA_IN: /fifos/checker-in AIDONODE_DATA_OUT: fifo:/fifos/checker-out evaluator: image: docker.io/andreacensi/duckietown-challenges@sha256:245ae1f78c9b46317bdf6cb8c644862ece703d8eae2e213fca6c785de992a8b0 environment: replica: '{"index": 3, "total": 4}'
The text SUBMISSION_CONTAINER will be replaced with the user containter.
No particular resources required.