Upload COMPETITION_DESC.md with huggingface_hub
Browse files- COMPETITION_DESC.md +6 -4
COMPETITION_DESC.md
CHANGED
|
@@ -21,14 +21,16 @@ This challenge focus on the second question. If you have interest on the first o
|
|
| 21 |
## Task Description
|
| 22 |
The challenge focuses on evaluating novel autonomous driving algorithms based on [HUGSIM](https://github.com/hyzhou404/HUGSIM). Our closed-loop simulator will provide challenging variety of photo-realistic urban scenarios, including oncoming traffic and cut-in driving behaviors.
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Privacy
|
| 29 |
-
Your model checkpoints
|
| 30 |
|
| 31 |
-
The tested algorithms are
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Timeline
|
| 34 |
- Challenge Release: June 30, 2025
|
|
|
|
| 21 |
## Task Description
|
| 22 |
The challenge focuses on evaluating novel autonomous driving algorithms based on [HUGSIM](https://github.com/hyzhou404/HUGSIM). Our closed-loop simulator will provide challenging variety of photo-realistic urban scenarios, including oncoming traffic and cut-in driving behaviors.
|
| 23 |
|
| 24 |
+
Unlike typical challenges that require submissions as static files, this workshop requires models and code as submissions due to the nature of closed-loop simulation. Specifically, the interaction between autonomous driving algorithms and the simulator is unpredictable, and results will only be available once the simulation concludes.
|
| 25 |
|
| 26 |
+
For this reason, both the simulator and the submitted autonomous driving algorithms will run online to ensure closed-loop evaluation and prevent overfitting. Your privacy is our top priority in this competition. If you have any concerns regarding privacy, please refer to the privacy section to learn how we safeguard your information.
|
| 27 |
|
| 28 |
## Privacy
|
| 29 |
+
Your model checkpoints should be stored in a private Huggingface model hub.
|
| 30 |
|
| 31 |
+
The tested algorithms are hosted on a Huggingface instance server, which will be destroyed once the evaluation is complete. We do not have authorization to access the server either.
|
| 32 |
+
|
| 33 |
+
The server's behavior is predefined in the Docker file, which is provided to all participants to prevent any cheating.
|
| 34 |
|
| 35 |
## Timeline
|
| 36 |
- Challenge Release: June 30, 2025
|