Reinforcement Learning
ml-agents
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use Atharva1232/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use Atharva1232/ppo-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="Atharva1232/ppo-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 4,198 Bytes
990541b | 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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | {
"Pyramids": {
"checkpoints": [
{
"steps": 199893,
"file_path": "results/Pyramids1/Pyramids/Pyramids-199893.onnx",
"reward": -0.9996000528335571,
"creation_time": 1787394372.4959798,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-199893.pt"
]
},
{
"steps": 299951,
"file_path": "results/Pyramids1/Pyramids/Pyramids-299951.onnx",
"reward": 0.10639996826648712,
"creation_time": 1787394459.1874733,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-299951.pt"
]
},
{
"steps": 399927,
"file_path": "results/Pyramids1/Pyramids/Pyramids-399927.onnx",
"reward": null,
"creation_time": 1787394545.4466596,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-399927.pt"
]
},
{
"steps": 499945,
"file_path": "results/Pyramids1/Pyramids/Pyramids-499945.onnx",
"reward": null,
"creation_time": 1787394633.103358,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-499945.pt"
]
},
{
"steps": 599997,
"file_path": "results/Pyramids1/Pyramids/Pyramids-599997.onnx",
"reward": null,
"creation_time": 1787394723.0869727,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-599997.pt"
]
},
{
"steps": 699963,
"file_path": "results/Pyramids1/Pyramids/Pyramids-699963.onnx",
"reward": 1.0569999068975449,
"creation_time": 1787394814.8991609,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-699963.pt"
]
},
{
"steps": 799893,
"file_path": "results/Pyramids1/Pyramids/Pyramids-799893.onnx",
"reward": 1.841999962925911,
"creation_time": 1787394904.7333565,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-799893.pt"
]
},
{
"steps": 899921,
"file_path": "results/Pyramids1/Pyramids/Pyramids-899921.onnx",
"reward": 0.7231332709391912,
"creation_time": 1787394994.0133567,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-899921.pt"
]
},
{
"steps": 999996,
"file_path": "results/Pyramids1/Pyramids/Pyramids-999996.onnx",
"reward": 1.8219999969005585,
"creation_time": 1787395087.0048172,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-999996.pt"
]
},
{
"steps": 1000076,
"file_path": "results/Pyramids1/Pyramids/Pyramids-1000076.onnx",
"reward": 1.8147500269114971,
"creation_time": 1787395087.0883884,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-1000076.pt"
]
}
],
"final_checkpoint": {
"steps": 1000076,
"file_path": "results/Pyramids1/Pyramids.onnx",
"reward": 1.8147500269114971,
"creation_time": 1787395087.0883884,
"auxillary_file_paths": [
"results/Pyramids1/Pyramids/Pyramids-1000076.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "1.2.0.dev0",
"torch_version": "2.8.0+cu128"
}
} |