Reinforcement Learning
stable-baselines3
English
Korean
ppo
continuous-control
mujoco
humanoid-v5
robotics
robot
bipedal-robot
neuromotion
Instructions to use hwihwalab/neuromotion-humanoid-v5-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use hwihwalab/neuromotion-humanoid-v5-ppo with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="hwihwalab/neuromotion-humanoid-v5-ppo", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
docs: add NeuroMotion Humanoid-v5 PPO model card & metadata
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ tags:
|
|
| 15 |
- neuromotion
|
| 16 |
pipeline_tag: reinforcement-learning
|
| 17 |
library_name: stable-baselines3
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# 🤖 NeuroMotion // Humanoid-v5 PPO Continuous Control
|
|
@@ -23,6 +24,7 @@ library_name: stable-baselines3
|
|
| 23 |
[](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo/blob/main/README_KR.md)
|
| 24 |
[](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo)
|
| 25 |
[](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo)
|
|
|
|
| 26 |
[](https://gymnasium.farama.org/environments/mujoco/humanoid/)
|
| 27 |
[](https://pytorch.org)
|
| 28 |
[](https://stable-baselines3.readthedocs.io)
|
|
@@ -107,4 +109,9 @@ python run_gui.py
|
|
| 107 |
|
| 108 |
---
|
| 109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
*Trained and deployed with [NeuroMotion Studio](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo) by **hwihwalab**.*
|
|
|
|
| 15 |
- neuromotion
|
| 16 |
pipeline_tag: reinforcement-learning
|
| 17 |
library_name: stable-baselines3
|
| 18 |
+
license: mit
|
| 19 |
---
|
| 20 |
|
| 21 |
# 🤖 NeuroMotion // Humanoid-v5 PPO Continuous Control
|
|
|
|
| 24 |
[](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo/blob/main/README_KR.md)
|
| 25 |
[](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo)
|
| 26 |
[](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo)
|
| 27 |
+
[](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo/blob/main/LICENSE)
|
| 28 |
[](https://gymnasium.farama.org/environments/mujoco/humanoid/)
|
| 29 |
[](https://pytorch.org)
|
| 30 |
[](https://stable-baselines3.readthedocs.io)
|
|
|
|
| 109 |
|
| 110 |
---
|
| 111 |
|
| 112 |
+
## 📄 License
|
| 113 |
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo/blob/main/LICENSE) file for details.
|
| 114 |
+
|
| 115 |
+
---
|
| 116 |
+
|
| 117 |
*Trained and deployed with [NeuroMotion Studio](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo) by **hwihwalab**.*
|