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
feat: upload train_rl.py
Browse files- train_rl.py +0 -1
train_rl.py
CHANGED
|
@@ -9,7 +9,6 @@ from stable_baselines3 import PPO
|
|
| 9 |
from stable_baselines3.common.logger import configure
|
| 10 |
|
| 11 |
|
| 12 |
-
|
| 13 |
class RLTrainer:
|
| 14 |
"""GUI์ ์ค์๊ฐ์ผ๋ก ์ฐ๋๋๋ PPO ๊ฐํํ์ต ๊ด๋ฆฌ์"""
|
| 15 |
|
|
|
|
| 9 |
from stable_baselines3.common.logger import configure
|
| 10 |
|
| 11 |
|
|
|
|
| 12 |
class RLTrainer:
|
| 13 |
"""GUI์ ์ค์๊ฐ์ผ๋ก ์ฐ๋๋๋ PPO ๊ฐํํ์ต ๊ด๋ฆฌ์"""
|
| 14 |
|