Commit
·
75ff58f
1
Parent(s):
7cf2ddf
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,16 @@
|
|
| 28 |
2. Step 1: Write your model_id: rebolforces/ppo-pushblock-9M
|
| 29 |
3. Step 2: Select your *.nn /*.onnx file
|
| 30 |
4. Click on Watch the agent play 👀
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
2. Step 1: Write your model_id: rebolforces/ppo-pushblock-9M
|
| 29 |
3. Step 2: Select your *.nn /*.onnx file
|
| 30 |
4. Click on Watch the agent play 👀
|
| 31 |
+
|
| 32 |
+
### Stats
|
| 33 |
+
```
|
| 34 |
+
"final_checkpoint": {
|
| 35 |
+
"steps": 9000019,
|
| 36 |
+
"file_path": "results/PushBlock Training 2/PushBlock.onnx",
|
| 37 |
+
"reward": 4.981160132090251,
|
| 38 |
+
"creation_time": 1661076513.4570658,
|
| 39 |
+
"auxillary_file_paths": [
|
| 40 |
+
"results/PushBlock Training 2/PushBlock/PushBlock-9000019.pt"
|
| 41 |
+
]
|
| 42 |
+
}
|
| 43 |
+
```
|