| Duckietown Challenges | Home | Challenges | Submissions |
LFV_multi |
|
|---|---|
| Control multiple Duckiebots | |
|
In this variation of the lane following challenge, your agent is embodied in multiple robots. Avoid the crashes with different versions of yourself. See the documentation for more details. |
Note: this is the validation challenge - you can see the output but these are not the scores that count.
These are the metrics defined:
survival_time_medianThis is the median survival time. The simulation is terminated when the car goes outside of the road or it crashes with an obstacle or pedestrian.
in-drivable-lane_medianThis is the median of the time spent outside of the drivable zones. For example this penalizes driving in the wrong lane.
driven_lanedir_consec_medianThis is the median distance traveled, along a lane. (That is, going in circles will not make this metric increase.)
This is discretized to tiles.
deviation-center-line_medianThis is the median lateral deviation from the center line.
No dependencies