Duckietown Challenges Home Challenges Submissions

Challenge "aido1_amod_fleet_size_r1-v3"

Challenge description

In the Fleet Size Championship, the goal is to reduce the fleet size as much as possible while keeping the total waiting time W below a fixed level.

The test scenario is San Francisco.

Leaderboard

Submissions

Challenge logistics

Scoring

Scoring criteria

These are the metrics defined:

fleet_size - fleet_size

Penalty for fleet size.

Dependencies

Dependencies

No dependencies

Details

Technical details

Evaluation steps details

Evaluation step step1-simulation

Timeout None

This is the simulation step.

This is the Docker Compose configuration skeleton:

version: '3'
services:
    solution:
        image: SUBMISSION_CONTAINER
        environment: {}
    aido-host:
        image: andreacensi/aido1_amod_fleet_size_r1-v3-step1-simulation-aido-host:2018_11_21_21_20_50
        environment:
            SCENARIO: SanFrancisco.20080520
            REQUESTS_SIZE: '500'

The text SUBMISSION_CONTAINER will be replaced with the user containter.

Resources required for evaluating this step

No particular resources required.

Evaluation step step2-scoring

Timeout None

This step computes the actual scores.

This is the Docker Compose configuration skeleton:

version: '3'
services:
    aido-scorer:
        image: andreacensi/aido1_amod_fleet_size_r1-v3-aido-scorer:2018_10_20_20_59_03
        environment: {}

The text SUBMISSION_CONTAINER will be replaced with the user containter.

Resources required for evaluating this step

No particular resources required.