Reinforcement Learning
ml-agents
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use ButtaByte/MLAgents-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use ButtaByte/MLAgents-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="ButtaByte/MLAgents-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 2,520 Bytes
adf0b21 e66fc31 | 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 | {
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "1.1.0",
"torch_version": "2.1.1+cpu"
},
"Pyramids": {
"checkpoints": [
{
"steps": 1499811,
"file_path": "results\\First_Training\\Pyramids\\Pyramids-1499811.onnx",
"reward": null,
"creation_time": 1776829930.2383475,
"auxillary_file_paths": [
"results\\First_Training\\Pyramids\\Pyramids-1499811.pt"
]
},
{
"steps": 1999956,
"file_path": "results\\First_Training\\Pyramids\\Pyramids-1999956.onnx",
"reward": null,
"creation_time": 1776830901.3347154,
"auxillary_file_paths": [
"results\\First_Training\\Pyramids\\Pyramids-1999956.pt"
]
},
{
"steps": 2499911,
"file_path": "results\\First_Training\\Pyramids\\Pyramids-2499911.onnx",
"reward": null,
"creation_time": 1776831919.9835722,
"auxillary_file_paths": [
"results\\First_Training\\Pyramids\\Pyramids-2499911.pt"
]
},
{
"steps": 2999827,
"file_path": "results\\First_Training\\Pyramids\\Pyramids-2999827.onnx",
"reward": -0.9996000528335571,
"creation_time": 1776832956.4751017,
"auxillary_file_paths": [
"results\\First_Training\\Pyramids\\Pyramids-2999827.pt"
]
},
{
"steps": 3000339,
"file_path": "results\\First_Training\\Pyramids\\Pyramids-3000339.onnx",
"reward": -0.9996000528335571,
"creation_time": 1776832956.5925565,
"auxillary_file_paths": [
"results\\First_Training\\Pyramids\\Pyramids-3000339.pt"
]
}
],
"final_checkpoint": {
"steps": 3000339,
"file_path": "results\\First_Training\\Pyramids.onnx",
"reward": -0.9996000528335571,
"creation_time": 1776832956.5925565,
"auxillary_file_paths": [
"results\\First_Training\\Pyramids\\Pyramids-3000339.pt"
]
}
}
} |