Instructions to use Boxnixta/ppo-Huggy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use Boxnixta/ppo-Huggy with ml-agents:
mlagents-load-from-hf --repo-id="Boxnixta/ppo-Huggy" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 4,403 Bytes
2e2ebe3 | 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": 199788,
"file_path": "results/Huggy2/Huggy/Huggy-199788.onnx",
"reward": 3.4092477079360717,
"creation_time": 1781870698.6725905,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-199788.pt"
]
},
{
"steps": 399913,
"file_path": "results/Huggy2/Huggy/Huggy-399913.onnx",
"reward": 3.7544214218854903,
"creation_time": 1781870963.2571013,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-399913.pt"
]
},
{
"steps": 599944,
"file_path": "results/Huggy2/Huggy/Huggy-599944.onnx",
"reward": 3.9742618714060103,
"creation_time": 1781871235.7648938,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-599944.pt"
]
},
{
"steps": 799797,
"file_path": "results/Huggy2/Huggy/Huggy-799797.onnx",
"reward": 3.7548567499619363,
"creation_time": 1781871498.20937,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-799797.pt"
]
},
{
"steps": 999987,
"file_path": "results/Huggy2/Huggy/Huggy-999987.onnx",
"reward": 3.7794788954434573,
"creation_time": 1781871770.2724617,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-999987.pt"
]
},
{
"steps": 1199948,
"file_path": "results/Huggy2/Huggy/Huggy-1199948.onnx",
"reward": 3.261096083756649,
"creation_time": 1781872038.6206017,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1199948.pt"
]
},
{
"steps": 1399989,
"file_path": "results/Huggy2/Huggy/Huggy-1399989.onnx",
"reward": 3.6281990107769766,
"creation_time": 1781872306.802362,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1399989.pt"
]
},
{
"steps": 1599973,
"file_path": "results/Huggy2/Huggy/Huggy-1599973.onnx",
"reward": 3.5516632708950318,
"creation_time": 1781872577.8382442,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1599973.pt"
]
},
{
"steps": 1799938,
"file_path": "results/Huggy2/Huggy/Huggy-1799938.onnx",
"reward": 3.8157579867045084,
"creation_time": 1781872851.7844417,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1799938.pt"
]
},
{
"steps": 1999991,
"file_path": "results/Huggy2/Huggy/Huggy-1999991.onnx",
"reward": 3.582541085164481,
"creation_time": 1781873111.3569512,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-1999991.pt"
]
},
{
"steps": 2000125,
"file_path": "results/Huggy2/Huggy/Huggy-2000125.onnx",
"reward": 3.5960435976176504,
"creation_time": 1781873111.4619231,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-2000125.pt"
]
}
],
"final_checkpoint": {
"steps": 2000125,
"file_path": "results/Huggy2/Huggy.onnx",
"reward": 3.5960435976176504,
"creation_time": 1781873111.4619231,
"auxillary_file_paths": [
"results/Huggy2/Huggy/Huggy-2000125.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "1.2.0.dev0",
"torch_version": "2.8.0+cu128"
}
} |