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
File size: 7,948 Bytes
f8364f0 40899ec f8364f0 40899ec f8364f0 40899ec f8364f0 40899ec f8364f0 40899ec f8364f0 40899ec f8364f0 df0c994 f8364f0 df0c994 f8364f0 df0c994 f8364f0 d8929ca f8364f0 d8929ca f8364f0 d8929ca f8364f0 d8929ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | ---
language:
- en
- ko
tags:
- reinforcement-learning
- deep-reinforcement-learning
- stable-baselines3
- ppo
- continuous-control
- mujoco
- pusher
- pusher-v5
- robotics
- robot
- robot-arm
- robotic-manipulation
- manipulation
- 7-dof
- teleoperation
- gymnasium
- pytorch
pipeline_tag: reinforcement-learning
library_name: stable-baselines3
model-index:
- name: pusher-v5-ppo
results:
- task:
type: reinforcement-learning
name: Reinforcement Learning
dataset:
name: Gymnasium MuJoCo Pusher-v5
type: gymnasium/pusher-v5
metrics:
- type: mean_reward
value: -32.42
name: Mean Evaluation Reward (5-Ep Average)
---
# π¦Ύ Pusher-v5 PPO // AI Hub & Live Control Cockpit
[](README.md)
[](README_KR.md)
[](https://huggingface.co/hwihwalab/pusher-v5-ppo)
[](https://github.com/Hwihwa-Lab/pusher-v5-ppo)
[](https://gymnasium.farama.org/environments/mujoco/pusher/)
[](https://pytorch.org)
[](https://stable-baselines3.readthedocs.io)
> **MuJoCo 7-DOF Robotic Continuous Control Telemetry & PPO Deep Reinforcement Learning Platform**
> *[ π English Documentation ](README.md) | [ π°π· νκ΅μ΄ λ§€λ΄μΌ ](README_KR.md)*
This repository contains an advanced continuous deep reinforcement learning system (PPO) and a real-time engineering telemetry cockpit for 7-DOF robotic arm manipulation in [Gymnasium](https://gymnasium.farama.org/environments/mujoco/pusher/) MuJoCo `Pusher-v5`.
---
## π Model Specifications & Benchmark Performance
| Parameter | Specification |
| :--- | :--- |
| **Environment** | Gymnasium MuJoCo `Pusher-v5` (7-DOF Robotic Arm) |
| **Observation Space** | 23-dimensional continuous vector (Joints, Velocities, Tip 3D, Object 3D, Goal 3D) |
| **Action Space** | 7-dimensional continuous motor torques (`Box[-2.0, 2.0]`, float32) |
| **Algorithm** | Proximal Policy Optimization (PPO) with `MlpPolicy` |
| **Deep Learning Framework** | Stable-Baselines3 / PyTorch backend |
| **Observation Normalization** | Raw MuJoCo coordinates & velocities |
| **Baseline Return (Step 0)** | **`-57.51 pts`** (Random exploration, arm-to-object dist ~0.215m) |
| **Converged Return (Step 300k+)**| **`-32.42 Β± 4.30 pts`** *(Peak: **`-26.15 pts`**)* |
| **Arm-to-Object Proximity** | **`0.028 m`** (Precise contact & cylinder grasp alignment) |
| **Goal Proximity Accuracy** | **`0.054 m`** (Target zone reached & pushed) |
---
## ποΈ System Architecture
```mermaid
flowchart TD
subgraph Web_Cockpit ["1-Screen Zero-Scroll Robotics Telemetry Cockpit"]
W1["HTML5 / CSS3 / Vanilla JS Client"] <-->|"WebSocket /ws/simulation @ 30 FPS"| S1["FastAPI High-Performance Engine"]
S1 -->|"Base64 JPEG Physics Stream"| W1
S1 -->|"7-DOF Bipolar Torques (-2 to +2 Nm)"| W1
S1 -->|"3D Vector Coordinates (Tip, Obj, Goal)"| W1
W1 -->|"Control Commands (Start, Pause, Step, Reset, Policy)"| S1
end
subgraph Analytics_Deck ["4-Tab Analytics & Replay Deck"]
T1["Tab 1: Live Telemetry Dynamics (Raw & 20-Ep Moving Average)"]
T2["Tab 2: Milestone Replay Deck (16:9 Widescreen Video Gallery)"]
T3["Tab 3: Live PPO Logs (Algorithmic Console Stream)"]
T4["Tab 4: Environment & Reward Math Specifications"]
end
subgraph Deep_RL_Pipeline ["Stable-Baselines3 PPO Training Loop"]
TR1["train.py / Background Thread"] --> TR2["MuJoCo Pusher-v5 Physics"]
TR2 --> TR3["VisualProgressCallback"]
TR3 --> TR4["Step 0 to 300k MP4 & GIF Videos"]
TR3 --> TR5["Training Plots & Metrics JSON"]
TR4 & TR5 --> TR6["Single-Click ZIP Archive: ppo_pusher_bundle.zip"]
end
```
---
## πΉοΈ Interactive Cockpit Features
1. **High-Fidelity 30 FPS Physics Stream**:
- Ultra low-latency canvas streaming via WebSocket.
- 7-DOF Action Space Motor Torque Bipolar Gauge (`[-2.0, +2.0] Nm`) with positive (Cyan) and negative (Rose) deflection.
- 3D Cartesian coordinates tracker for Fingertip, Object, and Goal in real meters.
2. **Deep RL Training Budget Presets**:
- `500 Ep (50k Steps β’ ~12s) - Quick Test`
- `2,000 Ep (200k Steps β’ ~45s) - Basic Pushing`
- `5,000 Ep (500k Steps β’ ~1.8m) β
Recommended Mature`
- `10,000 Ep (1M Steps β’ ~3.5m) - High-Precision`
3. **Widescreen Checkpoint Replay Gallery**:
- Side-by-side comparative video cards displaying the robotic arm's learning trajectory from random exploration (Step 0) to mature convergence (Step 30.7k).
- Instant 1-click export for **MP4 videos** and **animated GIFs**.
---
## π Quickstart & Usage
### 1. Installation
```bash
git clone https://github.com/Hwihwa-Lab/pusher-v5-ppo.git
cd pusher-v5-ppo
pip install -r requirements.txt
```
### 2. Launch Local Web Control Cockpit
```bash
python app.py
```
Open your browser at **`http://localhost:8000`**.
### 3. One-Click Deploy to Hugging Face
```bash
python deploy_to_hf.py
```
### 4. Standalone CLI Training & Evaluation
```bash
# Train PPO agent
python train.py --timesteps 300000 --eval_freq 30000
# Evaluate trained model
python evaluate.py --model_path ./results/ppo_pusher.zip --episodes 5
```
---
## π Quick Python Evaluation Snippet
You can load and evaluate this pre-trained agent in 5 lines of Python using Stable-Baselines3:
```python
import gymnasium as gym
from stable_baselines3 import PPO
# 1. Initialize Pusher-v5 environment & load model
env = gym.make("Pusher-v5", render_mode="human")
model = PPO.load("results/ppo_pusher.zip")
# 2. Run deterministic pushing evaluation
obs, _ = env.reset()
done = False
while not done:
action, _ = model.predict(obs, deterministic=True)
obs, reward, terminated, truncated, _ = env.step(action)
done = terminated or truncated
env.close()
```
---
## β¨οΈ Keyboard Shortcuts Reference
| Key | Action | Description |
| :---: | :--- | :--- |
| **`Space`** | **Start / Pause** | Toggle 30 FPS MuJoCo physical simulation stream |
| **`R`** | **Reset Environment** | Reset robotic arm, cylinder object, and target goal to new random positions |
| **`S`** | **Step Once** | Advance physics engine forward by 1 discrete timestep (0.05s) |
| **`H`** | **Toggle HUD** | Show or hide on-canvas telemetry data overlay |
---
## π‘οΈ AI Governance & Documentation Architecture
This repository is governed by rigorous engineering protocols to ensure simulation fidelity and prevent vibe-coding drift:
- **[`.cursorrules`](.cursorrules)**: AI Vibe-Coding Defense Master Protocol
- **[`DOCS_AI_CODING_PROTOCOL.md`](DOCS_AI_CODING_PROTOCOL.md)**: Coding Standards & Master Documentation Map
- **[`DOCS_SYSTEM_ARCHITECTURE.md`](DOCS_SYSTEM_ARCHITECTURE.md)**: Full-Stack System & WebSocket Architecture Spec
- **[`DOCS_DATA_SCHEMA.md`](DOCS_DATA_SCHEMA.md)**: WebSocket Telemetry Protocol & REST Data Schema
- **[`DOCS_MODEL_EVALUATION_AND_HF_DEPLOY.md`](DOCS_MODEL_EVALUATION_AND_HF_DEPLOY.md)**: Benchmark Evaluation & Hugging Face Hub Pipeline
---
## π Open Source Hubs & Project Links
- π **GitHub Repository**: [https://github.com/Hwihwa-Lab/pusher-v5-ppo](https://github.com/Hwihwa-Lab/pusher-v5-ppo)
- π€ **Hugging Face Model Hub**: [https://huggingface.co/hwihwalab/pusher-v5-ppo](https://huggingface.co/hwihwalab/pusher-v5-ppo)
---
## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|