Instructions to use bestdive/sac-PandaReachDense-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use bestdive/sac-PandaReachDense-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="bestdive/sac-PandaReachDense-v3", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
SAC PandaReachDense-v3
Kay Zheng's Unit 6 coursework, trained from scratch with AI coding assistance. Stable Baselines3 2.3.2, Gymnasium 0.29.1, panda-gym 3.0.7, pybullet 3.2.7, seed 42. Training: 20000 environment steps, CPU. Held-out evaluation: 100 episodes, seeds 100000–100099. Mean reward -0.2263398146163672, std 0.1048106702883708, mean minus std -0.331150. Full evaluation rewards are in evaluation.json.
Reproduce with python train_panda.py; load with SAC.load('model.zip').
On current macOS SDK, building pybullet 3.2.7 required CFLAGS='-Dfdopen=fdopen' to prevent an obsolete bundled zlib macro from shadowing the system declaration.
- Downloads last month
- 14
Evaluation results
- mean_reward on PandaReachDense-v3self-reported-0.2263398146163672 +/- 0.1048106702883708