Farseer-W commited on
Commit
e179260
1 Parent(s): b5ad8bb

Upload folder using huggingface_hub

Browse files
Files changed (46) hide show
  1. .gitattributes +35 -35
  2. README.md +35 -0
  3. SnowballTarget.onnx +3 -0
  4. SnowballTarget/SnowballTarget-149984.onnx +3 -0
  5. SnowballTarget/SnowballTarget-149984.pt +3 -0
  6. SnowballTarget/SnowballTarget-184712.onnx +3 -0
  7. SnowballTarget/SnowballTarget-184712.pt +3 -0
  8. SnowballTarget/SnowballTarget-199984.onnx +3 -0
  9. SnowballTarget/SnowballTarget-199984.pt +3 -0
  10. SnowballTarget/SnowballTarget-200112.onnx +3 -0
  11. SnowballTarget/SnowballTarget-200112.pt +3 -0
  12. SnowballTarget/SnowballTarget-22352.onnx +3 -0
  13. SnowballTarget/SnowballTarget-22352.pt +3 -0
  14. SnowballTarget/SnowballTarget-249984.onnx +3 -0
  15. SnowballTarget/SnowballTarget-249984.pt +3 -0
  16. SnowballTarget/SnowballTarget-299976.onnx +3 -0
  17. SnowballTarget/SnowballTarget-299976.pt +3 -0
  18. SnowballTarget/SnowballTarget-300168.onnx +3 -0
  19. SnowballTarget/SnowballTarget-300168.pt +3 -0
  20. SnowballTarget/SnowballTarget-349976.onnx +3 -0
  21. SnowballTarget/SnowballTarget-349976.pt +3 -0
  22. SnowballTarget/SnowballTarget-350328.onnx +3 -0
  23. SnowballTarget/SnowballTarget-350328.pt +3 -0
  24. SnowballTarget/SnowballTarget-41800.onnx +3 -0
  25. SnowballTarget/SnowballTarget-41800.pt +3 -0
  26. SnowballTarget/SnowballTarget-49936.onnx +3 -0
  27. SnowballTarget/SnowballTarget-49936.pt +3 -0
  28. SnowballTarget/SnowballTarget-53504.onnx +3 -0
  29. SnowballTarget/SnowballTarget-53504.pt +3 -0
  30. SnowballTarget/SnowballTarget-61512.onnx +3 -0
  31. SnowballTarget/SnowballTarget-61512.pt +3 -0
  32. SnowballTarget/SnowballTarget-81752.onnx +3 -0
  33. SnowballTarget/SnowballTarget-81752.pt +3 -0
  34. SnowballTarget/SnowballTarget-99960.onnx +3 -0
  35. SnowballTarget/SnowballTarget-99960.pt +3 -0
  36. SnowballTarget/checkpoint.pt +3 -0
  37. SnowballTarget/events.out.tfevents.1731682632.65c5d8cc66ca.27901.0 +3 -0
  38. SnowballTarget/events.out.tfevents.1731683334.65c5d8cc66ca.30908.0 +3 -0
  39. SnowballTarget/events.out.tfevents.1731683362.65c5d8cc66ca.31081.0 +3 -0
  40. SnowballTarget/events.out.tfevents.1731683381.65c5d8cc66ca.31224.0 +3 -0
  41. SnowballTarget/events.out.tfevents.1731683702.65c5d8cc66ca.32628.0 +3 -0
  42. config.json +1 -0
  43. configuration.yaml +79 -0
  44. run_logs/Player-0.log +259 -0
  45. run_logs/timers.json +377 -0
  46. run_logs/training_status.json +110 -0
.gitattributes CHANGED
@@ -1,35 +1,35 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - SnowballTarget
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-SnowballTarget
8
+ ---
9
+
10
+ # **ppo** Agent playing **SnowballTarget**
11
+ This is a trained model of a **ppo** agent playing **SnowballTarget**
12
+ using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
+
14
+ ## Usage (with ML-Agents)
15
+ The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
+
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+ - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
19
+ browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
20
+ - A *longer tutorial* to understand how works ML-Agents:
21
+ https://huggingface.co/learn/deep-rl-course/unit5/introduction
22
+
23
+ ### Resume the training
24
+ ```bash
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+
28
+ ### Watch your Agent play
29
+ You can watch your agent **playing directly in your browser**
30
+
31
+ 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
32
+ 2. Step 1: Find your model_id: legalaspro/ppo-SnowballTarget
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
SnowballTarget.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5135754f31ea86c60f05de688415793abe379ef795f91eaec5fe8e7ff78b89ed
3
+ size 657877
SnowballTarget/SnowballTarget-149984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b327df81c17a816188ccabddd796583074eea230002d655833baed401ffc1885
3
+ size 657877
SnowballTarget/SnowballTarget-149984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b37c145a7f9dd54f8817ac0a065f9367faee2dc82496dd666b8a1e04c76d24
3
+ size 3872166
SnowballTarget/SnowballTarget-184712.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421ce47502de5b7c0b44f09ad2ba1da2e758606713ede40f66dd165d03b47826
3
+ size 657877
SnowballTarget/SnowballTarget-184712.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafda272d1fe1c74931859690ccd1facd9ce996b148064558400df735a6090a2
3
+ size 3872166
SnowballTarget/SnowballTarget-199984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2bb0ae37e9ce1132cf268e0c86b0045e2d236bc8b680af2f9a18e4bd2f652a6
3
+ size 657877
SnowballTarget/SnowballTarget-199984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339389665eb0af6b0b010a42baaf8cb5276aa0596e453a4f3d96c8e8e356fa5e
3
+ size 3872166
SnowballTarget/SnowballTarget-200112.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d33a1c1c980565183d304dea65fa957648be005fd71be704d8e81292459207
3
+ size 657877
SnowballTarget/SnowballTarget-200112.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b58d0b4ed93b9f4e1af0c15d0369d8d5c527d0c82d35eabc635b2a9ede966a
3
+ size 3872166
SnowballTarget/SnowballTarget-22352.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca8caac01a0bfd171d773502263fd2f51722864cf1c87643286829b09fc8abe
3
+ size 657877
SnowballTarget/SnowballTarget-22352.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9734c00793ebb1485da5d01055e2374d219aba064d67749ed9bd2ab14ed4ad54
3
+ size 3872061
SnowballTarget/SnowballTarget-249984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de171a837cafde752d4f6e5fe630a2167004e2294eb1e6481c953a0a8a2e308c
3
+ size 657877
SnowballTarget/SnowballTarget-249984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23aa05487ee3ec1ac1e5688feeb767871cf4e7ad4efcc1da07d6c14ac57afe78
3
+ size 3872166
SnowballTarget/SnowballTarget-299976.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c052bc6f5093ce5c485563980d38658990b444eeb8e6446ae3703ad0ff2ec4
3
+ size 657877
SnowballTarget/SnowballTarget-299976.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb4d3abaceb26b331c8ecce9471b03530972672374f0ca4a56fd12fcf57e6b0
3
+ size 3872166
SnowballTarget/SnowballTarget-300168.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c07a281249652b3282cf17c41500446d3a9cd75a6e1c84b94c3e1fc86fce0bf
3
+ size 657877
SnowballTarget/SnowballTarget-300168.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7edf63a552fbbc657a38cd30a373fc2aef82ae29eca522ea87b273b7b2a0c0
3
+ size 3872166
SnowballTarget/SnowballTarget-349976.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01fdd7471d3d2697dc7574a56e2eccf28f44aab85c9c831ed2db550e13a100b0
3
+ size 657877
SnowballTarget/SnowballTarget-349976.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf5affc2c809c807e0af4008cf9af00c011bcadd9d9eac2321b1c8f824763c5
3
+ size 3872166
SnowballTarget/SnowballTarget-350328.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5135754f31ea86c60f05de688415793abe379ef795f91eaec5fe8e7ff78b89ed
3
+ size 657877
SnowballTarget/SnowballTarget-350328.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c8647f0cedb825876ed7dea8f8e21214da8c30bfa126abc9c328503b3425802
3
+ size 3872166
SnowballTarget/SnowballTarget-41800.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0252f4c2411fe6161f53cf343cbcb2e1e75f35bfacfd32913b8d305414151de0
3
+ size 657877
SnowballTarget/SnowballTarget-41800.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca13adfd78a9bfe312f4a89b432d07df53138378b73082bd80179d6f01c8fa0
3
+ size 3872061
SnowballTarget/SnowballTarget-49936.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5047801d58b66af1382c795af7d82e7f7d20dd5e8e8f5cb44c37e8254a5602e7
3
+ size 657877
SnowballTarget/SnowballTarget-49936.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156f6dc8088f4433584b6a2ea199a5973a91220ccfd20d23ecba67b914e5633c
3
+ size 3872061
SnowballTarget/SnowballTarget-53504.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05af19a04ff85936083a91e935b007a64a5465b7f9cec9622de91b2495053bbc
3
+ size 650646
SnowballTarget/SnowballTarget-53504.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9539a699de105be9898bb7a0a24b8dcf5a3620441e7b49a918df1749f46af49
3
+ size 3850000
SnowballTarget/SnowballTarget-61512.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb681070b00c45a096b972ac360e6e49ca5a76e3c7c340c83aba1514e6f1c8d0
3
+ size 657877
SnowballTarget/SnowballTarget-61512.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2367b7bf37d8a13a0a8e9d33d66b52120cd79578645d77f34a8d43ea681f40ae
3
+ size 3872061
SnowballTarget/SnowballTarget-81752.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c80bd025e9983bb59d2ae426200cf210e07b4d9ba55a5ab5e91f8f821b2e20
3
+ size 657877
SnowballTarget/SnowballTarget-81752.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e371408089e30dde75da2a6e603ed7a4c93de8e7c308bc7b31756c288cb907dc
3
+ size 3872061
SnowballTarget/SnowballTarget-99960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83933a79d9884567d62848e30002e09c97b31c202b8efa0782103383d43b8f84
3
+ size 657877
SnowballTarget/SnowballTarget-99960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d919c70dc722492b39e3dd4d958f78887d619b9972d42b0cd6a243d107db2383
3
+ size 3872061
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b52a913635d9a607b4769db6984253b383023446fb8a881e27b507cb9a1a42e
3
+ size 3871011
SnowballTarget/events.out.tfevents.1731682632.65c5d8cc66ca.27901.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca01ff1305baea81296a5cb13257e2cd74cef58fc55bc5ab2daacd3c746db8a
3
+ size 23171
SnowballTarget/events.out.tfevents.1731683334.65c5d8cc66ca.30908.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e93ca7171984e980447ce5185b0fda67b51eadeb035a034f79e80472c99811
3
+ size 1113
SnowballTarget/events.out.tfevents.1731683362.65c5d8cc66ca.31081.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127ee7c1e75fcf47aee01897a8377e22195f45e73f103371f79516f586f99602
3
+ size 1113
SnowballTarget/events.out.tfevents.1731683381.65c5d8cc66ca.31224.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607f6bdbbcc82a7a1e0571674b2da8625c466ea4e8ddd29c1bacdf3f89d72088
3
+ size 9284
SnowballTarget/events.out.tfevents.1731683702.65c5d8cc66ca.32628.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82373c2a1eee0b6668e8d7bd21e30fced5add2266679718ed721179926d72d2c
3
+ size 5223
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0005, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": true, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 10, "even_checkpoints": false, "max_steps": 350000, "time_horizon": 32, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SnowballTarget3", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": "cuda:0"}, "debug": true}
configuration.yaml ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SnowballTarget:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0005
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 50000
18
+ network_settings:
19
+ normalize: true
20
+ hidden_units: 256
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ init_path: null
39
+ keep_checkpoints: 10
40
+ even_checkpoints: false
41
+ max_steps: 350000
42
+ time_horizon: 32
43
+ summary_freq: 10000
44
+ threaded: true
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: ./training-envs-executables/linux/SnowballTarget/SnowballTarget
49
+ env_args: null
50
+ base_port: 5005
51
+ num_envs: 1
52
+ num_areas: 1
53
+ timeout_wait: 60
54
+ seed: -1
55
+ max_lifetime_restarts: 10
56
+ restarts_rate_limit_n: 1
57
+ restarts_rate_limit_period_s: 60
58
+ engine_settings:
59
+ width: 84
60
+ height: 84
61
+ quality_level: 5
62
+ time_scale: 20
63
+ target_frame_rate: -1
64
+ capture_frame_rate: 60
65
+ no_graphics: true
66
+ no_graphics_monitor: false
67
+ environment_parameters: null
68
+ checkpoint_settings:
69
+ run_id: SnowballTarget3
70
+ initialize_from: null
71
+ load_model: false
72
+ resume: true
73
+ force: false
74
+ train_model: false
75
+ inference: false
76
+ results_dir: results
77
+ torch_settings:
78
+ device: cuda:0
79
+ debug: true
run_logs/Player-0.log ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/MonoBleedingEdge/etc'
3
+ Preloaded 'lib_burst_generated.so'
4
+ Preloaded 'libgrpc_csharp_ext.x64.so'
5
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
6
+ [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/UnitySubsystems
7
+ Forcing GfxDevice: Null
8
+ GfxDevice: creating device client; threaded=0; jobified=0
9
+ NullGfxDevice:
10
+ Version: NULL 1.0 [1.0]
11
+ Renderer: Null Device
12
+ Vendor: Unity Technologies
13
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
14
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
15
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
16
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
17
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
18
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
19
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
20
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
21
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
22
+ Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
23
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
24
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
25
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
26
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
27
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
28
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
29
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
30
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
31
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
32
+ FMOD initialized on nosound output
33
+ Begin MonoManager ReloadAssembly
34
+ - Completed reload, in 0.084 seconds
35
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ UnloadTime: 0.625049 ms
46
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ requesting resize 84 x 84
48
+ Setting up 1 worker threads for Enlighten.
49
+ Memory Statistics:
50
+ [ALLOC_TEMP_TLS] TLS Allocator
51
+ StackAllocators :
52
+ [ALLOC_TEMP_MAIN]
53
+ Peak usage frame count: [8.0 KB-16.0 KB]: 1347 frames, [16.0 KB-32.0 KB]: 22 frames, [2.0 MB-4.0 MB]: 1 frames
54
+ Initial Block Size 4.0 MB
55
+ Current Block Size 4.0 MB
56
+ Peak Allocated Bytes 2.0 MB
57
+ Overflow Count 0
58
+ [ALLOC_TEMP_Loading.AsyncRead]
59
+ Initial Block Size 64.0 KB
60
+ Current Block Size 64.0 KB
61
+ Peak Allocated Bytes 198 B
62
+ Overflow Count 0
63
+ [ALLOC_TEMP_Loading.PreloadManager]
64
+ Initial Block Size 256.0 KB
65
+ Current Block Size 304.0 KB
66
+ Peak Allocated Bytes 228.9 KB
67
+ Overflow Count 4
68
+ [ALLOC_TEMP_Background Job.Worker 8]
69
+ Initial Block Size 32.0 KB
70
+ Current Block Size 32.0 KB
71
+ Peak Allocated Bytes 0 B
72
+ Overflow Count 0
73
+ [ALLOC_TEMP_Background Job.Worker 9]
74
+ Initial Block Size 32.0 KB
75
+ Current Block Size 32.0 KB
76
+ Peak Allocated Bytes 0 B
77
+ Overflow Count 0
78
+ [ALLOC_TEMP_Job.Worker 0]
79
+ Initial Block Size 256.0 KB
80
+ Current Block Size 256.0 KB
81
+ Peak Allocated Bytes 3.6 KB
82
+ Overflow Count 0
83
+ [ALLOC_TEMP_Background Job.Worker 10]
84
+ Initial Block Size 32.0 KB
85
+ Current Block Size 32.0 KB
86
+ Peak Allocated Bytes 0 B
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Background Job.Worker 14]
89
+ Initial Block Size 32.0 KB
90
+ Current Block Size 32.0 KB
91
+ Peak Allocated Bytes 0 B
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Background Job.Worker 6]
94
+ Initial Block Size 32.0 KB
95
+ Current Block Size 32.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_Background Job.Worker 12]
99
+ Initial Block Size 32.0 KB
100
+ Current Block Size 32.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_EnlightenWorker]
104
+ Initial Block Size 64.0 KB
105
+ Current Block Size 64.0 KB
106
+ Peak Allocated Bytes 0 B
107
+ Overflow Count 0
108
+ [ALLOC_TEMP_Background Job.Worker 15]
109
+ Initial Block Size 32.0 KB
110
+ Current Block Size 32.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Background Job.Worker 1]
114
+ Initial Block Size 32.0 KB
115
+ Current Block Size 32.0 KB
116
+ Peak Allocated Bytes 0 B
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_Background Job.Worker 2]
119
+ Initial Block Size 32.0 KB
120
+ Current Block Size 32.0 KB
121
+ Peak Allocated Bytes 0 B
122
+ Overflow Count 0
123
+ [ALLOC_TEMP_Background Job.Worker 7]
124
+ Initial Block Size 32.0 KB
125
+ Current Block Size 32.0 KB
126
+ Peak Allocated Bytes 0 B
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
129
+ Initial Block Size 64.0 KB
130
+ Current Block Size 64.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Background Job.Worker 5]
134
+ Initial Block Size 32.0 KB
135
+ Current Block Size 32.0 KB
136
+ Peak Allocated Bytes 0 B
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_Background Job.Worker 13]
139
+ Initial Block Size 32.0 KB
140
+ Current Block Size 32.0 KB
141
+ Peak Allocated Bytes 0 B
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Background Job.Worker 11]
144
+ Initial Block Size 32.0 KB
145
+ Current Block Size 32.0 KB
146
+ Peak Allocated Bytes 0 B
147
+ Overflow Count 0
148
+ [ALLOC_TEMP_Background Job.Worker 3]
149
+ Initial Block Size 32.0 KB
150
+ Current Block Size 32.0 KB
151
+ Peak Allocated Bytes 0 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Background Job.Worker 0]
154
+ Initial Block Size 32.0 KB
155
+ Current Block Size 32.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Background Job.Worker 4]
159
+ Initial Block Size 32.0 KB
160
+ Current Block Size 32.0 KB
161
+ Peak Allocated Bytes 0 B
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_BatchDeleteObjects]
164
+ Initial Block Size 64.0 KB
165
+ Current Block Size 64.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_DEFAULT] Dual Thread Allocator
169
+ Peak main deferred allocation count 32
170
+ [ALLOC_BUCKET]
171
+ Large Block size 4.0 MB
172
+ Used Block count 1
173
+ Peak Allocated bytes 1.0 MB
174
+ [ALLOC_DEFAULT_MAIN]
175
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1370 frames
176
+ Requested Block Size 16.0 MB
177
+ Peak Block count 1
178
+ Peak Allocated memory 5.6 MB
179
+ Peak Large allocation bytes 0 B
180
+ [ALLOC_DEFAULT_THREAD]
181
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1370 frames
182
+ Requested Block Size 16.0 MB
183
+ Peak Block count 1
184
+ Peak Allocated memory 17.8 MB
185
+ Peak Large allocation bytes 16.0 MB
186
+ [ALLOC_TEMP_JOB_1_FRAME]
187
+ Initial Block Size 2.0 MB
188
+ Used Block Count 1
189
+ Overflow Count (too large) 0
190
+ Overflow Count (full) 0
191
+ [ALLOC_TEMP_JOB_2_FRAMES]
192
+ Initial Block Size 2.0 MB
193
+ Used Block Count 1
194
+ Overflow Count (too large) 0
195
+ Overflow Count (full) 0
196
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
197
+ Initial Block Size 2.0 MB
198
+ Used Block Count 2
199
+ Overflow Count (too large) 0
200
+ Overflow Count (full) 0
201
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
202
+ Initial Block Size 1.0 MB
203
+ Used Block Count 3
204
+ Overflow Count (too large) 0
205
+ Overflow Count (full) 0
206
+ [ALLOC_GFX] Dual Thread Allocator
207
+ Peak main deferred allocation count 0
208
+ [ALLOC_BUCKET]
209
+ Large Block size 4.0 MB
210
+ Used Block count 1
211
+ Peak Allocated bytes 1.0 MB
212
+ [ALLOC_GFX_MAIN]
213
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1335 frames, [64.0 KB-128.0 KB]: 35 frames
214
+ Requested Block Size 16.0 MB
215
+ Peak Block count 1
216
+ Peak Allocated memory 65.6 KB
217
+ Peak Large allocation bytes 0 B
218
+ [ALLOC_GFX_THREAD]
219
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1370 frames
220
+ Requested Block Size 16.0 MB
221
+ Peak Block count 1
222
+ Peak Allocated memory 39.6 KB
223
+ Peak Large allocation bytes 0 B
224
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
225
+ Peak main deferred allocation count 0
226
+ [ALLOC_BUCKET]
227
+ Large Block size 4.0 MB
228
+ Used Block count 1
229
+ Peak Allocated bytes 1.0 MB
230
+ [ALLOC_CACHEOBJECTS_MAIN]
231
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1370 frames
232
+ Requested Block Size 4.0 MB
233
+ Peak Block count 1
234
+ Peak Allocated memory 0.6 MB
235
+ Peak Large allocation bytes 0 B
236
+ [ALLOC_CACHEOBJECTS_THREAD]
237
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1369 frames, [2.0 MB-4.0 MB]: 1 frames
238
+ Requested Block Size 4.0 MB
239
+ Peak Block count 1
240
+ Peak Allocated memory 2.2 MB
241
+ Peak Large allocation bytes 0 B
242
+ [ALLOC_TYPETREE] Dual Thread Allocator
243
+ Peak main deferred allocation count 0
244
+ [ALLOC_BUCKET]
245
+ Large Block size 4.0 MB
246
+ Used Block count 1
247
+ Peak Allocated bytes 1.0 MB
248
+ [ALLOC_TYPETREE_MAIN]
249
+ Peak usage frame count: [0-1.0 KB]: 1370 frames
250
+ Requested Block Size 2.0 MB
251
+ Peak Block count 1
252
+ Peak Allocated memory 1.0 KB
253
+ Peak Large allocation bytes 0 B
254
+ [ALLOC_TYPETREE_THREAD]
255
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1370 frames
256
+ Requested Block Size 2.0 MB
257
+ Peak Block count 1
258
+ Peak Allocated memory 1.7 KB
259
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 1.0367941856384277,
6
+ "min": 1.0367941856384277,
7
+ "max": 1.0655056238174438,
8
+ "count": 5
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 10435.333984375,
12
+ "min": 10311.0283203125,
13
+ "max": 10915.4716796875,
14
+ "count": 5
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 349976.0,
18
+ "min": 309992.0,
19
+ "max": 349976.0,
20
+ "count": 5
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 349976.0,
24
+ "min": 309992.0,
25
+ "max": 349976.0,
26
+ "count": 5
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 14.040831565856934,
30
+ "min": 13.79809856414795,
31
+ "max": 14.040831565856934,
32
+ "count": 5
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 4844.0869140625,
36
+ "min": 4691.353515625,
37
+ "max": 4931.90771484375,
38
+ "count": 5
39
+ },
40
+ "SnowballTarget.Environment.EpisodeLength.mean": {
41
+ "value": 199.0,
42
+ "min": 199.0,
43
+ "max": 199.0,
44
+ "count": 5
45
+ },
46
+ "SnowballTarget.Environment.EpisodeLength.sum": {
47
+ "value": 8756.0,
48
+ "min": 8756.0,
49
+ "max": 10945.0,
50
+ "count": 5
51
+ },
52
+ "SnowballTarget.Losses.PolicyLoss.mean": {
53
+ "value": 0.0658794366727485,
54
+ "min": 0.06211032461826963,
55
+ "max": 0.0706150818019238,
56
+ "count": 5
57
+ },
58
+ "SnowballTarget.Losses.PolicyLoss.sum": {
59
+ "value": 0.263517746690994,
60
+ "min": 0.263517746690994,
61
+ "max": 0.3472825798740172,
62
+ "count": 5
63
+ },
64
+ "SnowballTarget.Losses.ValueLoss.mean": {
65
+ "value": 0.15005831745471437,
66
+ "min": 0.15005831745471437,
67
+ "max": 0.17657990674762164,
68
+ "count": 5
69
+ },
70
+ "SnowballTarget.Losses.ValueLoss.sum": {
71
+ "value": 0.6002332698188575,
72
+ "min": 0.6002332698188575,
73
+ "max": 0.8828995337381083,
74
+ "count": 5
75
+ },
76
+ "SnowballTarget.Policy.LearningRate.mean": {
77
+ "value": 6.885812908571415e-06,
78
+ "min": 6.885812908571415e-06,
79
+ "max": 6.345723016571427e-05,
80
+ "count": 5
81
+ },
82
+ "SnowballTarget.Policy.LearningRate.sum": {
83
+ "value": 2.754325163428566e-05,
84
+ "min": 2.754325163428566e-05,
85
+ "max": 0.0002538289206628571,
86
+ "count": 5
87
+ },
88
+ "SnowballTarget.Policy.Epsilon.mean": {
89
+ "value": 0.10137714285714286,
90
+ "min": 0.10137714285714286,
91
+ "max": 0.11269142857142858,
92
+ "count": 5
93
+ },
94
+ "SnowballTarget.Policy.Epsilon.sum": {
95
+ "value": 0.40550857142857144,
96
+ "min": 0.40550857142857144,
97
+ "max": 0.5493142857142858,
98
+ "count": 5
99
+ },
100
+ "SnowballTarget.Policy.Beta.mean": {
101
+ "value": 7.871942857142844e-05,
102
+ "min": 7.871942857142844e-05,
103
+ "max": 0.0006433022857142858,
104
+ "count": 5
105
+ },
106
+ "SnowballTarget.Policy.Beta.sum": {
107
+ "value": 0.0003148777142857138,
108
+ "min": 0.0003148777142857138,
109
+ "max": 0.002573209142857143,
110
+ "count": 5
111
+ },
112
+ "SnowballTarget.Environment.CumulativeReward.mean": {
113
+ "value": 28.15909090909091,
114
+ "min": 26.59090909090909,
115
+ "max": 28.15909090909091,
116
+ "count": 5
117
+ },
118
+ "SnowballTarget.Environment.CumulativeReward.sum": {
119
+ "value": 1239.0,
120
+ "min": 1170.0,
121
+ "max": 1514.0,
122
+ "count": 5
123
+ },
124
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
125
+ "value": 28.15909090909091,
126
+ "min": 26.59090909090909,
127
+ "max": 28.15909090909091,
128
+ "count": 5
129
+ },
130
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
131
+ "value": 1239.0,
132
+ "min": 1170.0,
133
+ "max": 1514.0,
134
+ "count": 5
135
+ },
136
+ "SnowballTarget.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 5
141
+ },
142
+ "SnowballTarget.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 5
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1731683702",
152
+ "python_version": "3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]",
153
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget3 --resume --torch-device cuda:0 --no-graphics --debug",
154
+ "mlagents_version": "1.2.0.dev0",
155
+ "mlagents_envs_version": "1.2.0.dev0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "2.5.0+cu121",
158
+ "numpy_version": "1.23.5",
159
+ "end_time_seconds": "1731683829"
160
+ },
161
+ "total": 127.34562296200056,
162
+ "count": 1,
163
+ "self": 0.42530555900066247,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.05668498900013219,
167
+ "count": 1,
168
+ "self": 0.05668498900013219
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 126.86363241399977,
172
+ "count": 1,
173
+ "self": 0.2151459170263479,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 2.091820235999876,
177
+ "count": 1,
178
+ "self": 2.091820235999876
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 124.43796483097412,
182
+ "count": 4565,
183
+ "self": 0.06627403594575298,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 124.37169079502837,
187
+ "count": 4565,
188
+ "self": 77.4977750210328,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 46.80662975798077,
192
+ "count": 4565,
193
+ "self": 0.3603283040047245,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 46.44630145397605,
197
+ "count": 4565,
198
+ "self": 46.44630145397605
199
+ }
200
+ }
201
+ },
202
+ "workers": {
203
+ "total": 0.06728601601480477,
204
+ "count": 4565,
205
+ "self": 0.0,
206
+ "children": {
207
+ "worker_root": {
208
+ "total": 126.45530187803524,
209
+ "count": 4565,
210
+ "is_parallel": true,
211
+ "self": 74.12169770105811,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.0,
215
+ "count": 0,
216
+ "is_parallel": true,
217
+ "self": 0.0,
218
+ "children": {
219
+ "steps_from_proto": {
220
+ "total": 0.0023176779995992547,
221
+ "count": 1,
222
+ "is_parallel": true,
223
+ "self": 0.0007073850010783644,
224
+ "children": {
225
+ "_process_rank_one_or_two_observation": {
226
+ "total": 0.0016102929985208903,
227
+ "count": 10,
228
+ "is_parallel": true,
229
+ "self": 0.0016102929985208903
230
+ }
231
+ }
232
+ },
233
+ "UnityEnvironment.step": {
234
+ "total": 0.03498332399976789,
235
+ "count": 1,
236
+ "is_parallel": true,
237
+ "self": 0.0006267919998208527,
238
+ "children": {
239
+ "UnityEnvironment._generate_step_input": {
240
+ "total": 0.0005173250001462293,
241
+ "count": 1,
242
+ "is_parallel": true,
243
+ "self": 0.0005173250001462293
244
+ },
245
+ "communicator.exchange": {
246
+ "total": 0.03198084399991785,
247
+ "count": 1,
248
+ "is_parallel": true,
249
+ "self": 0.03198084399991785
250
+ },
251
+ "steps_from_proto": {
252
+ "total": 0.0018583629998829565,
253
+ "count": 1,
254
+ "is_parallel": true,
255
+ "self": 0.0003658820023701992,
256
+ "children": {
257
+ "_process_rank_one_or_two_observation": {
258
+ "total": 0.0014924809975127573,
259
+ "count": 10,
260
+ "is_parallel": true,
261
+ "self": 0.0014924809975127573
262
+ }
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 52.33360417697713,
271
+ "count": 4564,
272
+ "is_parallel": true,
273
+ "self": 2.4787895938789006,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 1.3280006540717295,
277
+ "count": 4564,
278
+ "is_parallel": true,
279
+ "self": 1.3280006540717295
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 40.516957113009994,
283
+ "count": 4564,
284
+ "is_parallel": true,
285
+ "self": 40.516957113009994
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 8.009856816016509,
289
+ "count": 4564,
290
+ "is_parallel": true,
291
+ "self": 1.501679792010691,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 6.508177024005818,
295
+ "count": 45640,
296
+ "is_parallel": true,
297
+ "self": 6.508177024005818
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ },
311
+ "trainer_threads": {
312
+ "total": 0.00012469299963413505,
313
+ "count": 1,
314
+ "self": 0.00012469299963413505,
315
+ "children": {
316
+ "thread_root": {
317
+ "total": 0.0,
318
+ "count": 0,
319
+ "is_parallel": true,
320
+ "self": 0.0,
321
+ "children": {
322
+ "trainer_advance": {
323
+ "total": 123.16921977485345,
324
+ "count": 160201,
325
+ "is_parallel": true,
326
+ "self": 3.418663629007824,
327
+ "children": {
328
+ "process_trajectory": {
329
+ "total": 86.42869974484529,
330
+ "count": 160201,
331
+ "is_parallel": true,
332
+ "self": 86.20989998884488,
333
+ "children": {
334
+ "RLTrainer._checkpoint": {
335
+ "total": 0.2187997560004078,
336
+ "count": 1,
337
+ "is_parallel": true,
338
+ "self": 0.2187997560004078
339
+ }
340
+ }
341
+ },
342
+ "_update_policy": {
343
+ "total": 33.32185640100033,
344
+ "count": 22,
345
+ "is_parallel": true,
346
+ "self": 11.566497000006166,
347
+ "children": {
348
+ "TorchPPOOptimizer.update": {
349
+ "total": 21.755359400994166,
350
+ "count": 1119,
351
+ "is_parallel": true,
352
+ "self": 21.755359400994166
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ },
362
+ "TrainerController._save_models": {
363
+ "total": 0.11857673699978477,
364
+ "count": 1,
365
+ "self": 0.0011199229993508197,
366
+ "children": {
367
+ "RLTrainer._checkpoint": {
368
+ "total": 0.11745681400043395,
369
+ "count": 1,
370
+ "self": 0.11745681400043395
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 149984,
6
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-149984.onnx",
7
+ "reward": 26.454545454545453,
8
+ "creation_time": 1731683013.899798,
9
+ "auxillary_file_paths": [
10
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-149984.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 199984,
15
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-199984.onnx",
16
+ "reward": 27.90909090909091,
17
+ "creation_time": 1731683138.892096,
18
+ "auxillary_file_paths": [
19
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-199984.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 200112,
24
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-200112.onnx",
25
+ "reward": 27.90909090909091,
26
+ "creation_time": 1731683139.0570493,
27
+ "auxillary_file_paths": [
28
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-200112.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 200112,
33
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-200112.onnx",
34
+ "reward": null,
35
+ "creation_time": 1731683336.4673812,
36
+ "auxillary_file_paths": [
37
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-200112.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 200112,
42
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-200112.onnx",
43
+ "reward": null,
44
+ "creation_time": 1731683364.81266,
45
+ "auxillary_file_paths": [
46
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-200112.pt"
47
+ ]
48
+ },
49
+ {
50
+ "steps": 249984,
51
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-249984.onnx",
52
+ "reward": 26.545454545454547,
53
+ "creation_time": 1731683510.9692886,
54
+ "auxillary_file_paths": [
55
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-249984.pt"
56
+ ]
57
+ },
58
+ {
59
+ "steps": 299976,
60
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-299976.onnx",
61
+ "reward": 26.545454545454547,
62
+ "creation_time": 1731683636.9743586,
63
+ "auxillary_file_paths": [
64
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-299976.pt"
65
+ ]
66
+ },
67
+ {
68
+ "steps": 300168,
69
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-300168.onnx",
70
+ "reward": 26.545454545454547,
71
+ "creation_time": 1731683637.1636195,
72
+ "auxillary_file_paths": [
73
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-300168.pt"
74
+ ]
75
+ },
76
+ {
77
+ "steps": 349976,
78
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-349976.onnx",
79
+ "reward": 28.727272727272727,
80
+ "creation_time": 1731683829.0793622,
81
+ "auxillary_file_paths": [
82
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-349976.pt"
83
+ ]
84
+ },
85
+ {
86
+ "steps": 350328,
87
+ "file_path": "results/SnowballTarget3/SnowballTarget/SnowballTarget-350328.onnx",
88
+ "reward": 28.727272727272727,
89
+ "creation_time": 1731683829.288688,
90
+ "auxillary_file_paths": [
91
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-350328.pt"
92
+ ]
93
+ }
94
+ ],
95
+ "final_checkpoint": {
96
+ "steps": 350328,
97
+ "file_path": "results/SnowballTarget3/SnowballTarget.onnx",
98
+ "reward": 28.727272727272727,
99
+ "creation_time": 1731683829.288688,
100
+ "auxillary_file_paths": [
101
+ "results/SnowballTarget3/SnowballTarget/SnowballTarget-350328.pt"
102
+ ]
103
+ }
104
+ },
105
+ "metadata": {
106
+ "stats_format_version": "0.3.0",
107
+ "mlagents_version": "1.2.0.dev0",
108
+ "torch_version": "2.5.0+cu121"
109
+ }
110
+ }