ucheokechukwu commited on
Commit
b4985f6
1 Parent(s): c4f472f

First Commit

Browse files
Files changed (34) hide show
  1. README.md +35 -0
  2. SoccerTwos.onnx +3 -0
  3. SoccerTwos/SoccerTwos-5499978.onnx +3 -0
  4. SoccerTwos/SoccerTwos-5499978.pt +3 -0
  5. SoccerTwos/SoccerTwos-5999934.onnx +3 -0
  6. SoccerTwos/SoccerTwos-5999934.pt +3 -0
  7. SoccerTwos/SoccerTwos-6000216.onnx +3 -0
  8. SoccerTwos/SoccerTwos-6000216.pt +3 -0
  9. SoccerTwos/SoccerTwos-6499992.onnx +3 -0
  10. SoccerTwos/SoccerTwos-6499992.pt +3 -0
  11. SoccerTwos/SoccerTwos-6999876.onnx +3 -0
  12. SoccerTwos/SoccerTwos-6999876.pt +3 -0
  13. SoccerTwos/SoccerTwos-7499988.onnx +3 -0
  14. SoccerTwos/SoccerTwos-7499988.pt +3 -0
  15. SoccerTwos/SoccerTwos-7600048.onnx +3 -0
  16. SoccerTwos/SoccerTwos-7600048.pt +3 -0
  17. SoccerTwos/SoccerTwos-7692216.onnx +3 -0
  18. SoccerTwos/SoccerTwos-7692216.pt +3 -0
  19. SoccerTwos/checkpoint.pt +3 -0
  20. SoccerTwos/events.out.tfevents.1706583384.300331b929f9.4572.0 +3 -0
  21. SoccerTwos/events.out.tfevents.1706596433.300331b929f9.59444.0 +3 -0
  22. SoccerTwos/events.out.tfevents.1706596459.300331b929f9.59607.0 +3 -0
  23. SoccerTwos/events.out.tfevents.1706596493.300331b929f9.59805.0 +3 -0
  24. SoccerTwos/events.out.tfevents.1706597868.300331b929f9.65706.0 +3 -0
  25. SoccerTwos/events.out.tfevents.1706599197.300331b929f9.71410.0 +3 -0
  26. SoccerTwos/events.out.tfevents.1706601694.300331b929f9.82177.0 +3 -0
  27. SoccerTwos/events.out.tfevents.1706602116.300331b929f9.84046.0 +3 -0
  28. SoccerTwos/events.out.tfevents.1706602400.300331b929f9.85316.0 +3 -0
  29. SoccerTwos/events.out.tfevents.1706602617.300331b929f9.86301.0 +3 -0
  30. config.json +1 -0
  31. configuration.yaml +84 -0
  32. run_logs/Player-0.log +62 -0
  33. run_logs/timers.json +417 -0
  34. run_logs/training_status.json +111 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - SoccerTwos
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-SoccerTwos
8
+ ---
9
+
10
+ # **poca** Agent playing **SoccerTwos**
11
+ This is a trained model of a **poca** agent playing **SoccerTwos**
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: ucheokechukwu/poca-SoccerTwos
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
SoccerTwos.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff54b429e3f1e290a7a07ec264f7f7da759f1b78ff7d181420d6817b12a07600
3
+ size 1768747
SoccerTwos/SoccerTwos-5499978.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92104dbddce50bf29d3f2f5b06dbdc7a85449812dfbb52d997f8b1ee72c62f68
3
+ size 1768747
SoccerTwos/SoccerTwos-5499978.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9689099070ed9466193beb6e39831a920809cb3cf049923e3367ca0053b336f
3
+ size 28432022
SoccerTwos/SoccerTwos-5999934.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a9a5e2f1f90dd28d27c3c8f9f8f42afa85594ffb9e78ca4c5543f27075a723
3
+ size 1768747
SoccerTwos/SoccerTwos-5999934.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bafe035c460ebb7baf386a2ff431dfe58753e81b6cd83ba2cd87cb76aa66032
3
+ size 28432022
SoccerTwos/SoccerTwos-6000216.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a9a5e2f1f90dd28d27c3c8f9f8f42afa85594ffb9e78ca4c5543f27075a723
3
+ size 1768747
SoccerTwos/SoccerTwos-6000216.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99cf0b243e8bc7b8617f200b0fd9de179158da8e2bfaf92a96828d8534d17229
3
+ size 28432022
SoccerTwos/SoccerTwos-6499992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84435d6749afbd74ad83a1c4594a77ef8bba8d093062457f86c7c9431abf2c3a
3
+ size 1768747
SoccerTwos/SoccerTwos-6499992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eace38832224b922ccfed181c91ed3b2696bfcd84fbe05429540c8100a64e8ce
3
+ size 28432022
SoccerTwos/SoccerTwos-6999876.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0622fc52b7d81676ea9ecb3bb09cf27d7580b607befa575130c2a83cb41d6f
3
+ size 1768747
SoccerTwos/SoccerTwos-6999876.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2656543404df7e04578d9f2e540b22e0ccddea609c4e93c8d6cc9fb57e357b46
3
+ size 28432022
SoccerTwos/SoccerTwos-7499988.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61e0fc469c3a9eeff968dfd4c709156f97d09748f4cf62d8a132598d46cb6fd0
3
+ size 1768747
SoccerTwos/SoccerTwos-7499988.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f270faa0b28a7aeb7046cbad0fe49a3e5d93ade7d31f0e80dc0f25a92be07f8
3
+ size 28432022
SoccerTwos/SoccerTwos-7600048.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdc6d4e6223108caf4e251b3fb81d8de25376e9572630e64f7bdbc51e69ec59
3
+ size 1768747
SoccerTwos/SoccerTwos-7600048.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93210f7990bef7bd6ba55c17cd0fc6e13d2e52feecc52eebd9d4dc72202d7b3
3
+ size 28432022
SoccerTwos/SoccerTwos-7692216.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff54b429e3f1e290a7a07ec264f7f7da759f1b78ff7d181420d6817b12a07600
3
+ size 1768747
SoccerTwos/SoccerTwos-7692216.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7bc446163f26f2f46dd928b4b0a3d27778f3db74b877c69c80d3f823d63130
3
+ size 28432022
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027276028b3d2362a691086ebe69c05012be272ebdf269e73943c8560d774d40
3
+ size 28431030
SoccerTwos/events.out.tfevents.1706583384.300331b929f9.4572.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fbbed07402fdaf41f3762a80a971d17d36a13aadb538d6145dbfd624e7fe753
3
+ size 4510217
SoccerTwos/events.out.tfevents.1706596433.300331b929f9.59444.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c667cbf4a2b79038111fad7fecbb1df65aea414fcd90fab3d2741d9165f9d0
3
+ size 1240
SoccerTwos/events.out.tfevents.1706596459.300331b929f9.59607.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111de71a038072549f4093c872c288d1dfe0f3d08dd5f2276c533f002cd0a02a
3
+ size 1240
SoccerTwos/events.out.tfevents.1706596493.300331b929f9.59805.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:213123275e6ff8555696dc4ff73ddf1b8ff4da6cabc165483850c4966b424590
3
+ size 545720
SoccerTwos/events.out.tfevents.1706597868.300331b929f9.65706.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bff1443c6d9dce8cd900ec0b42a984fc92efec21e73abec9c69b7574ca2c6a
3
+ size 515044
SoccerTwos/events.out.tfevents.1706599197.300331b929f9.71410.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5f1e8e312a3d52c14b9d50dcf6849d78d858546cf0cbdbe70eb7312da4f3aac
3
+ size 1029025
SoccerTwos/events.out.tfevents.1706601694.300331b929f9.82177.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a01d07e632ab9e907edaefe4f2be26fcb2a2c055310cb6d8af076214b8208d3
3
+ size 103901
SoccerTwos/events.out.tfevents.1706602116.300331b929f9.84046.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d07ba61e9d3a68ccecea38428c71c13808ea13ab49f466b5748c41959759434
3
+ size 93616
SoccerTwos/events.out.tfevents.1706602400.300331b929f9.85316.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a71313a8f092856bcb5b891dd3bc9660e0bf36874501051fa09b711987af12a
3
+ size 73049
SoccerTwos/events.out.tfevents.1706602617.300331b929f9.86301.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7c5b069515b815c07e9df2abdd1a227d379f165b3a7fe6e7408358c93e5512
3
+ size 134747
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.0005, "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": 15000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 2000, "window": 20, "play_against_latest_model_ratio": 0.4, "initial_elo": 1540.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.x86_64", "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": "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,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0005
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: 15000000
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: 20
49
+ play_against_latest_model_ratio: 0.4
50
+ initial_elo: 1540.0
51
+ behavioral_cloning: null
52
+ env_settings:
53
+ env_path: ./training-envs-executables/SoccerTwos.x86_64
54
+ env_args: null
55
+ base_port: 5005
56
+ num_envs: 1
57
+ num_areas: 1
58
+ timeout_wait: 60
59
+ seed: -1
60
+ max_lifetime_restarts: 10
61
+ restarts_rate_limit_n: 1
62
+ restarts_rate_limit_period_s: 60
63
+ engine_settings:
64
+ width: 84
65
+ height: 84
66
+ quality_level: 5
67
+ time_scale: 20
68
+ target_frame_rate: -1
69
+ capture_frame_rate: 60
70
+ no_graphics: true
71
+ no_graphics_monitor: false
72
+ environment_parameters: null
73
+ checkpoint_settings:
74
+ run_id: SoccerTwos
75
+ initialize_from: null
76
+ load_model: false
77
+ resume: true
78
+ force: false
79
+ train_model: false
80
+ inference: false
81
+ results_dir: results
82
+ torch_settings:
83
+ device: null
84
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/content/MyDrive/MLOPs_Projects/HuggingFace/ReinforcementLearning_Course/Unit_7/ml-agents/training-envs-executables/SoccerTwos_Data/Managed'
2
+ Mono config path = '/content/content/MyDrive/MLOPs_Projects/HuggingFace/ReinforcementLearning_Course/Unit_7/ml-agents/training-envs-executables/SoccerTwos_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/content/MyDrive/MLOPs_Projects/HuggingFace/ReinforcementLearning_Course/Unit_7/ml-agents/training-envs-executables/SoccerTwos_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 1.283 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 (Specular setup)' - 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 (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
46
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
47
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
48
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
50
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
51
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
52
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
53
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
54
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
55
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
56
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
57
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
58
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
59
+ UnloadTime: 1.095756 ms
60
+ Registered Communicator in Agent.
61
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
62
+ requesting resize 84 x 84
run_logs/timers.json ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 1.6669374704360962,
6
+ "min": 1.6359543800354004,
7
+ "max": 1.6686762571334839,
8
+ "count": 7
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 33285.40625,
12
+ "min": 28373.9921875,
13
+ "max": 35656.47265625,
14
+ "count": 7
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 69.27777777777777,
18
+ "min": 56.20238095238095,
19
+ "max": 69.27777777777777,
20
+ "count": 7
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 19952.0,
24
+ "min": 16200.0,
25
+ "max": 20212.0,
26
+ "count": 7
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1539.4471772250445,
30
+ "min": 1527.7409143925404,
31
+ "max": 1545.935715339572,
32
+ "count": 7
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 221680.3935204064,
36
+ "min": 210247.2572861818,
37
+ "max": 258303.83899147165,
38
+ "count": 7
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 7759836.0,
42
+ "min": 7699856.0,
43
+ "max": 7759836.0,
44
+ "count": 7
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 7759836.0,
48
+ "min": 7699856.0,
49
+ "max": 7759836.0,
50
+ "count": 7
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.02039300464093685,
54
+ "min": -0.06732017546892166,
55
+ "max": 0.006477044429630041,
56
+ "count": 7
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -2.9161996841430664,
60
+ "min": -10.462895393371582,
61
+ "max": 0.8679239749908447,
62
+ "count": 7
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.018799273297190666,
66
+ "min": -0.06896685063838959,
67
+ "max": 0.014638231135904789,
68
+ "count": 7
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -2.68829607963562,
72
+ "min": -10.482961654663086,
73
+ "max": 1.9615229368209839,
74
+ "count": 7
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 7
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 7
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": 0.017475523315109574,
90
+ "min": -0.14296273452154598,
91
+ "max": 0.18005912183965528,
92
+ "count": 7
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": 2.498999834060669,
96
+ "min": -23.017000257968903,
97
+ "max": 28.629400372505188,
98
+ "count": 7
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": 0.017475523315109574,
102
+ "min": -0.14296273452154598,
103
+ "max": 0.18005912183965528,
104
+ "count": 7
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": 2.498999834060669,
108
+ "min": -23.017000257968903,
109
+ "max": 28.629400372505188,
110
+ "count": 7
111
+ },
112
+ "SoccerTwos.IsTraining.mean": {
113
+ "value": 1.0,
114
+ "min": 1.0,
115
+ "max": 1.0,
116
+ "count": 7
117
+ },
118
+ "SoccerTwos.IsTraining.sum": {
119
+ "value": 1.0,
120
+ "min": 1.0,
121
+ "max": 1.0,
122
+ "count": 7
123
+ },
124
+ "SoccerTwos.Losses.PolicyLoss.mean": {
125
+ "value": 0.016602384811267256,
126
+ "min": 0.014415907952934504,
127
+ "max": 0.016602384811267256,
128
+ "count": 3
129
+ },
130
+ "SoccerTwos.Losses.PolicyLoss.sum": {
131
+ "value": 0.016602384811267256,
132
+ "min": 0.014415907952934504,
133
+ "max": 0.016602384811267256,
134
+ "count": 3
135
+ },
136
+ "SoccerTwos.Losses.ValueLoss.mean": {
137
+ "value": 0.09950689375400543,
138
+ "min": 0.09836041977008184,
139
+ "max": 0.10183645983537039,
140
+ "count": 3
141
+ },
142
+ "SoccerTwos.Losses.ValueLoss.sum": {
143
+ "value": 0.09950689375400543,
144
+ "min": 0.09836041977008184,
145
+ "max": 0.10183645983537039,
146
+ "count": 3
147
+ },
148
+ "SoccerTwos.Losses.BaselineLoss.mean": {
149
+ "value": 0.1016091840962569,
150
+ "min": 0.10012397617101669,
151
+ "max": 0.10352428729335467,
152
+ "count": 3
153
+ },
154
+ "SoccerTwos.Losses.BaselineLoss.sum": {
155
+ "value": 0.1016091840962569,
156
+ "min": 0.10012397617101669,
157
+ "max": 0.10352428729335467,
158
+ "count": 3
159
+ },
160
+ "SoccerTwos.Policy.LearningRate.mean": {
161
+ "value": 0.0005000000000000001,
162
+ "min": 0.0005000000000000001,
163
+ "max": 0.0005000000000000001,
164
+ "count": 3
165
+ },
166
+ "SoccerTwos.Policy.LearningRate.sum": {
167
+ "value": 0.0005000000000000001,
168
+ "min": 0.0005000000000000001,
169
+ "max": 0.0005000000000000001,
170
+ "count": 3
171
+ },
172
+ "SoccerTwos.Policy.Epsilon.mean": {
173
+ "value": 0.20000000000000007,
174
+ "min": 0.20000000000000007,
175
+ "max": 0.20000000000000007,
176
+ "count": 3
177
+ },
178
+ "SoccerTwos.Policy.Epsilon.sum": {
179
+ "value": 0.20000000000000007,
180
+ "min": 0.20000000000000007,
181
+ "max": 0.20000000000000007,
182
+ "count": 3
183
+ },
184
+ "SoccerTwos.Policy.Beta.mean": {
185
+ "value": 0.005000000000000001,
186
+ "min": 0.005000000000000001,
187
+ "max": 0.005000000000000001,
188
+ "count": 3
189
+ },
190
+ "SoccerTwos.Policy.Beta.sum": {
191
+ "value": 0.005000000000000001,
192
+ "min": 0.005000000000000001,
193
+ "max": 0.005000000000000001,
194
+ "count": 3
195
+ }
196
+ },
197
+ "metadata": {
198
+ "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1706602397",
200
+ "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
201
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --resume",
202
+ "mlagents_version": "1.1.0.dev0",
203
+ "mlagents_envs_version": "1.1.0.dev0",
204
+ "communication_protocol_version": "1.5.0",
205
+ "pytorch_version": "2.1.2+cu121",
206
+ "numpy_version": "1.23.5",
207
+ "end_time_seconds": "1706602573"
208
+ },
209
+ "total": 176.3850563119995,
210
+ "count": 1,
211
+ "self": 0.6095307819996378,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.06312701000206289,
215
+ "count": 1,
216
+ "self": 0.06312701000206289
217
+ },
218
+ "TrainerController.start_learning": {
219
+ "total": 175.7123985199978,
220
+ "count": 1,
221
+ "self": 0.1427209370849596,
222
+ "children": {
223
+ "TrainerController._reset_env": {
224
+ "total": 3.9993831899955694,
225
+ "count": 2,
226
+ "self": 3.9993831899955694
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 171.57022046191923,
230
+ "count": 4856,
231
+ "self": 0.14406386593691423,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 134.875863562007,
235
+ "count": 4856,
236
+ "self": 104.80080308114339,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 29.993070571970748,
240
+ "count": 4856,
241
+ "self": 0.7589429501349514,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 29.234127621835796,
245
+ "count": 8830,
246
+ "self": 29.234127621835796
247
+ }
248
+ }
249
+ },
250
+ "workers": {
251
+ "total": 0.08198990889286506,
252
+ "count": 4855,
253
+ "self": 0.0,
254
+ "children": {
255
+ "worker_root": {
256
+ "total": 175.3619194520361,
257
+ "count": 4855,
258
+ "is_parallel": true,
259
+ "self": 87.06817251295797,
260
+ "children": {
261
+ "run_training.setup": {
262
+ "total": 0.0,
263
+ "count": 0,
264
+ "is_parallel": true,
265
+ "self": 0.0,
266
+ "children": {
267
+ "steps_from_proto": {
268
+ "total": 0.002859461001207819,
269
+ "count": 2,
270
+ "is_parallel": true,
271
+ "self": 0.0007165480019466486,
272
+ "children": {
273
+ "_process_rank_one_or_two_observation": {
274
+ "total": 0.0021429129992611706,
275
+ "count": 8,
276
+ "is_parallel": true,
277
+ "self": 0.0021429129992611706
278
+ }
279
+ }
280
+ },
281
+ "UnityEnvironment.step": {
282
+ "total": 0.042817464000108885,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.0012375180012895726,
286
+ "children": {
287
+ "UnityEnvironment._generate_step_input": {
288
+ "total": 0.0009868800007097889,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0009868800007097889
292
+ },
293
+ "communicator.exchange": {
294
+ "total": 0.03684870999859413,
295
+ "count": 1,
296
+ "is_parallel": true,
297
+ "self": 0.03684870999859413
298
+ },
299
+ "steps_from_proto": {
300
+ "total": 0.003744355999515392,
301
+ "count": 2,
302
+ "is_parallel": true,
303
+ "self": 0.0006717589967593085,
304
+ "children": {
305
+ "_process_rank_one_or_two_observation": {
306
+ "total": 0.0030725970027560834,
307
+ "count": 8,
308
+ "is_parallel": true,
309
+ "self": 0.0030725970027560834
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ },
317
+ "steps_from_proto": {
318
+ "total": 0.0020243369981471915,
319
+ "count": 2,
320
+ "is_parallel": true,
321
+ "self": 0.00053981399469194,
322
+ "children": {
323
+ "_process_rank_one_or_two_observation": {
324
+ "total": 0.0014845230034552515,
325
+ "count": 8,
326
+ "is_parallel": true,
327
+ "self": 0.0014845230034552515
328
+ }
329
+ }
330
+ },
331
+ "UnityEnvironment.step": {
332
+ "total": 88.29172260207997,
333
+ "count": 4854,
334
+ "is_parallel": true,
335
+ "self": 5.486264983432193,
336
+ "children": {
337
+ "UnityEnvironment._generate_step_input": {
338
+ "total": 3.4638925718209066,
339
+ "count": 4854,
340
+ "is_parallel": true,
341
+ "self": 3.4638925718209066
342
+ },
343
+ "communicator.exchange": {
344
+ "total": 62.658482434926555,
345
+ "count": 4854,
346
+ "is_parallel": true,
347
+ "self": 62.658482434926555
348
+ },
349
+ "steps_from_proto": {
350
+ "total": 16.683082611900318,
351
+ "count": 9708,
352
+ "is_parallel": true,
353
+ "self": 2.7760117232974153,
354
+ "children": {
355
+ "_process_rank_one_or_two_observation": {
356
+ "total": 13.907070888602902,
357
+ "count": 38832,
358
+ "is_parallel": true,
359
+ "self": 13.907070888602902
360
+ }
361
+ }
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
370
+ },
371
+ "trainer_advance": {
372
+ "total": 36.55029303397532,
373
+ "count": 4855,
374
+ "self": 1.0077057810412953,
375
+ "children": {
376
+ "process_trajectory": {
377
+ "total": 18.079415830929065,
378
+ "count": 4855,
379
+ "self": 18.079415830929065
380
+ },
381
+ "_update_policy": {
382
+ "total": 17.46317142200496,
383
+ "count": 3,
384
+ "self": 10.25110586601295,
385
+ "children": {
386
+ "TorchPOCAOptimizer.update": {
387
+ "total": 7.212065555992012,
388
+ "count": 90,
389
+ "self": 7.212065555992012
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ },
397
+ "trainer_threads": {
398
+ "total": 1.2669988791458309e-06,
399
+ "count": 1,
400
+ "self": 1.2669988791458309e-06
401
+ },
402
+ "TrainerController._save_models": {
403
+ "total": 7.266399916261435e-05,
404
+ "count": 1,
405
+ "self": 5.557499753194861e-05,
406
+ "children": {
407
+ "RLTrainer._checkpoint": {
408
+ "total": 1.7089001630665734e-05,
409
+ "count": 1,
410
+ "self": 1.7089001630665734e-05
411
+ }
412
+ }
413
+ }
414
+ }
415
+ }
416
+ }
417
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 5499978,
6
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-5499978.onnx",
7
+ "reward": 0.0,
8
+ "creation_time": 1706596564.4206204,
9
+ "auxillary_file_paths": [
10
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-5499978.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 5999934,
15
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-5999934.onnx",
16
+ "reward": 0.0,
17
+ "creation_time": 1706597744.8578112,
18
+ "auxillary_file_paths": [
19
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-5999934.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 6000216,
24
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-6000216.onnx",
25
+ "reward": 0.0,
26
+ "creation_time": 1706597745.7551196,
27
+ "auxillary_file_paths": [
28
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-6000216.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 6499992,
33
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-6499992.onnx",
34
+ "reward": 0.0,
35
+ "creation_time": 1706599164.185827,
36
+ "auxillary_file_paths": [
37
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-6499992.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 6499992,
42
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-6499992.onnx",
43
+ "reward": null,
44
+ "creation_time": 1706599200.5697947,
45
+ "auxillary_file_paths": [
46
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-6499992.pt"
47
+ ]
48
+ },
49
+ {
50
+ "steps": 6999876,
51
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-6999876.onnx",
52
+ "reward": 0.0,
53
+ "creation_time": 1706600413.4112358,
54
+ "auxillary_file_paths": [
55
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-6999876.pt"
56
+ ]
57
+ },
58
+ {
59
+ "steps": 7499988,
60
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7499988.onnx",
61
+ "reward": 0.0,
62
+ "creation_time": 1706601626.994153,
63
+ "auxillary_file_paths": [
64
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-7499988.pt"
65
+ ]
66
+ },
67
+ {
68
+ "steps": 7499988,
69
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7499988.onnx",
70
+ "reward": null,
71
+ "creation_time": 1706601696.5884414,
72
+ "auxillary_file_paths": [
73
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-7499988.pt"
74
+ ]
75
+ },
76
+ {
77
+ "steps": 7600048,
78
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7600048.onnx",
79
+ "reward": 0.0,
80
+ "creation_time": 1706601935.885709,
81
+ "auxillary_file_paths": [
82
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-7600048.pt"
83
+ ]
84
+ },
85
+ {
86
+ "steps": 7692216,
87
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7692216.onnx",
88
+ "reward": 0.0,
89
+ "creation_time": 1706602344.0244424,
90
+ "auxillary_file_paths": [
91
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-7692216.pt"
92
+ ]
93
+ }
94
+ ],
95
+ "elo": 1541.206739657192,
96
+ "final_checkpoint": {
97
+ "steps": 7692216,
98
+ "file_path": "results/SoccerTwos/SoccerTwos.onnx",
99
+ "reward": 0.0,
100
+ "creation_time": 1706602344.0244424,
101
+ "auxillary_file_paths": [
102
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-7692216.pt"
103
+ ]
104
+ }
105
+ },
106
+ "metadata": {
107
+ "stats_format_version": "0.3.0",
108
+ "mlagents_version": "1.1.0.dev0",
109
+ "torch_version": "2.1.2+cu121"
110
+ }
111
+ }