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
|
@@ -108,8 +108,6 @@ for _ in range(1000):
|
|
| 108 |
|
| 109 |
## Replay Video
|
| 110 |
|
| 111 |
-
## Replay Video
|
| 112 |
-
|
| 113 |
<video controls width="700">
|
| 114 |
<source src="agent-step-0-to-step-1000.mp4" type="video/mp4">
|
| 115 |
</video>
|
|
|
|
| 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>
|