Reinforcement Learning
ml-agents
ML-Agents-Pyramids
ppo
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use sam522/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use sam522/ppo-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="sam522/ppo-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 460 Bytes
bfadc6c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"model_name": "PPO Pyramids Agent",
"algorithm": "PPO",
"environment": "ML-Agents-Pyramids",
"performance": {
"mean_reward": 5.1,
"std_reward": 0.85,
"pyramids_completed": 5.0
},
"training": {
"episodes": 3000,
"framework": "PyTorch",
"course": "Hugging Face Deep RL Course Unit 5"
},
"tags": [
"ML-Agents-Pyramids",
"ppo",
"deep-reinforcement-learning",
"reinforcement-learning",
"ml-agents"
]
} |