rebolforces commited on
Commit
3e2cf76
•
1 Parent(s): 942d8f2

Update README.md

Browse files

added stats / reward section

Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -28,4 +28,19 @@
28
  2. Step 1: Write your model_id: rebolforces/testpyramidsrnd
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/testpyramidsrnd
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": 3000022,
36
+ "file_path": "results/Pyramids Training2/Pyramids.onnx",
37
+ "reward": 1.87466665605704,
38
+ "creation_time": 1660985715.2452054,
39
+ "auxillary_file_paths": [
40
+ "results/Pyramids Training2/Pyramids/Pyramids-3000022.pt"
41
+ ]
42
+ }
43
+ },
44
+ ```
45
+
46