Reinforcement Learning
stable-baselines3
PandaReachDense-v3
deep-reinforcement-learning
robotics
gymnasium
panda-gym
Eval Results (legacy)
Instructions to use nirmanpatel/a2c-PandaReachDense-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use nirmanpatel/a2c-PandaReachDense-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="nirmanpatel/a2c-PandaReachDense-v3", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -106,14 +106,6 @@ for _ in range(1000):
|
|
| 106 |
|
| 107 |
---
|
| 108 |
|
| 109 |
-
## Replay Video
|
| 110 |
-
|
| 111 |
-
<video controls width="700">
|
| 112 |
-
<source src="agent-step-0-to-step-1000.mp4" type="video/mp4">
|
| 113 |
-
</video>
|
| 114 |
-
|
| 115 |
-
---
|
| 116 |
-
|
| 117 |
## Notes
|
| 118 |
|
| 119 |
This project demonstrates:
|
|
|
|
| 106 |
|
| 107 |
---
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
## Notes
|
| 110 |
|
| 111 |
This project demonstrates:
|