hwihwalab commited on
Commit
73a9cec
·
verified ·
1 Parent(s): 8338b3a

docs: add NeuroMotion Humanoid-v5 PPO model card & metadata

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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
  [![Language: 한국어](https://img.shields.io/badge/Language-한국어-green)](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo/blob/main/README_KR.md)
24
  [![Hugging Face Model Hub](https://img.shields.io/badge/🤗%20Hugging%20Face-Model%20Hub-orange)](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo)
25
  [![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-181717?style=flat&logo=github)](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo)
 
26
  [![Gymnasium](https://img.shields.io/badge/Gymnasium-MuJoCo%20Humanoid--v5-0080FF)](https://gymnasium.farama.org/environments/mujoco/humanoid/)
27
  [![PyTorch](https://img.shields.io/badge/PyTorch-2.0+-EE4C2C?style=flat&logo=pytorch)](https://pytorch.org)
28
  [![Stable-Baselines3](https://img.shields.io/badge/Stable--Baselines3-PPO-brightgreen)](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
  [![Language: 한국어](https://img.shields.io/badge/Language-한국어-green)](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo/blob/main/README_KR.md)
25
  [![Hugging Face Model Hub](https://img.shields.io/badge/🤗%20Hugging%20Face-Model%20Hub-orange)](https://huggingface.co/hwihwalab/neuromotion-humanoid-v5-ppo)
26
  [![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-181717?style=flat&logo=github)](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo)
27
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Hwihwa-Lab/neuromotion-humanoid-v5-ppo/blob/main/LICENSE)
28
  [![Gymnasium](https://img.shields.io/badge/Gymnasium-MuJoCo%20Humanoid--v5-0080FF)](https://gymnasium.farama.org/environments/mujoco/humanoid/)
29
  [![PyTorch](https://img.shields.io/badge/PyTorch-2.0+-EE4C2C?style=flat&logo=pytorch)](https://pytorch.org)
30
  [![Stable-Baselines3](https://img.shields.io/badge/Stable--Baselines3-PPO-brightgreen)](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**.*