Commit
·
49a4386
1
Parent(s):
78f098a
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,17 @@
|
|
| 28 |
2. Step 1: Write your model_id: rebolforces/testworm
|
| 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/testworm
|
| 29 |
3. Step 2: Select your *.nn /*.onnx file
|
| 30 |
4. Click on Watch the agent play 👀
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
### Stats
|
| 34 |
+
```
|
| 35 |
+
"final_checkpoint": {
|
| 36 |
+
"steps": 9010000,
|
| 37 |
+
"file_path": "results/Worm Training/Worm.onnx",
|
| 38 |
+
"reward": 1249.322021484375,
|
| 39 |
+
"creation_time": 1661040767.5248241,
|
| 40 |
+
"auxillary_file_paths": [
|
| 41 |
+
"results/Worm Training/Worm/Worm-9010000.pt"
|
| 42 |
+
]
|
| 43 |
+
}
|
| 44 |
+
```
|