Reinforcement Learning
ml-agents
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use dcarpintero/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use dcarpintero/ppo-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="dcarpintero/ppo-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 1,719 Bytes
71ca332 | 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 | {
"Pyramids": {
"checkpoints": [
{
"steps": 499979,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-499979.onnx",
"reward": 1.6643333385388057,
"creation_time": 1688478228.8280017,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-499979.pt"
]
},
{
"steps": 999890,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-999890.onnx",
"reward": 1.603499986231327,
"creation_time": 1688479315.806747,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-999890.pt"
]
},
{
"steps": 1000018,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-1000018.onnx",
"reward": 1.603499986231327,
"creation_time": 1688479315.9096208,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-1000018.pt"
]
}
],
"final_checkpoint": {
"steps": 1000018,
"file_path": "results/Pyramids Training/Pyramids.onnx",
"reward": 1.603499986231327,
"creation_time": 1688479315.9096208,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-1000018.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "0.31.0.dev0",
"torch_version": "1.11.0+cu102"
}
} |