Duckietown Challenges Home Challenges Submissions

Challenge "aido2-MS-ipfs"

Challenge description

multi step, with IPFS support

Leaderboard

Submissions

Challenge logistics

Scoring

Scoring criteria

These are the metrics defined:

passed-step1 - passed-step1

1 if the submission passed the first step.

passed-step2 - passed-step2

1 if the submission passed the second step.

Dependencies

Dependencies

No dependencies

Details

Technical details

Evaluation steps details

Evaluation step step1

Timeout 100.0

In this first step, we run the container step1-evaluator and the solution container.

This is the Docker Compose configuration skeleton:

version: '3'
services:
    solution:
        image: SUBMISSION_CONTAINER
        environment: {}
    step1-evaluator:
        image: docker.io/andreacensi/duckietown-challenges@sha256:6ec0f198e113cb366dc24bb8e8706f572a76877380297f31bd288a7481bddde3
        environment: {}

The text SUBMISSION_CONTAINER will be replaced with the user containter.

Resources required for evaluating this step

IPFS mountpoint /ipfs available1

Evaluation step step2

Timeout 100.0

In the second step, we only run a second container called step2-evaluator.

This is the Docker Compose configuration skeleton:

version: '3'
services:
    step2-evaluator:
        image: docker.io/andreacensi/duckietown-challenges@sha256:6ec0f198e113cb366dc24bb8e8706f572a76877380297f31bd288a7481bddde3
        environment: {}

The text SUBMISSION_CONTAINER will be replaced with the user containter.

Resources required for evaluating this step

IPFS mountpoint /ipfs available1