Instructions to use BoschAI/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use BoschAI/ppo-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="BoschAI/ppo-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 1,720 Bytes
4e424f6 | 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": 499975,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-499975.onnx",
"reward": 0.34429997205734253,
"creation_time": 1680633590.3361006,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-499975.pt"
]
},
{
"steps": 999955,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-999955.onnx",
"reward": 1.763000026345253,
"creation_time": 1680634637.331859,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-999955.pt"
]
},
{
"steps": 1000083,
"file_path": "results/Pyramids Training/Pyramids/Pyramids-1000083.onnx",
"reward": 1.763000026345253,
"creation_time": 1680634637.4890645,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-1000083.pt"
]
}
],
"final_checkpoint": {
"steps": 1000083,
"file_path": "results/Pyramids Training/Pyramids.onnx",
"reward": 1.763000026345253,
"creation_time": 1680634637.4890645,
"auxillary_file_paths": [
"results/Pyramids Training/Pyramids/Pyramids-1000083.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "0.31.0.dev0",
"torch_version": "1.11.0+cu102"
}
} |