Spaces:
Runtime error
Runtime error
Quentin Gallouédec
commited on
Commit
·
319c2e7
1
Parent(s):
a34b271
few minutes
Browse files
app.py
CHANGED
@@ -241,7 +241,8 @@ The Open RL Leaderboard constantly scans the 🤗 Hub to detect new models to be
|
|
241 |
3. The model must be [tagged](https://huggingface.co/docs/hub/model-cards#model-cards) `reinforcement-learning`
|
242 |
4. The model must be [tagged](https://huggingface.co/docs/hub/model-cards#model-cards) with the name of the environment you want to evaluate (for example `MountainCar-v0`)
|
243 |
|
244 |
-
Once your model meets these criteria, it will be automatically evaluated on the Open RL Leaderboard.
|
|
|
245 |
|
246 |
## 🏗️ How do I build the `agent.pt`?
|
247 |
|
|
|
241 |
3. The model must be [tagged](https://huggingface.co/docs/hub/model-cards#model-cards) `reinforcement-learning`
|
242 |
4. The model must be [tagged](https://huggingface.co/docs/hub/model-cards#model-cards) with the name of the environment you want to evaluate (for example `MountainCar-v0`)
|
243 |
|
244 |
+
Once your model meets these criteria, it will be automatically evaluated on the Open RL Leaderboard. It usually takes a few minutes for the evaluation to be completed.
|
245 |
+
That's it!
|
246 |
|
247 |
## 🏗️ How do I build the `agent.pt`?
|
248 |
|