Instructions to use VkumarStack/ppo-Huggy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use VkumarStack/ppo-Huggy with ml-agents:
mlagents-load-from-hf --repo-id="VkumarStack/ppo-Huggy" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 4,389 Bytes
d5c8296 | 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 111 112 113 114 115 116 117 118 119 | {
"Huggy": {
"checkpoints": [
{
"steps": 199878,
"file_path": "results/Huggy2/Huggy/Huggy-199878.onnx",
"reward": 3.2611263299333877,
"creation_time": 1734562206.1831884,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-199878.pt"
]
},
{
"steps": 399977,
"file_path": "results/Huggy2/Huggy/Huggy-399977.onnx",
"reward": 3.5352801660011552,
"creation_time": 1734562454.4871995,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-399977.pt"
]
},
{
"steps": 599924,
"file_path": "results/Huggy2/Huggy/Huggy-599924.onnx",
"reward": 4.239963908990224,
"creation_time": 1734562709.8143923,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-599924.pt"
]
},
{
"steps": 799963,
"file_path": "results/Huggy2/Huggy/Huggy-799963.onnx",
"reward": 3.7026104115777545,
"creation_time": 1734562966.2863646,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-799963.pt"
]
},
{
"steps": 999960,
"file_path": "results/Huggy2/Huggy/Huggy-999960.onnx",
"reward": 4.180380431136915,
"creation_time": 1734563224.5719411,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-999960.pt"
]
},
{
"steps": 1199913,
"file_path": "results/Huggy2/Huggy/Huggy-1199913.onnx",
"reward": 4.243298074294781,
"creation_time": 1734563487.475726,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1199913.pt"
]
},
{
"steps": 1399938,
"file_path": "results/Huggy2/Huggy/Huggy-1399938.onnx",
"reward": null,
"creation_time": 1734563745.9861107,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1399938.pt"
]
},
{
"steps": 1599748,
"file_path": "results/Huggy2/Huggy/Huggy-1599748.onnx",
"reward": 3.9767750937687723,
"creation_time": 1734564005.1048408,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1599748.pt"
]
},
{
"steps": 1799943,
"file_path": "results/Huggy2/Huggy/Huggy-1799943.onnx",
"reward": 3.8791882340180672,
"creation_time": 1734564272.5230403,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1799943.pt"
]
},
{
"steps": 1999906,
"file_path": "results/Huggy2/Huggy/Huggy-1999906.onnx",
"reward": 3.742488866382175,
"creation_time": 1734564538.9107275,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1999906.pt"
]
},
{
"steps": 2000005,
"file_path": "results/Huggy2/Huggy/Huggy-2000005.onnx",
"reward": 3.7542640281760176,
"creation_time": 1734564539.0844853,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-2000005.pt"
]
}
],
"final_checkpoint": {
"steps": 2000005,
"file_path": "results/Huggy2/Huggy.onnx",
"reward": 3.7542640281760176,
"creation_time": 1734564539.0844853,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-2000005.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "1.2.0.dev0",
"torch_version": "2.5.1+cu121"
}
} |