Instructions to use Tanaybh/bipedal-walker-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use Tanaybh/bipedal-walker-ppo with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="Tanaybh/bipedal-walker-ppo", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Add metadata
Browse files- metadata.json +7 -0
metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm": "PPO",
|
| 3 |
+
"environment": "BipedalWalker-v3",
|
| 4 |
+
"framework": "stable-baselines3",
|
| 5 |
+
"upload_date": "2025-09-20T20:10:01.676730",
|
| 6 |
+
"description": "Learned bipedal locomotion from scratch"
|
| 7 |
+
}
|