GeorgeImmanuel commited on
Commit
2e7ee64
1 Parent(s): 08bd4b0

FT of SnowballTarget

Browse files
Files changed (41) hide show
  1. README.md +35 -0
  2. SnowballTarget.onnx +3 -0
  3. SnowballTarget/SnowballTarget-149984.onnx +3 -0
  4. SnowballTarget/SnowballTarget-149984.pt +3 -0
  5. SnowballTarget/SnowballTarget-199984.onnx +3 -0
  6. SnowballTarget/SnowballTarget-199984.pt +3 -0
  7. SnowballTarget/SnowballTarget-200112.onnx +3 -0
  8. SnowballTarget/SnowballTarget-200112.pt +3 -0
  9. SnowballTarget/SnowballTarget-200200.onnx +3 -0
  10. SnowballTarget/SnowballTarget-200200.pt +3 -0
  11. SnowballTarget/SnowballTarget-349992.onnx +3 -0
  12. SnowballTarget/SnowballTarget-349992.pt +3 -0
  13. SnowballTarget/SnowballTarget-399992.onnx +3 -0
  14. SnowballTarget/SnowballTarget-399992.pt +3 -0
  15. SnowballTarget/SnowballTarget-449952.onnx +3 -0
  16. SnowballTarget/SnowballTarget-449952.pt +3 -0
  17. SnowballTarget/SnowballTarget-49936.onnx +3 -0
  18. SnowballTarget/SnowballTarget-49936.pt +3 -0
  19. SnowballTarget/SnowballTarget-499976.onnx +3 -0
  20. SnowballTarget/SnowballTarget-499976.pt +3 -0
  21. SnowballTarget/SnowballTarget-549992.onnx +3 -0
  22. SnowballTarget/SnowballTarget-549992.pt +3 -0
  23. SnowballTarget/SnowballTarget-599936.onnx +3 -0
  24. SnowballTarget/SnowballTarget-599936.pt +3 -0
  25. SnowballTarget/SnowballTarget-649960.onnx +3 -0
  26. SnowballTarget/SnowballTarget-649960.pt +3 -0
  27. SnowballTarget/SnowballTarget-699984.onnx +3 -0
  28. SnowballTarget/SnowballTarget-699984.pt +3 -0
  29. SnowballTarget/SnowballTarget-749984.onnx +3 -0
  30. SnowballTarget/SnowballTarget-749984.pt +3 -0
  31. SnowballTarget/SnowballTarget-783776.onnx +3 -0
  32. SnowballTarget/SnowballTarget-783776.pt +3 -0
  33. SnowballTarget/SnowballTarget-99960.onnx +3 -0
  34. SnowballTarget/SnowballTarget-99960.pt +3 -0
  35. SnowballTarget/checkpoint.pt +3 -0
  36. SnowballTarget/events.out.tfevents.1719419976.9b76d45fa2ca.31158.0 +3 -0
  37. config.json +1 -0
  38. configuration.yaml +92 -0
  39. run_logs/Player-0.log +259 -0
  40. run_logs/timers.json +413 -0
  41. run_logs/training_status.json +65 -0
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: GeorgeImmanuel/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:d453df2fd46b4c25e811fffcf24e5b6d8e296af68f8128d6b5a0d99e73b94f21
3
+ size 650646
SnowballTarget/SnowballTarget-149984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa842bec70725bb9655af8b6646780e6162b0cc95229d6972b07e60ba8e5d870
3
+ size 650646
SnowballTarget/SnowballTarget-149984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dff95379d0663843d88dcfedee5425b0823063b9e1998f9946eebf6aba7310
3
+ size 4361099
SnowballTarget/SnowballTarget-199984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d453df2fd46b4c25e811fffcf24e5b6d8e296af68f8128d6b5a0d99e73b94f21
3
+ size 650646
SnowballTarget/SnowballTarget-199984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08caf87e39955345586ca9c224c9242015699fd19310d46e17a258e27397981
3
+ size 4361099
SnowballTarget/SnowballTarget-200112.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d453df2fd46b4c25e811fffcf24e5b6d8e296af68f8128d6b5a0d99e73b94f21
3
+ size 650646
SnowballTarget/SnowballTarget-200112.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d3a14b225328e03d82db9d46ad1fb6b4e844d691553da325b2e434ee74d59
3
+ size 4361099
SnowballTarget/SnowballTarget-200200.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425b1d7c45e00caf85235e85da746ef870724564d4ec27a300cb81c63a16e920
3
+ size 650646
SnowballTarget/SnowballTarget-200200.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c954239784bd64d280e53b4548e19a7af1e612f22cd0462624353ebb2c63cd3
3
+ size 3849115
SnowballTarget/SnowballTarget-349992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:914548abc9df034decc89f4f9eec7292a741e40537701bbbae222d35d3021c77
3
+ size 650646
SnowballTarget/SnowballTarget-349992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19fc4d7a6dbd3030d8f411055c358b8673a1ada9642d57d128d9d390b1303972
3
+ size 4361099
SnowballTarget/SnowballTarget-399992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11cd6fe9321cb19cacf3b4b9a0846fe460baf0046f332f41d72ec38e9a23a6f
3
+ size 650646
SnowballTarget/SnowballTarget-399992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80b2456c4d1d1cd4be989f468423c31810737cef211310e7f6dade63f254cac7
3
+ size 4361099
SnowballTarget/SnowballTarget-449952.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2e84c331ec45bca9458ba46ad637bd80de29da0775e412dcc9de9ec83604e0
3
+ size 650646
SnowballTarget/SnowballTarget-449952.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f2025d1f27c403551e82ab92581985dfdfe386bbdbbdb2a79497513148aa5da
3
+ size 4361099
SnowballTarget/SnowballTarget-49936.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5868fda44f3d3cfd0440d2f4069d0ff2e2d1d3c24916e1eb9685155b0cc74b
3
+ size 650646
SnowballTarget/SnowballTarget-49936.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6083e19725db2d4fae324146ef1abf429d407f513b191384288fc687c30d29e
3
+ size 4361008
SnowballTarget/SnowballTarget-499976.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34e9b2d829463c075a968a5479b48f60deecb0bd159d22a07a3f5b23b1f1e290
3
+ size 650646
SnowballTarget/SnowballTarget-499976.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1713dced9e57acfca42a480e4cd8fc9231eda5ed8bdfde342785dda8f430ea75
3
+ size 4361099
SnowballTarget/SnowballTarget-549992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4175291eed79e35711afa903dbe247743e9e7e674c73b0d41825119880c9384
3
+ size 650646
SnowballTarget/SnowballTarget-549992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74037b0110627fdc3fe38ee352336eed6a0d9f1d8de9817138197108f779e6f1
3
+ size 4361099
SnowballTarget/SnowballTarget-599936.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dabe0369fe4880971dd246f0aa1055167fee0ecec85269c7e695cf7e8d19ca37
3
+ size 650646
SnowballTarget/SnowballTarget-599936.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941b4723540897ce092c66d38d9d0405bc26832c6931619fe5f71c9f9c717dc9
3
+ size 4361099
SnowballTarget/SnowballTarget-649960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f97dce0cbb05c3d781978cd0e311d7755baac90e82fbff48fd1dc14086a725
3
+ size 650646
SnowballTarget/SnowballTarget-649960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2d8e560c23a2dbf43ab8d154ad580dd00d1dbf6eb35671eac8799ec4bba79a6
3
+ size 4361099
SnowballTarget/SnowballTarget-699984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26541381ac1ef9e8c27ee90550eeab95a77a796ca273a1c0748dad208e19ea9e
3
+ size 650646
SnowballTarget/SnowballTarget-699984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b971d2fe4b6484d7e2073cf6cc95b43cb5cabbd0d5427d4c679f4b3471a89062
3
+ size 4361099
SnowballTarget/SnowballTarget-749984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26379ee566c89b22e298a7ac8e8e18ee17192c0de94ac7165d6089201a8be3f8
3
+ size 650646
SnowballTarget/SnowballTarget-749984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df8c307f36003f792830887097cd3da34ce3cca94f36c1ac20117f2871596911
3
+ size 4361099
SnowballTarget/SnowballTarget-783776.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2713c4d50070fdee58f3fdc2268bebf38490003824bd36bbf9fcbc9e9fcaded4
3
+ size 650646
SnowballTarget/SnowballTarget-783776.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05259fa18a43f59cdf0d902b8fcf7e8abfb0262f952e0338ba100ba4ce72f5fc
3
+ size 4361099
SnowballTarget/SnowballTarget-99960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ed7c9efd90bd03961dd983e7c96a6907cb51682438e8cdb55d48dd9fe76f33
3
+ size 650646
SnowballTarget/SnowballTarget-99960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7098741c3631012ebe629f5c030a80768968ed284a8840218270ff8f2681a336
3
+ size 4361008
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d31554c92a976c08c0f9e93192105c7d671a5cbe8d5e9cb86613f342271f633
3
+ size 4360098
SnowballTarget/events.out.tfevents.1719419976.9b76d45fa2ca.31158.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc68e6942312a1facf51eed6bcf0b535ce6632383b59e1dd436f6b99ba2c2f0b
3
+ size 32097
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.0003, "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": false, "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}}, "rnd": {"gamma": 0.82, "strength": 0.005, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 10, "even_checkpoints": false, "max_steps": 200000, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "/content/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": "SnowballTarget1", "initialize_from": null, "load_model": false, "resume": false, "force": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0003
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: false
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
+ rnd:
39
+ gamma: 0.82
40
+ strength: 0.005
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 128
44
+ num_layers: 2
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 10
53
+ even_checkpoints: false
54
+ max_steps: 200000
55
+ time_horizon: 64
56
+ summary_freq: 10000
57
+ threaded: true
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: /content/training-envs-executables/linux/SnowballTarget/SnowballTarget
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ timeout_wait: 60
67
+ seed: -1
68
+ max_lifetime_restarts: 10
69
+ restarts_rate_limit_n: 1
70
+ restarts_rate_limit_period_s: 60
71
+ engine_settings:
72
+ width: 84
73
+ height: 84
74
+ quality_level: 5
75
+ time_scale: 20
76
+ target_frame_rate: -1
77
+ capture_frame_rate: 60
78
+ no_graphics: true
79
+ no_graphics_monitor: false
80
+ environment_parameters: null
81
+ checkpoint_settings:
82
+ run_id: SnowballTarget1
83
+ initialize_from: null
84
+ load_model: false
85
+ resume: false
86
+ force: true
87
+ train_model: false
88
+ inference: false
89
+ results_dir: results
90
+ torch_settings:
91
+ device: null
92
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/content/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/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.117 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.930279 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]: 5372 frames, [16.0 KB-32.0 KB]: 91 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 178 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 42
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]: 5464 frames
176
+ Requested Block Size 16.0 MB
177
+ Peak Block count 1
178
+ Peak Allocated memory 6.6 MB
179
+ Peak Large allocation bytes 0 B
180
+ [ALLOC_DEFAULT_THREAD]
181
+ Peak usage frame count: [16.0 MB-32.0 MB]: 5464 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]: 4583 frames, [64.0 KB-128.0 KB]: 881 frames
214
+ Requested Block Size 16.0 MB
215
+ Peak Block count 1
216
+ Peak Allocated memory 66.8 KB
217
+ Peak Large allocation bytes 0 B
218
+ [ALLOC_GFX_THREAD]
219
+ Peak usage frame count: [32.0 KB-64.0 KB]: 5464 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]: 5464 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]: 5463 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]: 5464 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]: 5464 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,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 1.0551000833511353,
6
+ "min": 1.0551000833511353,
7
+ "max": 2.862008571624756,
8
+ "count": 20
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 10085.701171875,
12
+ "min": 10085.701171875,
13
+ "max": 29498.72265625,
14
+ "count": 20
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 199984.0,
18
+ "min": 9952.0,
19
+ "max": 199984.0,
20
+ "count": 20
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 199984.0,
24
+ "min": 9952.0,
25
+ "max": 199984.0,
26
+ "count": 20
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 12.656046867370605,
30
+ "min": 0.32267439365386963,
31
+ "max": 12.656046867370605,
32
+ "count": 20
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 2467.92919921875,
36
+ "min": 62.59883499145508,
37
+ "max": 2567.480712890625,
38
+ "count": 20
39
+ },
40
+ "SnowballTarget.Policy.RndValueEstimate.mean": {
41
+ "value": -0.0009955825516954064,
42
+ "min": -0.03700552135705948,
43
+ "max": 0.00973495189100504,
44
+ "count": 20
45
+ },
46
+ "SnowballTarget.Policy.RndValueEstimate.sum": {
47
+ "value": -0.19413858652114868,
48
+ "min": -7.179071426391602,
49
+ "max": 1.898315668106079,
50
+ "count": 20
51
+ },
52
+ "SnowballTarget.Environment.EpisodeLength.mean": {
53
+ "value": 199.0,
54
+ "min": 199.0,
55
+ "max": 199.0,
56
+ "count": 20
57
+ },
58
+ "SnowballTarget.Environment.EpisodeLength.sum": {
59
+ "value": 8756.0,
60
+ "min": 8756.0,
61
+ "max": 10945.0,
62
+ "count": 20
63
+ },
64
+ "SnowballTarget.Losses.PolicyLoss.mean": {
65
+ "value": 0.06684095613537447,
66
+ "min": 0.061452012961358285,
67
+ "max": 0.07469023812383038,
68
+ "count": 20
69
+ },
70
+ "SnowballTarget.Losses.PolicyLoss.sum": {
71
+ "value": 0.2673638245414979,
72
+ "min": 0.24580805184543314,
73
+ "max": 0.3529809728708785,
74
+ "count": 20
75
+ },
76
+ "SnowballTarget.Losses.ValueLoss.mean": {
77
+ "value": 0.10505503836069621,
78
+ "min": 0.06902955410837688,
79
+ "max": 0.14385717073638066,
80
+ "count": 20
81
+ },
82
+ "SnowballTarget.Losses.ValueLoss.sum": {
83
+ "value": 0.42022015344278485,
84
+ "min": 0.27611821643350754,
85
+ "max": 0.6739003345662472,
86
+ "count": 20
87
+ },
88
+ "SnowballTarget.Policy.LearningRate.mean": {
89
+ "value": 8.082097306000005e-06,
90
+ "min": 8.082097306000005e-06,
91
+ "max": 0.000291882002706,
92
+ "count": 20
93
+ },
94
+ "SnowballTarget.Policy.LearningRate.sum": {
95
+ "value": 3.232838922400002e-05,
96
+ "min": 3.232838922400002e-05,
97
+ "max": 0.00138516003828,
98
+ "count": 20
99
+ },
100
+ "SnowballTarget.Policy.Epsilon.mean": {
101
+ "value": 0.10269400000000001,
102
+ "min": 0.10269400000000001,
103
+ "max": 0.19729400000000002,
104
+ "count": 20
105
+ },
106
+ "SnowballTarget.Policy.Epsilon.sum": {
107
+ "value": 0.41077600000000003,
108
+ "min": 0.41077600000000003,
109
+ "max": 0.96172,
110
+ "count": 20
111
+ },
112
+ "SnowballTarget.Policy.Beta.mean": {
113
+ "value": 0.0001444306000000001,
114
+ "min": 0.0001444306000000001,
115
+ "max": 0.0048649706,
116
+ "count": 20
117
+ },
118
+ "SnowballTarget.Policy.Beta.sum": {
119
+ "value": 0.0005777224000000004,
120
+ "min": 0.0005777224000000004,
121
+ "max": 0.023089828,
122
+ "count": 20
123
+ },
124
+ "SnowballTarget.Losses.RNDLoss.mean": {
125
+ "value": 0.004172837361693382,
126
+ "min": 0.004172837361693382,
127
+ "max": 0.41886237263679504,
128
+ "count": 20
129
+ },
130
+ "SnowballTarget.Losses.RNDLoss.sum": {
131
+ "value": 0.01669134944677353,
132
+ "min": 0.01669134944677353,
133
+ "max": 1.6754494905471802,
134
+ "count": 20
135
+ },
136
+ "SnowballTarget.Environment.CumulativeReward.mean": {
137
+ "value": 25.272727272727273,
138
+ "min": 3.8181818181818183,
139
+ "max": 25.272727272727273,
140
+ "count": 20
141
+ },
142
+ "SnowballTarget.Environment.CumulativeReward.sum": {
143
+ "value": 1112.0,
144
+ "min": 168.0,
145
+ "max": 1374.0,
146
+ "count": 20
147
+ },
148
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
149
+ "value": 25.272727272727273,
150
+ "min": 3.8181818181818183,
151
+ "max": 25.272727272727273,
152
+ "count": 20
153
+ },
154
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
155
+ "value": 1112.0,
156
+ "min": 168.0,
157
+ "max": 1374.0,
158
+ "count": 20
159
+ },
160
+ "SnowballTarget.Policy.RndReward.mean": {
161
+ "value": 0.004277452380020722,
162
+ "min": 0.004277452380020722,
163
+ "max": 0.5791144296950237,
164
+ "count": 20
165
+ },
166
+ "SnowballTarget.Policy.RndReward.sum": {
167
+ "value": 0.18820790472091176,
168
+ "min": 0.18820790472091176,
169
+ "max": 25.481034906581044,
170
+ "count": 20
171
+ },
172
+ "SnowballTarget.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 20
177
+ },
178
+ "SnowballTarget.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 20
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1719419975",
188
+ "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
189
+ "command_line_arguments": "/usr/local/bin/mlagents-learn /content/ml-agents/config/ppo/SnowballTarget.yaml --env=/content/training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --force",
190
+ "mlagents_version": "1.1.0.dev0",
191
+ "mlagents_envs_version": "1.1.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.3.0+cu121",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1719420664"
196
+ },
197
+ "total": 688.6761523559999,
198
+ "count": 1,
199
+ "self": 1.0541900560001523,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.06820072099981189,
203
+ "count": 1,
204
+ "self": 0.06820072099981189
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 687.5537615789999,
208
+ "count": 1,
209
+ "self": 1.3037707329103796,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 2.538256335999904,
213
+ "count": 1,
214
+ "self": 2.538256335999904
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 683.5392678530907,
218
+ "count": 18211,
219
+ "self": 0.47428005311121524,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 683.0649877999795,
223
+ "count": 18211,
224
+ "self": 540.2831138090742,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 142.32900804891506,
228
+ "count": 18211,
229
+ "self": 2.697478199809666,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 139.6315298491054,
233
+ "count": 18211,
234
+ "self": 139.6315298491054
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.45286594199023966,
240
+ "count": 18211,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 685.089505107042,
245
+ "count": 18211,
246
+ "is_parallel": true,
247
+ "self": 353.2331788320653,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.0,
251
+ "count": 0,
252
+ "is_parallel": true,
253
+ "self": 0.0,
254
+ "children": {
255
+ "steps_from_proto": {
256
+ "total": 0.002701184000216017,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0007869420014685602,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0019142419987474568,
263
+ "count": 10,
264
+ "is_parallel": true,
265
+ "self": 0.0019142419987474568
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.07612469800005783,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0009638999990784214,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0004944689999319962,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0004944689999319962
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.07223946200065257,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.07223946200065257
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.00242686700039485,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0004909889994451078,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0019358780009497423,
295
+ "count": 10,
296
+ "is_parallel": true,
297
+ "self": 0.0019358780009497423
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 331.8563262749767,
307
+ "count": 18210,
308
+ "is_parallel": true,
309
+ "self": 16.039744162993884,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 7.922684798957562,
313
+ "count": 18210,
314
+ "is_parallel": true,
315
+ "self": 7.922684798957562
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 261.850786741049,
319
+ "count": 18210,
320
+ "is_parallel": true,
321
+ "self": 261.850786741049
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 46.043110571976285,
325
+ "count": 18210,
326
+ "is_parallel": true,
327
+ "self": 9.297504443178696,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 36.74560612879759,
331
+ "count": 182100,
332
+ "is_parallel": true,
333
+ "self": 36.74560612879759
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ },
347
+ "trainer_threads": {
348
+ "total": 0.0002805759995681001,
349
+ "count": 1,
350
+ "self": 0.0002805759995681001,
351
+ "children": {
352
+ "thread_root": {
353
+ "total": 0.0,
354
+ "count": 0,
355
+ "is_parallel": true,
356
+ "self": 0.0,
357
+ "children": {
358
+ "trainer_advance": {
359
+ "total": 677.6107948141916,
360
+ "count": 712972,
361
+ "is_parallel": true,
362
+ "self": 17.137674548855102,
363
+ "children": {
364
+ "process_trajectory": {
365
+ "total": 360.8141546473289,
366
+ "count": 712972,
367
+ "is_parallel": true,
368
+ "self": 359.4495456923296,
369
+ "children": {
370
+ "RLTrainer._checkpoint": {
371
+ "total": 1.3646089549993121,
372
+ "count": 4,
373
+ "is_parallel": true,
374
+ "self": 1.3646089549993121
375
+ }
376
+ }
377
+ },
378
+ "_update_policy": {
379
+ "total": 299.65896561800764,
380
+ "count": 90,
381
+ "is_parallel": true,
382
+ "self": 130.54220798797542,
383
+ "children": {
384
+ "TorchPPOOptimizer.update": {
385
+ "total": 169.11675763003223,
386
+ "count": 4587,
387
+ "is_parallel": true,
388
+ "self": 169.11675763003223
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ },
398
+ "TrainerController._save_models": {
399
+ "total": 0.17218608099938137,
400
+ "count": 1,
401
+ "self": 0.002373593997617718,
402
+ "children": {
403
+ "RLTrainer._checkpoint": {
404
+ "total": 0.16981248700176366,
405
+ "count": 1,
406
+ "self": 0.16981248700176366
407
+ }
408
+ }
409
+ }
410
+ }
411
+ }
412
+ }
413
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 49936,
6
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.onnx",
7
+ "reward": 13.454545454545455,
8
+ "creation_time": 1719420147.96619,
9
+ "auxillary_file_paths": [
10
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 99960,
15
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.onnx",
16
+ "reward": 21.636363636363637,
17
+ "creation_time": 1719420317.77052,
18
+ "auxillary_file_paths": [
19
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 149984,
24
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.onnx",
25
+ "reward": 24.363636363636363,
26
+ "creation_time": 1719420492.3497503,
27
+ "auxillary_file_paths": [
28
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 199984,
33
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.onnx",
34
+ "reward": 25.727272727272727,
35
+ "creation_time": 1719420662.719105,
36
+ "auxillary_file_paths": [
37
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 200112,
42
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.onnx",
43
+ "reward": 25.727272727272727,
44
+ "creation_time": 1719420663.3040679,
45
+ "auxillary_file_paths": [
46
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 200112,
52
+ "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
53
+ "reward": 25.727272727272727,
54
+ "creation_time": 1719420663.3040679,
55
+ "auxillary_file_paths": [
56
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "1.1.0.dev0",
63
+ "torch_version": "2.3.0+cu121"
64
+ }
65
+ }