Duckietown Challenges Home Challenges Submissions

Challenge "aido1_LF1-v3"

Challenge description

This challenge is described in the detail in the book here

Leaderboard

Submissions

Challenge logistics

Scoring

Scoring criteria

These are the metrics defined:

reward - reward

average reward over the episodes

Dependencies

Dependencies

No dependencies

Details

Technical details

Evaluation steps details

Evaluation step step1-simulation

Timeout None

This is the Docker Compose configuration skeleton:

version: '3'
services:
    solution:
        image: SUBMISSION_CONTAINER
        environment: {}
    evaluator:
        image: andreacensi/aido1_lf1-v3-evaluator:2018_10_12_12_50_03
        environment:
            DTG_MAP: loop_obstacles
            DTG_EPISODES: '5'
            DTG_CHALLENGE: LF
            DTG_DOMAIN_RAND: '0'
            DTG_ENVIRONMENT: Duckietown-Lf-Lfv-Navv-Silent-v0
            DTG_CAMERA_WIDTH: '160'
            DTG_CAMERA_HEIGHT: '120'
            DTG_STEPS_PER_EPISODE: '500'

The text SUBMISSION_CONTAINER will be replaced with the user containter.

Resources required for evaluating this step

RAM free (MB)80
Disk available (MB)100

Evaluation step step2-scoring

Timeout None

This is the Docker Compose configuration skeleton:

version: '3'
services:
    scorer:
        image: andreacensi/aido1_lf1-v3-evaluator:2018_10_11_23_14_51
        environment: {}

The text SUBMISSION_CONTAINER will be replaced with the user containter.

Resources required for evaluating this step

RAM free (MB)80
Disk available (MB)100