Reinforcement Learning
ml-agents
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use earlzero/PyramidsPPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use earlzero/PyramidsPPO with ml-agents:
mlagents-load-from-hf --repo-id="earlzero/PyramidsPPO" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 1,722 Bytes
b63a857 | 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": 499929,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-499929.onnx",
"reward": 0.046199969947338104,
"creation_time": 1734128637.976185,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-499929.pt"
]
},
{
"steps": 999971,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-999971.onnx",
"reward": 1.6369999423623085,
"creation_time": 1734129928.5038931,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-999971.pt"
]
},
{
"steps": 1000099,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-1000099.onnx",
"reward": 1.6369999423623085,
"creation_time": 1734129928.6005545,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-1000099.pt"
]
}
],
"final_checkpoint": {
"steps": 1000099,
"file_path": "results/Pyramids Training/Pyramids.onnx",
"reward": 1.6369999423623085,
"creation_time": 1734129928.6005545,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-1000099.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "1.2.0.dev0",
"torch_version": "2.5.1+cu121"
}
} |