Instructions to use xnscdev/ppo-Huggy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use xnscdev/ppo-Huggy with ml-agents:
mlagents-load-from-hf --repo-id="xnscdev/ppo-Huggy" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
File size: 4,380 Bytes
5290fe8 | 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": 199956,
"file_path": "results/Huggy/Huggy/Huggy-199956.onnx",
"reward": 3.2642785131931307,
"creation_time": 1704230478.4339502,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-199956.pt"
]
},
{
"steps": 399687,
"file_path": "results/Huggy/Huggy/Huggy-399687.onnx",
"reward": 3.7721415045005933,
"creation_time": 1704230722.6507037,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-399687.pt"
]
},
{
"steps": 599713,
"file_path": "results/Huggy/Huggy/Huggy-599713.onnx",
"reward": 4.500993291536967,
"creation_time": 1704230966.9776888,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-599713.pt"
]
},
{
"steps": 799939,
"file_path": "results/Huggy/Huggy/Huggy-799939.onnx",
"reward": 3.8055759842055186,
"creation_time": 1704231209.1118293,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-799939.pt"
]
},
{
"steps": 999981,
"file_path": "results/Huggy/Huggy/Huggy-999981.onnx",
"reward": 3.536368576169924,
"creation_time": 1704231453.4809592,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-999981.pt"
]
},
{
"steps": 1199250,
"file_path": "results/Huggy/Huggy/Huggy-1199250.onnx",
"reward": 3.4386621299313336,
"creation_time": 1704231699.9314873,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-1199250.pt"
]
},
{
"steps": 1399958,
"file_path": "results/Huggy/Huggy/Huggy-1399958.onnx",
"reward": 3.9467158867762637,
"creation_time": 1704231949.425625,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-1399958.pt"
]
},
{
"steps": 1599944,
"file_path": "results/Huggy/Huggy/Huggy-1599944.onnx",
"reward": 3.9070006967279953,
"creation_time": 1704232191.9376752,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-1599944.pt"
]
},
{
"steps": 1799897,
"file_path": "results/Huggy/Huggy/Huggy-1799897.onnx",
"reward": 3.6770241693057844,
"creation_time": 1704232437.7461064,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-1799897.pt"
]
},
{
"steps": 1999996,
"file_path": "results/Huggy/Huggy/Huggy-1999996.onnx",
"reward": 3.722134684140866,
"creation_time": 1704232684.5854743,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-1999996.pt"
]
},
{
"steps": 2000108,
"file_path": "results/Huggy/Huggy/Huggy-2000108.onnx",
"reward": 3.7519684040321493,
"creation_time": 1704232684.7041733,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-2000108.pt"
]
}
],
"final_checkpoint": {
"steps": 2000108,
"file_path": "results/Huggy/Huggy.onnx",
"reward": 3.7519684040321493,
"creation_time": 1704232684.7041733,
"auxillary_file_paths": [
"results/Huggy/Huggy/Huggy-2000108.pt"
]
}
},
"metadata": {
"stats_format_version": "0.3.0",
"mlagents_version": "1.1.0.dev0",
"torch_version": "2.1.2+cu121"
}
} |