Reinforcement Learning
stable-baselines3
PyTorch
English
Korean
deep-reinforcement-learning
ppo
continuous-control
mujoco
pusher
pusher-v5
robotics
robot
robot-arm
robotic-manipulation
7-dof
gymnasium
Eval Results (legacy)
Instructions to use hwihwalab/pusher-v5-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use hwihwalab/pusher-v5-ppo with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="hwihwalab/pusher-v5-ppo", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
feat: deploy Pusher-v5 PPO model, telemetry cockpit, and video gallery
Browse files- README.md +1 -1
- README_KR.md +1 -1
README.md
CHANGED
|
@@ -223,5 +223,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
| 223 |
|
| 224 |
---
|
| 225 |
|
| 226 |
-
*Trained and
|
| 227 |
|
|
|
|
| 223 |
|
| 224 |
---
|
| 225 |
|
| 226 |
+
*Trained and deployed with [Pusher AI Hub](https://huggingface.co/hwihwalab/pusher-v5-ppo) by **hwihwalab**.*
|
| 227 |
|
README_KR.md
CHANGED
|
@@ -190,4 +190,4 @@ env.close()
|
|
| 190 |
|
| 191 |
---
|
| 192 |
|
| 193 |
-
*Trained and
|
|
|
|
| 190 |
|
| 191 |
---
|
| 192 |
|
| 193 |
+
*Trained and deployed with [Pusher AI Hub](https://huggingface.co/hwihwalab/pusher-v5-ppo) by **hwihwalab**.*
|