Duckietown Challenges | Home | Challenges | Submissions |
This is a test challenge for log processing.
On success, the submission will produce an MP4 rendered from a log.
These are the metrics defined:
passed
- passed
1 if the submission passed
No dependencies
At the beginning execute step logstep1
.
If step logstep1
has result success, then declare the submission SUCCESS
.
If step logstep1
has result failed, then declare the submission FAILED
.
If step logstep1
has result error, then declare the submission ERROR
.
logstep1
Timeout None
This is the Docker Compose configuration skeleton:
version: '3' services: solution: image: SUBMISSION_CONTAINER environment: {} evaluator: image: andreacensi/aido1_log_processing-v3-evaluator:2018_10_12_00_08_25 environment: {}
The text SUBMISSION_CONTAINER
will be replaced with the user containter.
RAM free (MB) | 80 |
Disk available (MB) | 100 |