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 simulation_engine.py
Browse files- simulation_engine.py +0 -1
simulation_engine.py
CHANGED
|
@@ -6,7 +6,6 @@ import gymnasium as gym
|
|
| 6 |
import pygame
|
| 7 |
|
| 8 |
|
| 9 |
-
|
| 10 |
class SimulationEngine:
|
| 11 |
"""MuJoCo Humanoid ์๋ฎฌ๋ ์ด์
์ ๊ด๋ฆฌํ๋ ์ด๊ฒฝ๋ ์์ง"""
|
| 12 |
|
|
|
|
| 6 |
import pygame
|
| 7 |
|
| 8 |
|
|
|
|
| 9 |
class SimulationEngine:
|
| 10 |
"""MuJoCo Humanoid ์๋ฎฌ๋ ์ด์
์ ๊ด๋ฆฌํ๋ ์ด๊ฒฝ๋ ์์ง"""
|
| 11 |
|