hmatzner commited on
Commit
4999bdb
1 Parent(s): 7e9e8a8

Push model

Browse files
Files changed (50) hide show
  1. .DS_Store +3 -0
  2. .gitattributes +1 -0
  3. README.md +31 -0
  4. SoccerTwos.onnx +3 -0
  5. SoccerTwos/SoccerTwos-10000046.onnx +3 -0
  6. SoccerTwos/SoccerTwos-10000046.pt +3 -0
  7. SoccerTwos/SoccerTwos-1000028.onnx +3 -0
  8. SoccerTwos/SoccerTwos-1000028.pt +3 -0
  9. SoccerTwos/SoccerTwos-1164.onnx +3 -0
  10. SoccerTwos/SoccerTwos-1164.pt +3 -0
  11. SoccerTwos/SoccerTwos-1287604.onnx +3 -0
  12. SoccerTwos/SoccerTwos-1287604.pt +3 -0
  13. SoccerTwos/SoccerTwos-1999948.onnx +3 -0
  14. SoccerTwos/SoccerTwos-1999948.pt +3 -0
  15. SoccerTwos/SoccerTwos-2499948.onnx +3 -0
  16. SoccerTwos/SoccerTwos-2499948.pt +3 -0
  17. SoccerTwos/SoccerTwos-2999995.onnx +3 -0
  18. SoccerTwos/SoccerTwos-2999995.pt +3 -0
  19. SoccerTwos/SoccerTwos-3499986.onnx +3 -0
  20. SoccerTwos/SoccerTwos-3499986.pt +3 -0
  21. SoccerTwos/SoccerTwos-3999987.onnx +3 -0
  22. SoccerTwos/SoccerTwos-3999987.pt +3 -0
  23. SoccerTwos/SoccerTwos-3999999.onnx +3 -0
  24. SoccerTwos/SoccerTwos-3999999.pt +3 -0
  25. SoccerTwos/SoccerTwos-4335829.onnx +3 -0
  26. SoccerTwos/SoccerTwos-4335829.pt +3 -0
  27. SoccerTwos/SoccerTwos-4424789.onnx +3 -0
  28. SoccerTwos/SoccerTwos-4424789.pt +3 -0
  29. SoccerTwos/SoccerTwos-499642.onnx +3 -0
  30. SoccerTwos/SoccerTwos-499642.pt +3 -0
  31. SoccerTwos/SoccerTwos-8499969.onnx +3 -0
  32. SoccerTwos/SoccerTwos-8499969.pt +3 -0
  33. SoccerTwos/SoccerTwos-8999988.onnx +3 -0
  34. SoccerTwos/SoccerTwos-8999988.pt +3 -0
  35. SoccerTwos/SoccerTwos-9499998.onnx +3 -0
  36. SoccerTwos/SoccerTwos-9499998.pt +3 -0
  37. SoccerTwos/SoccerTwos-999328.onnx +3 -0
  38. SoccerTwos/SoccerTwos-999328.pt +3 -0
  39. SoccerTwos/SoccerTwos-9999985.onnx +3 -0
  40. SoccerTwos/SoccerTwos-9999985.pt +3 -0
  41. SoccerTwos/checkpoint.pt +3 -0
  42. SoccerTwos/events.out.tfevents.1679067702.MacBook-Pro.local.10304.0 +3 -0
  43. SoccerTwos/events.out.tfevents.1679079669.MacBook-Pro.local.11891.0 +3 -0
  44. SoccerTwos/events.out.tfevents.1679090952.MacBook-Pro.local.13360.0 +3 -0
  45. SoccerTwos/events.out.tfevents.1679128129.MacBook-Pro.local.14522.0 +3 -0
  46. config.json +1 -0
  47. configuration.yaml +82 -0
  48. run_logs/Player-0.log +290 -0
  49. run_logs/timers.json +368 -0
  50. run_logs/training_status.json +66 -0
.DS_Store ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13eb9117ea9204a1e5b97b54baec4c4c1d0259c5400c852f6c1c5be20fb8819f
3
+ size 6148
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ .DS_Store filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - unity-ml-agents
5
+ - ml-agents
6
+ - deep-reinforcement-learning
7
+ - reinforcement-learning
8
+ - ML-Agents-SoccerTwos
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **poca** Agent playing **SoccerTwos**
13
+ This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
14
+
15
+ ## Usage (with ML-Agents)
16
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+
19
+
20
+ ### Resume the training
21
+ ```
22
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
23
+ ```
24
+ ### Watch your Agent play
25
+ You can watch your agent **playing directly in your browser:**.
26
+
27
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
28
+ 2. Step 1: Write your model_id: hmatzner/poca-SoccerTwos-Messi
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
SoccerTwos.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ffeeef6e3ef4e6747bb81b95aacdec29992625bd720518557a665b681523dfa
3
+ size 1764633
SoccerTwos/SoccerTwos-10000046.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ffeeef6e3ef4e6747bb81b95aacdec29992625bd720518557a665b681523dfa
3
+ size 1764633
SoccerTwos/SoccerTwos-10000046.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb5c94213534420a9b6b29f6dcc9799078533a22b779a6a3448d5b8c12ebf40
3
+ size 28421201
SoccerTwos/SoccerTwos-1000028.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4dc2c2d2669e3915dbec0c56fd67bc46681401fb1cf3706d6a8fda1543512c
3
+ size 1764633
SoccerTwos/SoccerTwos-1000028.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efd8de43d536fe54ffdb97eda8bf4fc6b52e12a3212d912cfb63fc327b9d2e25
3
+ size 28421201
SoccerTwos/SoccerTwos-1164.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a674adac97a574b891027e64a322c2df0f043be5dc636b03c0939c18ce7b1389
3
+ size 1764633
SoccerTwos/SoccerTwos-1164.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c5039e50fd32ebf6aeee4b8f23c4037235c48a279180d0ed8de3f27dde3c1f4
3
+ size 9478265
SoccerTwos/SoccerTwos-1287604.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5522f26eb37d1f0c3df4dc41c5cfc15dd5484ffe43dfd2e43c890e72b03f2a23
3
+ size 1764633
SoccerTwos/SoccerTwos-1287604.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79bf65d0c85a85353c37f57fdc6404fef2b0bce75ceecfe5e7d54be3364cea09
3
+ size 28421201
SoccerTwos/SoccerTwos-1999948.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e902fb5b7cb000768cc2dd1a3bcb779746c15496be913dedbc7314bdffd661a4
3
+ size 1764633
SoccerTwos/SoccerTwos-1999948.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0862b956bb13751c462ad0dc456c491ab421c95f6f5e133321230980e78e4e9
3
+ size 28421201
SoccerTwos/SoccerTwos-2499948.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f7cedbd8a1a485daa18790a04e5615355a7d970760bc6f54ee87c6d48895b9
3
+ size 1764633
SoccerTwos/SoccerTwos-2499948.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69dddb847f8a8cdec79472c1f780aec36a1e10f00c5a77447a7eac007d7d41bd
3
+ size 28421201
SoccerTwos/SoccerTwos-2999995.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7e4007e773bb8e7fdf0e17c81b673adc0f8364aeb969c6c010a9766e0fe48d
3
+ size 1764633
SoccerTwos/SoccerTwos-2999995.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a63d7ebdbff6f21d1716cac30f508df921decdd4a3f8c6f1a180393d121b03fe
3
+ size 28421201
SoccerTwos/SoccerTwos-3499986.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07785763fb8ae2169d9eabc03345e75595dfe8aa2dae6789e0e6e99da2979212
3
+ size 1764633
SoccerTwos/SoccerTwos-3499986.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d16de5c048a756e5a01afbe7161180d40e7fea643f233f2d73d1c3f8af1bc43
3
+ size 28421201
SoccerTwos/SoccerTwos-3999987.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835d7a6be8c2b83d401428e4c72579fe0fe6b7fa94038de6f183dfe1baae7bdf
3
+ size 1764633
SoccerTwos/SoccerTwos-3999987.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d4e83383085f5225e4436369f5ee4e8500cc4d0d77e8c8692d1aeb7ba6ccc1
3
+ size 28421201
SoccerTwos/SoccerTwos-3999999.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835d7a6be8c2b83d401428e4c72579fe0fe6b7fa94038de6f183dfe1baae7bdf
3
+ size 1764633
SoccerTwos/SoccerTwos-3999999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f079f3469993d83cf9f9ecd0a5d69e26c9f65806001d3d863c6737904de11dc
3
+ size 28421201
SoccerTwos/SoccerTwos-4335829.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f80cd64bf3cc79e8f5695b68e6ac1b1534e78494602b52f4730b6c1e045586b
3
+ size 1764633
SoccerTwos/SoccerTwos-4335829.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc02d02d81ef758d67dacb06127dbdb2648d01d82dc83ce7560d442e110524a
3
+ size 28421201
SoccerTwos/SoccerTwos-4424789.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61c32aba1e7a0116bb54454d0bb04ab1fc39eff5ec7d0dab5c71cbc0a64c63b
3
+ size 1764633
SoccerTwos/SoccerTwos-4424789.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416a3c554037d6fbd7c5cfb8eb5d5c2f5456bbd7de4182d67ef5e25c0b84449b
3
+ size 28421201
SoccerTwos/SoccerTwos-499642.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92cf4f866b390d987faf621ebcb33702dd9c3902cbf3bf960ac61247f35ccc02
3
+ size 1764633
SoccerTwos/SoccerTwos-499642.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:691639fed03bd98b07f13189332f5dfb899cf27636b155a803def03bde2f406a
3
+ size 28421201
SoccerTwos/SoccerTwos-8499969.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4ed678f241e7d3550955ab1f2aec3c8bd708bbeeaca79b4c18693f0c901c75
3
+ size 1764633
SoccerTwos/SoccerTwos-8499969.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8232cc18794389c67f3d86bba0134d57f5ed77cfb325ba4d846458cbff2b24
3
+ size 28421201
SoccerTwos/SoccerTwos-8999988.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a56f2a8edf0f0831a0dbd439dab9c07f7473d36866c146649a73c628d6467652
3
+ size 1764633
SoccerTwos/SoccerTwos-8999988.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d09fd89eab4ef46aaef3d338dd2255aeacf3b606adbbbc27f473f7d7c1b1b8
3
+ size 28421201
SoccerTwos/SoccerTwos-9499998.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8293cc41d78b843a0aa583351f886138eda96bf126de4dbcaffd21c6e6defb
3
+ size 1764633
SoccerTwos/SoccerTwos-9499998.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025a823d7d72b20d13b8e5710605d90f9b6d60645a26119400ae19cc995315e1
3
+ size 28421201
SoccerTwos/SoccerTwos-999328.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4dc2c2d2669e3915dbec0c56fd67bc46681401fb1cf3706d6a8fda1543512c
3
+ size 1764633
SoccerTwos/SoccerTwos-999328.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4142803c54a10eb9f87d56ecd28b2861454b30024233bb845987232718c1d32c
3
+ size 28421201
SoccerTwos/SoccerTwos-9999985.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ffeeef6e3ef4e6747bb81b95aacdec29992625bd720518557a665b681523dfa
3
+ size 1764633
SoccerTwos/SoccerTwos-9999985.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a31cb3c660a14c6ee9d2a5626ba8f4986861daa2272ace689a4138d0bd5210e
3
+ size 28421201
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb5c94213534420a9b6b29f6dcc9799078533a22b779a6a3448d5b8c12ebf40
3
+ size 28421201
SoccerTwos/events.out.tfevents.1679067702.MacBook-Pro.local.10304.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf47116e0230dc60f2e2ecc2c4811ba7e2d167149f462b8f2ec130e3fc86a3b
3
+ size 2778960
SoccerTwos/events.out.tfevents.1679079669.MacBook-Pro.local.11891.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4240799b47698108e331f3b3ce32b26865ec4d492611cc634a5949ff8bc19f1
3
+ size 3084410
SoccerTwos/events.out.tfevents.1679090952.MacBook-Pro.local.13360.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9f4fd9daff8649df9a49ff58d896452f94b7aa500ee3c167e7d57875576196
3
+ size 1028848
SoccerTwos/events.out.tfevents.1679128129.MacBook-Pro.local.14522.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef24ea41aa89d783b5d574b24771dc05da8ea0b15c99d6802a00d39234f141ba
3
+ size 3084411
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "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": 5, "even_checkpoints": false, "max_steps": 10000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.exe", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "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}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SoccerTwos:
4
+ trainer_type: poca
5
+ hyperparameters:
6
+ batch_size: 2048
7
+ buffer_size: 20480
8
+ learning_rate: 0.0003
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ learning_rate_schedule: constant
14
+ beta_schedule: constant
15
+ epsilon_schedule: constant
16
+ checkpoint_interval: 500000
17
+ network_settings:
18
+ normalize: false
19
+ hidden_units: 512
20
+ num_layers: 2
21
+ vis_encode_type: simple
22
+ memory: null
23
+ goal_conditioning_type: hyper
24
+ deterministic: false
25
+ reward_signals:
26
+ extrinsic:
27
+ gamma: 0.99
28
+ strength: 1.0
29
+ network_settings:
30
+ normalize: false
31
+ hidden_units: 128
32
+ num_layers: 2
33
+ vis_encode_type: simple
34
+ memory: null
35
+ goal_conditioning_type: hyper
36
+ deterministic: false
37
+ init_path: null
38
+ keep_checkpoints: 5
39
+ even_checkpoints: false
40
+ max_steps: 10000000
41
+ time_horizon: 1000
42
+ summary_freq: 10000
43
+ threaded: false
44
+ self_play:
45
+ save_steps: 50000
46
+ team_change: 200000
47
+ swap_steps: 2000
48
+ window: 10
49
+ play_against_latest_model_ratio: 0.5
50
+ initial_elo: 1200.0
51
+ behavioral_cloning: null
52
+ env_settings:
53
+ env_path: ./training-envs-executables/SoccerTwos.exe
54
+ env_args: null
55
+ base_port: 5005
56
+ num_envs: 1
57
+ num_areas: 1
58
+ seed: -1
59
+ max_lifetime_restarts: 10
60
+ restarts_rate_limit_n: 1
61
+ restarts_rate_limit_period_s: 60
62
+ engine_settings:
63
+ width: 84
64
+ height: 84
65
+ quality_level: 5
66
+ time_scale: 20
67
+ target_frame_rate: -1
68
+ capture_frame_rate: 60
69
+ no_graphics: true
70
+ environment_parameters: null
71
+ checkpoint_settings:
72
+ run_id: SoccerTwos
73
+ initialize_from: null
74
+ load_model: false
75
+ resume: true
76
+ force: false
77
+ train_model: false
78
+ inference: false
79
+ results_dir: results
80
+ torch_settings:
81
+ device: null
82
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/Users/hernanmatzner/ml-agents/training-envs-executables/SoccerTwos.app/Contents/Resources/Data/Managed'
2
+ Mono config path = '/Users/hernanmatzner/ml-agents/training-envs-executables/SoccerTwos.app/Contents/MonoBleedingEdge/etc'
3
+ New input system (experimental) initialized
4
+ Initialize engine version: 2021.3.17f1 (3e8111cac19d)
5
+ [Subsystems] Discovering subsystems at path /Users/hernanmatzner/ml-agents/training-envs-executables/SoccerTwos.app/Contents/Resources/Data/UnitySubsystems
6
+ Forcing GfxDevice: Null
7
+ GfxDevice: creating device client; threaded=0; jobified=0
8
+ NullGfxDevice:
9
+ Version: NULL 1.0 [1.0]
10
+ Renderer: Null Device
11
+ Vendor: Unity Technologies
12
+ Begin MonoManager ReloadAssembly
13
+ - Completed reload, in 0.083 seconds
14
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
15
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
17
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
18
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
19
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
20
+ ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
22
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
23
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
24
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
25
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
26
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
27
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
28
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
29
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
30
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
31
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
32
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
33
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
34
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
36
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
37
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
38
+ UnloadTime: 1.784084 ms
39
+ Registered Communicator in Agent.
40
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ Default audio device was changed, but the audio system failed to initialize it. Attempting to reset sound system.
42
+ Default audio device was changed, but the audio system failed to initialize it. Attempting to reset sound system.
43
+ Thread 0x16cf5b000 may have been prematurely finalized
44
+ Setting up 4 worker threads for Enlighten.
45
+ Memory Statistics:
46
+ [ALLOC_TEMP_TLS] TLS Allocator
47
+ StackAllocators :
48
+ [ALLOC_TEMP_MAIN]
49
+ Peak usage frame count: [8.0 KB-16.0 KB]: 56474 frames, [2.0 MB-4.0 MB]: 1 frames
50
+ Initial Block Size 4.0 MB
51
+ Current Block Size 4.0 MB
52
+ Peak Allocated Bytes 2.1 MB
53
+ Overflow Count 0
54
+ [ALLOC_TEMP_Loading.AsyncRead]
55
+ Initial Block Size 64.0 KB
56
+ Current Block Size 64.0 KB
57
+ Peak Allocated Bytes 128 B
58
+ Overflow Count 0
59
+ [ALLOC_TEMP_Loading.PreloadManager]
60
+ Initial Block Size 256.0 KB
61
+ Current Block Size 256.0 KB
62
+ Peak Allocated Bytes 78.8 KB
63
+ Overflow Count 4
64
+ [ALLOC_TEMP_Background Job.Worker 8]
65
+ Initial Block Size 32.0 KB
66
+ Current Block Size 32.0 KB
67
+ Peak Allocated Bytes 0 B
68
+ Overflow Count 0
69
+ [ALLOC_TEMP_Job.Worker 6]
70
+ Initial Block Size 256.0 KB
71
+ Current Block Size 256.0 KB
72
+ Peak Allocated Bytes 0 B
73
+ Overflow Count 0
74
+ [ALLOC_TEMP_Job.Worker 0]
75
+ Initial Block Size 256.0 KB
76
+ Current Block Size 256.0 KB
77
+ Peak Allocated Bytes 0 B
78
+ Overflow Count 0
79
+ [ALLOC_TEMP_Background Job.Worker 10]
80
+ Initial Block Size 32.0 KB
81
+ Current Block Size 32.0 KB
82
+ Peak Allocated Bytes 0 B
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_Background Job.Worker 9]
85
+ Initial Block Size 32.0 KB
86
+ Current Block Size 32.0 KB
87
+ Peak Allocated Bytes 0 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_Job.Worker 5]
90
+ Initial Block Size 256.0 KB
91
+ Current Block Size 256.0 KB
92
+ Peak Allocated Bytes 0.7 KB
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_Background Job.Worker 14]
95
+ Initial Block Size 32.0 KB
96
+ Current Block Size 32.0 KB
97
+ Peak Allocated Bytes 0 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Background Job.Worker 6]
100
+ Initial Block Size 32.0 KB
101
+ Current Block Size 32.0 KB
102
+ Peak Allocated Bytes 0 B
103
+ Overflow Count 0
104
+ [ALLOC_TEMP_Job.Worker 4]
105
+ Initial Block Size 256.0 KB
106
+ Current Block Size 256.0 KB
107
+ Peak Allocated Bytes 0 B
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_Job.Worker 3]
110
+ Initial Block Size 256.0 KB
111
+ Current Block Size 256.0 KB
112
+ Peak Allocated Bytes 0 B
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Background Job.Worker 12]
115
+ Initial Block Size 32.0 KB
116
+ Current Block Size 32.0 KB
117
+ Peak Allocated Bytes 0 B
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_EnlightenWorker] x 4
120
+ Initial Block Size 64.0 KB
121
+ Current Block Size 64.0 KB
122
+ Peak Allocated Bytes 0 B
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Background Job.Worker 15]
125
+ Initial Block Size 32.0 KB
126
+ Current Block Size 32.0 KB
127
+ Peak Allocated Bytes 0 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Background Job.Worker 1]
130
+ Initial Block Size 32.0 KB
131
+ Current Block Size 32.0 KB
132
+ Peak Allocated Bytes 0 B
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Background Job.Worker 2]
135
+ Initial Block Size 32.0 KB
136
+ Current Block Size 32.0 KB
137
+ Peak Allocated Bytes 0 B
138
+ Overflow Count 0
139
+ [ALLOC_TEMP_Background Job.Worker 7]
140
+ Initial Block Size 32.0 KB
141
+ Current Block Size 32.0 KB
142
+ Peak Allocated Bytes 0 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
145
+ Initial Block Size 64.0 KB
146
+ Current Block Size 64.0 KB
147
+ Peak Allocated Bytes 0 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Background Job.Worker 5]
150
+ Initial Block Size 32.0 KB
151
+ Current Block Size 32.0 KB
152
+ Peak Allocated Bytes 0 B
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Background Job.Worker 13]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 0 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_OSX HID Input]
160
+ Initial Block Size 64.0 KB
161
+ Current Block Size 64.0 KB
162
+ Peak Allocated Bytes 0 B
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_Job.Worker 1]
165
+ Initial Block Size 256.0 KB
166
+ Current Block Size 256.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Job.Worker 2]
170
+ Initial Block Size 256.0 KB
171
+ Current Block Size 256.0 KB
172
+ Peak Allocated Bytes 0 B
173
+ Overflow Count 0
174
+ [ALLOC_TEMP_Background Job.Worker 3]
175
+ Initial Block Size 32.0 KB
176
+ Current Block Size 32.0 KB
177
+ Peak Allocated Bytes 0 B
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_Background Job.Worker 11]
180
+ Initial Block Size 32.0 KB
181
+ Current Block Size 32.0 KB
182
+ Peak Allocated Bytes 0 B
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Background Job.Worker 0]
185
+ Initial Block Size 32.0 KB
186
+ Current Block Size 32.0 KB
187
+ Peak Allocated Bytes 0 B
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Background Job.Worker 4]
190
+ Initial Block Size 32.0 KB
191
+ Current Block Size 32.0 KB
192
+ Peak Allocated Bytes 0 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_BatchDeleteObjects]
195
+ Initial Block Size 64.0 KB
196
+ Current Block Size 64.0 KB
197
+ Peak Allocated Bytes 0 B
198
+ Overflow Count 0
199
+ [ALLOC_DEFAULT] Dual Thread Allocator
200
+ Peak main deferred allocation count 4
201
+ [ALLOC_BUCKET]
202
+ Large Block size 4.0 MB
203
+ Used Block count 1
204
+ Peak Allocated bytes 1.0 MB
205
+ [ALLOC_DEFAULT_MAIN]
206
+ Peak usage frame count: [4.0 MB-8.0 MB]: 56475 frames
207
+ Requested Block Size 16.0 MB
208
+ Peak Block count 1
209
+ Peak Allocated memory 5.1 MB
210
+ Peak Large allocation bytes 0 B
211
+ [ALLOC_DEFAULT_THREAD]
212
+ Peak usage frame count: [16.0 MB-32.0 MB]: 56475 frames
213
+ Requested Block Size 16.0 MB
214
+ Peak Block count 1
215
+ Peak Allocated memory 17.3 MB
216
+ Peak Large allocation bytes 16.0 MB
217
+ [ALLOC_TEMP_JOB_1_FRAME]
218
+ Initial Block Size 2.0 MB
219
+ Used Block Count 1
220
+ Overflow Count (too large) 0
221
+ Overflow Count (full) 0
222
+ [ALLOC_TEMP_JOB_2_FRAMES]
223
+ Initial Block Size 2.0 MB
224
+ Used Block Count 1
225
+ Overflow Count (too large) 0
226
+ Overflow Count (full) 0
227
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
228
+ Initial Block Size 2.0 MB
229
+ Used Block Count 2
230
+ Overflow Count (too large) 0
231
+ Overflow Count (full) 0
232
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
233
+ Initial Block Size 1.0 MB
234
+ Used Block Count 3
235
+ Overflow Count (too large) 0
236
+ Overflow Count (full) 0
237
+ [ALLOC_GFX] Dual Thread Allocator
238
+ Peak main deferred allocation count 0
239
+ [ALLOC_BUCKET]
240
+ Large Block size 4.0 MB
241
+ Used Block count 1
242
+ Peak Allocated bytes 1.0 MB
243
+ [ALLOC_GFX_MAIN]
244
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56474 frames, [64.0 KB-128.0 KB]: 1 frames
245
+ Requested Block Size 16.0 MB
246
+ Peak Block count 1
247
+ Peak Allocated memory 65.6 KB
248
+ Peak Large allocation bytes 0 B
249
+ [ALLOC_GFX_THREAD]
250
+ Peak usage frame count: [128.0 KB-256.0 KB]: 56475 frames
251
+ Requested Block Size 16.0 MB
252
+ Peak Block count 1
253
+ Peak Allocated memory 173.5 KB
254
+ Peak Large allocation bytes 0 B
255
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
256
+ Peak main deferred allocation count 0
257
+ [ALLOC_BUCKET]
258
+ Large Block size 4.0 MB
259
+ Used Block count 1
260
+ Peak Allocated bytes 1.0 MB
261
+ [ALLOC_CACHEOBJECTS_MAIN]
262
+ Peak usage frame count: [0.5 MB-1.0 MB]: 56475 frames
263
+ Requested Block Size 4.0 MB
264
+ Peak Block count 1
265
+ Peak Allocated memory 0.6 MB
266
+ Peak Large allocation bytes 0 B
267
+ [ALLOC_CACHEOBJECTS_THREAD]
268
+ Peak usage frame count: [0.5 MB-1.0 MB]: 56474 frames, [2.0 MB-4.0 MB]: 1 frames
269
+ Requested Block Size 4.0 MB
270
+ Peak Block count 1
271
+ Peak Allocated memory 3.4 MB
272
+ Peak Large allocation bytes 0 B
273
+ [ALLOC_TYPETREE] Dual Thread Allocator
274
+ Peak main deferred allocation count 0
275
+ [ALLOC_BUCKET]
276
+ Large Block size 4.0 MB
277
+ Used Block count 1
278
+ Peak Allocated bytes 1.0 MB
279
+ [ALLOC_TYPETREE_MAIN]
280
+ Peak usage frame count: [0-1.0 KB]: 56475 frames
281
+ Requested Block Size 2.0 MB
282
+ Peak Block count 1
283
+ Peak Allocated memory 1.0 KB
284
+ Peak Large allocation bytes 0 B
285
+ [ALLOC_TYPETREE_THREAD]
286
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56474 frames, [2.0 KB-4.0 KB]: 1 frames
287
+ Requested Block Size 2.0 MB
288
+ Peak Block count 1
289
+ Peak Allocated memory 2.2 KB
290
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 1.713297724723816,
6
+ "min": 1.6581727266311646,
7
+ "max": 1.898931860923767,
8
+ "count": 300
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 35362.46484375,
12
+ "min": 28760.525390625,
13
+ "max": 43015.90234375,
14
+ "count": 300
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 52.223404255319146,
18
+ "min": 46.264150943396224,
19
+ "max": 103.625,
20
+ "count": 300
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 19636.0,
24
+ "min": 18080.0,
25
+ "max": 21160.0,
26
+ "count": 300
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1627.1849359643077,
30
+ "min": 1580.5333256034062,
31
+ "max": 1648.7046563644424,
32
+ "count": 300
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 305910.76796128985,
36
+ "min": 152424.3032390537,
37
+ "max": 341224.11151738913,
38
+ "count": 300
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 9999985.0,
42
+ "min": 7009972.0,
43
+ "max": 9999985.0,
44
+ "count": 300
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 9999985.0,
48
+ "min": 7009972.0,
49
+ "max": 9999985.0,
50
+ "count": 300
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.012028669938445091,
54
+ "min": -0.1296996772289276,
55
+ "max": 0.07915876060724258,
56
+ "count": 300
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -2.261389970779419,
60
+ "min": -18.358417510986328,
61
+ "max": 14.565211296081543,
62
+ "count": 300
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.013522882014513016,
66
+ "min": -0.13366658985614777,
67
+ "max": 0.07593647390604019,
68
+ "count": 300
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -2.542301893234253,
72
+ "min": -19.27720069885254,
73
+ "max": 13.972311019897461,
74
+ "count": 300
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 300
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 300
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": 0.10052021228252574,
90
+ "min": -0.35086774345367183,
91
+ "max": 0.30162518554263645,
92
+ "count": 300
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": 18.897799909114838,
96
+ "min": -47.74239993095398,
97
+ "max": 40.71940004825592,
98
+ "count": 300
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": 0.10052021228252574,
102
+ "min": -0.35086774345367183,
103
+ "max": 0.30162518554263645,
104
+ "count": 300
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": 18.897799909114838,
108
+ "min": -47.74239993095398,
109
+ "max": 40.71940004825592,
110
+ "count": 300
111
+ },
112
+ "SoccerTwos.IsTraining.mean": {
113
+ "value": 1.0,
114
+ "min": 1.0,
115
+ "max": 1.0,
116
+ "count": 300
117
+ },
118
+ "SoccerTwos.IsTraining.sum": {
119
+ "value": 1.0,
120
+ "min": 1.0,
121
+ "max": 1.0,
122
+ "count": 300
123
+ },
124
+ "SoccerTwos.Losses.PolicyLoss.mean": {
125
+ "value": 0.01678859323146753,
126
+ "min": 0.011377319819681967,
127
+ "max": 0.02438199387397617,
128
+ "count": 145
129
+ },
130
+ "SoccerTwos.Losses.PolicyLoss.sum": {
131
+ "value": 0.01678859323146753,
132
+ "min": 0.011377319819681967,
133
+ "max": 0.02438199387397617,
134
+ "count": 145
135
+ },
136
+ "SoccerTwos.Losses.ValueLoss.mean": {
137
+ "value": 0.09879070272048314,
138
+ "min": 0.06508462938169639,
139
+ "max": 0.10845190733671188,
140
+ "count": 145
141
+ },
142
+ "SoccerTwos.Losses.ValueLoss.sum": {
143
+ "value": 0.09879070272048314,
144
+ "min": 0.06508462938169639,
145
+ "max": 0.10845190733671188,
146
+ "count": 145
147
+ },
148
+ "SoccerTwos.Losses.BaselineLoss.mean": {
149
+ "value": 0.09991129413247109,
150
+ "min": 0.06550292211274306,
151
+ "max": 0.11021217579642932,
152
+ "count": 145
153
+ },
154
+ "SoccerTwos.Losses.BaselineLoss.sum": {
155
+ "value": 0.09991129413247109,
156
+ "min": 0.06550292211274306,
157
+ "max": 0.11021217579642932,
158
+ "count": 145
159
+ },
160
+ "SoccerTwos.Policy.LearningRate.mean": {
161
+ "value": 0.0003,
162
+ "min": 0.0003,
163
+ "max": 0.0003,
164
+ "count": 145
165
+ },
166
+ "SoccerTwos.Policy.LearningRate.sum": {
167
+ "value": 0.0003,
168
+ "min": 0.0003,
169
+ "max": 0.0003,
170
+ "count": 145
171
+ },
172
+ "SoccerTwos.Policy.Epsilon.mean": {
173
+ "value": 0.20000000000000007,
174
+ "min": 0.20000000000000007,
175
+ "max": 0.20000000000000007,
176
+ "count": 145
177
+ },
178
+ "SoccerTwos.Policy.Epsilon.sum": {
179
+ "value": 0.20000000000000007,
180
+ "min": 0.20000000000000007,
181
+ "max": 0.20000000000000007,
182
+ "count": 145
183
+ },
184
+ "SoccerTwos.Policy.Beta.mean": {
185
+ "value": 0.005000000000000001,
186
+ "min": 0.005000000000000001,
187
+ "max": 0.005000000000000001,
188
+ "count": 145
189
+ },
190
+ "SoccerTwos.Policy.Beta.sum": {
191
+ "value": 0.005000000000000001,
192
+ "min": 0.005000000000000001,
193
+ "max": 0.005000000000000001,
194
+ "count": 145
195
+ }
196
+ },
197
+ "metadata": {
198
+ "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1679128128",
200
+ "python_version": "3.9.16 (main, Jan 11 2023, 10:02:19) \n[Clang 14.0.6 ]",
201
+ "command_line_arguments": "/Users/hernanmatzner/miniconda3/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.exe --run-id=SoccerTwos --no-graphics --resume",
202
+ "mlagents_version": "0.31.0.dev0",
203
+ "mlagents_envs_version": "0.31.0.dev0",
204
+ "communication_protocol_version": "1.5.0",
205
+ "pytorch_version": "1.11.0",
206
+ "numpy_version": "1.21.2",
207
+ "end_time_seconds": "1679139348"
208
+ },
209
+ "total": 11220.544160625,
210
+ "count": 1,
211
+ "self": 0.3962450410017482,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.0170347919999998,
215
+ "count": 1,
216
+ "self": 0.0170347919999998
217
+ },
218
+ "TrainerController.start_learning": {
219
+ "total": 11220.130880792,
220
+ "count": 1,
221
+ "self": 1.8019080252688582,
222
+ "children": {
223
+ "TrainerController._reset_env": {
224
+ "total": 2.0445259169991328,
225
+ "count": 16,
226
+ "self": 2.0445259169991328
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 11216.106868682733,
230
+ "count": 206436,
231
+ "self": 1.5699362336472404,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 9171.785871783102,
235
+ "count": 206436,
236
+ "self": 8923.481735373782,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 246.90742654117156,
240
+ "count": 206436,
241
+ "self": 7.702657723736138,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 239.20476881743542,
245
+ "count": 376508,
246
+ "self": 239.20476881743542
247
+ }
248
+ }
249
+ },
250
+ "workers": {
251
+ "total": 1.3967098681488763,
252
+ "count": 206436,
253
+ "self": 0.0,
254
+ "children": {
255
+ "worker_root": {
256
+ "total": 11214.829035465997,
257
+ "count": 206436,
258
+ "is_parallel": true,
259
+ "self": 2517.6412730580487,
260
+ "children": {
261
+ "steps_from_proto": {
262
+ "total": 0.021341665997977266,
263
+ "count": 32,
264
+ "is_parallel": true,
265
+ "self": 0.0024463650005828175,
266
+ "children": {
267
+ "_process_rank_one_or_two_observation": {
268
+ "total": 0.01889530099739445,
269
+ "count": 128,
270
+ "is_parallel": true,
271
+ "self": 0.01889530099739445
272
+ }
273
+ }
274
+ },
275
+ "UnityEnvironment.step": {
276
+ "total": 8697.16642074195,
277
+ "count": 206436,
278
+ "is_parallel": true,
279
+ "self": 22.984367982147887,
280
+ "children": {
281
+ "UnityEnvironment._generate_step_input": {
282
+ "total": 153.3451575331478,
283
+ "count": 206436,
284
+ "is_parallel": true,
285
+ "self": 153.3451575331478
286
+ },
287
+ "communicator.exchange": {
288
+ "total": 8193.466836596943,
289
+ "count": 206436,
290
+ "is_parallel": true,
291
+ "self": 8193.466836596943
292
+ },
293
+ "steps_from_proto": {
294
+ "total": 327.3700586297119,
295
+ "count": 412872,
296
+ "is_parallel": true,
297
+ "self": 34.93829959987676,
298
+ "children": {
299
+ "_process_rank_one_or_two_observation": {
300
+ "total": 292.4317590298351,
301
+ "count": 1651488,
302
+ "is_parallel": true,
303
+ "self": 292.4317590298351
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "trainer_advance": {
316
+ "total": 2042.7510606659841,
317
+ "count": 206436,
318
+ "self": 15.414901787100462,
319
+ "children": {
320
+ "process_trajectory": {
321
+ "total": 387.33136954888386,
322
+ "count": 206436,
323
+ "self": 385.76982033788516,
324
+ "children": {
325
+ "RLTrainer._checkpoint": {
326
+ "total": 1.5615492109986917,
327
+ "count": 6,
328
+ "self": 1.5615492109986917
329
+ }
330
+ }
331
+ },
332
+ "_update_policy": {
333
+ "total": 1640.0047893299998,
334
+ "count": 145,
335
+ "self": 189.14003313199214,
336
+ "children": {
337
+ "TorchPOCAOptimizer.update": {
338
+ "total": 1450.8647561980076,
339
+ "count": 4350,
340
+ "self": 1450.8647561980076
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ },
348
+ "trainer_threads": {
349
+ "total": 2.9199873097240925e-07,
350
+ "count": 1,
351
+ "self": 2.9199873097240925e-07
352
+ },
353
+ "TrainerController._save_models": {
354
+ "total": 0.17757787499976985,
355
+ "count": 1,
356
+ "self": 0.0018353749983361922,
357
+ "children": {
358
+ "RLTrainer._checkpoint": {
359
+ "total": 0.17574250000143365,
360
+ "count": 1,
361
+ "self": 0.17574250000143365
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 8499969,
6
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-8499969.onnx",
7
+ "reward": 0.0,
8
+ "creation_time": 1679133734.532448,
9
+ "auxillary_file_paths": [
10
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-8499969.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 8999988,
15
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-8999988.onnx",
16
+ "reward": 0.0,
17
+ "creation_time": 1679135612.828987,
18
+ "auxillary_file_paths": [
19
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-8999988.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 9499998,
24
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-9499998.onnx",
25
+ "reward": 0.0,
26
+ "creation_time": 1679137492.718681,
27
+ "auxillary_file_paths": [
28
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-9499998.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 9999985,
33
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-9999985.onnx",
34
+ "reward": 0.0,
35
+ "creation_time": 1679139348.297448,
36
+ "auxillary_file_paths": [
37
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-9999985.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 10000046,
42
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-10000046.onnx",
43
+ "reward": 0.0,
44
+ "creation_time": 1679139348.481805,
45
+ "auxillary_file_paths": [
46
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-10000046.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "elo": 1626.8309588798693,
51
+ "final_checkpoint": {
52
+ "steps": 10000046,
53
+ "file_path": "results/SoccerTwos/SoccerTwos.onnx",
54
+ "reward": 0.0,
55
+ "creation_time": 1679139348.481805,
56
+ "auxillary_file_paths": [
57
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-10000046.pt"
58
+ ]
59
+ }
60
+ },
61
+ "metadata": {
62
+ "stats_format_version": "0.3.0",
63
+ "mlagents_version": "0.31.0.dev0",
64
+ "torch_version": "1.11.0"
65
+ }
66
+ }