ButtaByte commited on
Commit
6636de8
·
verified ·
1 Parent(s): e2ff7c0

First Trained Worm

Browse files
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Worm
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Worm
8
+ ---
9
+
10
+ # **ppo** Agent playing **Worm**
11
+ This is a trained model of a **ppo** agent playing **Worm**
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: ButtaByte/MLAgents-Worm
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
Worm.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9411bf84b307a200014add01214643b268d9e8fa740c317f005cc1434cb22a05
3
+ size 4362720
Worm/Worm-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbdf51f080cac5fa8760ded0743304bc07b0d3d25e76f11e58cd9b000b07ef2
3
+ size 8707589
Worm/Worm-1499000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fca8c87a29506ef7257bfd77efb6e310120d25ead680a742854250b6842629
3
+ size 4362720
Worm/Worm-1499000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cdf4d483ce1a6610d5586be6a048d356b661d063f9755d3450871b210ea08e2
3
+ size 26113049
Worm/Worm-1999000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7006103615332e0f48b67c19285dc14b8f909cd905aef79d903d5fcfbb2dd312
3
+ size 4362720
Worm/Worm-1999000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3f86d7908280d11d39443ec1a3559d964f85f278ef242164a8f10ccf569b23
3
+ size 26113049
Worm/Worm-2499000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b044dc7af06aef1464d8b28ffb85275f5f27a035b39b6cfbb4449c8a029133d9
3
+ size 4362720
Worm/Worm-2499000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcdd4ab76ac304805bcd54df8de84014da3050312763f8ca01831cbf9b1443f3
3
+ size 26113049
Worm/Worm-2999000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37be3794451b0e46611bf7377e8152156b66b052552d6e8d3e3a2e69bfffa8e5
3
+ size 4362720
Worm/Worm-2999000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374bc6a6a5eac71096f77177540fc9c85456be3916d45d4b79dbc6362ca1f8f9
3
+ size 26113049
Worm/Worm-3499000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b35a35de956e68b3f899d6cf3fff98546affb9b8e792db280c014149138a58
3
+ size 4362720
Worm/Worm-3499000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b0e441d7a3bdf6f695abb94f0f634a11c7f4cc1950e7ec2c5d438db59b4b800
3
+ size 26113049
Worm/Worm-3999000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3864642333a97f6b6eec3ec73390169ecbc867553e45263f238a0f1eb41d4efb
3
+ size 4362720
Worm/Worm-3999000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a6d515bc3eef289162931ceb04971ca71497c393913b5cc40053d490d54e82
3
+ size 26113049
Worm/Worm-4499000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29fccf7f147dcc135c3adb5fda2f3d510e6408b1d1602dfe5ebe09ae65db1458
3
+ size 4362720
Worm/Worm-4499000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:867c08c6aa14650e580c633d7afa3f066c7e6b73c76a53065727448c2d0b7777
3
+ size 26113049
Worm/Worm-4999000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b23fdc9b8f462f7cd669f4a35a83816ef5312ae75b3e0dbb8b3b0e98f9889b
3
+ size 4362720
Worm/Worm-4999000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0ed8b3ea56adc03043103308d92657a0e6a0ce46595ed14e017722e1cdf0aff
3
+ size 26113049
Worm/Worm-5009000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9411bf84b307a200014add01214643b268d9e8fa740c317f005cc1434cb22a05
3
+ size 4362720
Worm/Worm-5009000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270f44e1d507b65271457410591beaf7e39bb3b419f54a87daa4548ab58e46e9
3
+ size 26113049
Worm/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2549ac1e01321344131a06c038b40c949be0f55ea8d9eca5c686cd1e99b7e6
3
+ size 26112815
Worm/events.out.tfevents.1776870333.LAPTOP-RIKMDO9P.13948.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3607a85045226983b9a2e9810bb922259b40e30f7fda685c22160f6de9208d8d
3
+ size 1120
Worm/events.out.tfevents.1776870571.LAPTOP-RIKMDO9P.13164.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9f550eda2746565bfe66219fb84a77dc3415f53d3bb02565017e7073c5c50f
3
+ size 67432
Worm/events.out.tfevents.1776879798.LAPTOP-RIKMDO9P.21824.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009d12324f690f9ead9287639eab51add88efd2a46af1464cf88cecd8994764b
3
+ size 93152
Worm/events.out.tfevents.1776975946.LAPTOP-RIKMDO9P.33476.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8820868ae65ed57b4efc2400773b0dd6efc28f891bd9298eb9aabb55514451
3
+ size 42901
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Worm": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 1012, "buffer_size": 10120, "learning_rate": 0.0006, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 4, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 5, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "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": 5000000, "time_horizon": 1000, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "training-envs-executables/Windows/Worm/Worm", "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": "First_Worm_Training", "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,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Worm:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 1012
7
+ buffer_size: 10120
8
+ learning_rate: 0.0006
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 4
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: true
20
+ hidden_units: 512
21
+ num_layers: 5
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.995
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ init_path: null
39
+ keep_checkpoints: 5
40
+ even_checkpoints: false
41
+ max_steps: 5000000
42
+ time_horizon: 1000
43
+ summary_freq: 30000
44
+ threaded: false
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: training-envs-executables/Windows/Worm/Worm
49
+ env_args: null
50
+ base_port: 5005
51
+ num_envs: 1
52
+ num_areas: 1
53
+ timeout_wait: 60
54
+ seed: -1
55
+ max_lifetime_restarts: 10
56
+ restarts_rate_limit_n: 1
57
+ restarts_rate_limit_period_s: 60
58
+ engine_settings:
59
+ width: 84
60
+ height: 84
61
+ quality_level: 5
62
+ time_scale: 20
63
+ target_frame_rate: -1
64
+ capture_frame_rate: 60
65
+ no_graphics: true
66
+ no_graphics_monitor: false
67
+ environment_parameters: null
68
+ checkpoint_settings:
69
+ run_id: First_Worm_Training
70
+ initialize_from: null
71
+ load_model: false
72
+ resume: true
73
+ force: false
74
+ train_model: false
75
+ inference: false
76
+ results_dir: results
77
+ torch_settings:
78
+ device: null
79
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = 'C:/Users/tayla/ml-agents/training-envs-executables/Windows/Worm/Worm/Worm_Data/Managed'
2
+ Mono config path = 'C:/Users/tayla/ml-agents/training-envs-executables/Windows/Worm/Worm/MonoBleedingEdge/etc'
3
+ Found 2 interfaces on host : 0) 172.31.208.1 1) 172.22.41.209
4
+ Multi-casting "[IP] 172.31.208.1 [Port] 55223 [Flags] 2 [Guid] 1131020575 [EditorId] 924393121 [Version] 1048832 [Id] WindowsPlayer(2,LAPTOP-RIKMDO9P) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] Worm" to [225.0.0.222:54997]...
5
+ Initialize engine version: 2021.3.4f1 (cb45f9cae8b7)
6
+ [Subsystems] Discovering subsystems at path C:/Users/tayla/ml-agents/training-envs-executables/Windows/Worm/Worm/Worm_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
+ Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 14.889 seconds
15
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
+ Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported for hardware-accelerated video decoding.
17
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
20
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
21
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
22
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
23
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
24
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
25
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
26
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
27
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
28
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
29
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
30
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
31
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
32
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
33
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
34
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
35
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
36
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
38
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
39
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
40
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
41
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
42
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
43
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
45
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
46
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
47
+ UnloadTime: 8.259500 ms
48
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ Setting up 8 worker threads for Enlighten.
50
+ PlayerConnection::CleanupMemory Statistics:
51
+ [ALLOC_TEMP_TLS] TLS Allocator
52
+ StackAllocators :
53
+ [ALLOC_TEMP_MAIN]
54
+ Peak usage frame count: [4.0 KB-8.0 KB]: 30192 frames, [2.0 MB-4.0 MB]: 1 frames
55
+ Initial Block Size 4.0 MB
56
+ Current Block Size 4.0 MB
57
+ Peak Allocated Bytes 2.0 MB
58
+ Overflow Count 0
59
+ [ALLOC_TEMP_Background Job.Worker 8]
60
+ Initial Block Size 32.0 KB
61
+ Current Block Size 32.0 KB
62
+ Peak Allocated Bytes 54 B
63
+ Overflow Count 0
64
+ [ALLOC_TEMP_Background Job.Worker 10]
65
+ Initial Block Size 32.0 KB
66
+ Current Block Size 32.0 KB
67
+ Peak Allocated Bytes 54 B
68
+ Overflow Count 0
69
+ [ALLOC_TEMP_Job.Worker 4]
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_AUDIO_FMOD (WASAPI) feeder thread]
75
+ Initial Block Size 64.0 KB
76
+ Current Block Size 64.0 KB
77
+ Peak Allocated Bytes 168 B
78
+ Overflow Count 0
79
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
80
+ Initial Block Size 64.0 KB
81
+ Current Block Size 64.0 KB
82
+ Peak Allocated Bytes 54 B
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_Background Job.Worker 1]
85
+ Initial Block Size 32.0 KB
86
+ Current Block Size 32.0 KB
87
+ Peak Allocated Bytes 54 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_Background Job.Worker 6]
90
+ Initial Block Size 32.0 KB
91
+ Current Block Size 32.0 KB
92
+ Peak Allocated Bytes 54 B
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_Background Job.Worker 11]
95
+ Initial Block Size 32.0 KB
96
+ Current Block Size 32.0 KB
97
+ Peak Allocated Bytes 54 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Background Job.Worker 3]
100
+ Initial Block Size 32.0 KB
101
+ Current Block Size 32.0 KB
102
+ Peak Allocated Bytes 54 B
103
+ Overflow Count 0
104
+ [ALLOC_TEMP_BatchDeleteObjects]
105
+ Initial Block Size 64.0 KB
106
+ Current Block Size 64.0 KB
107
+ Peak Allocated Bytes 54 B
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
110
+ Initial Block Size 64.0 KB
111
+ Current Block Size 64.0 KB
112
+ Peak Allocated Bytes 54 B
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Job.Worker 13]
115
+ Initial Block Size 256.0 KB
116
+ Current Block Size 256.0 KB
117
+ Peak Allocated Bytes 54 B
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_Background Job.Worker 15]
120
+ Initial Block Size 32.0 KB
121
+ Current Block Size 32.0 KB
122
+ Peak Allocated Bytes 54 B
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Background Job.Worker 7]
125
+ Initial Block Size 32.0 KB
126
+ Current Block Size 32.0 KB
127
+ Peak Allocated Bytes 54 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Job.Worker 8]
130
+ Initial Block Size 256.0 KB
131
+ Current Block Size 256.0 KB
132
+ Peak Allocated Bytes 0 B
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Job.Worker 1]
135
+ Initial Block Size 256.0 KB
136
+ Current Block Size 256.0 KB
137
+ Peak Allocated Bytes 0 B
138
+ Overflow Count 0
139
+ [ALLOC_TEMP_Job.Worker 10]
140
+ Initial Block Size 256.0 KB
141
+ Current Block Size 256.0 KB
142
+ Peak Allocated Bytes 54 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_Job.Worker 12]
145
+ Initial Block Size 256.0 KB
146
+ Current Block Size 256.0 KB
147
+ Peak Allocated Bytes 54 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Loading.PreloadManager]
150
+ Initial Block Size 256.0 KB
151
+ Current Block Size 256.0 KB
152
+ Peak Allocated Bytes 65.2 KB
153
+ Overflow Count 4
154
+ [ALLOC_TEMP_Background Job.Worker 2]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 54 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_Profiler.Dispatcher]
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 14]
165
+ Initial Block Size 256.0 KB
166
+ Current Block Size 256.0 KB
167
+ Peak Allocated Bytes 0.9 KB
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Job.Worker 3]
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 12]
175
+ Initial Block Size 32.0 KB
176
+ Current Block Size 32.0 KB
177
+ Peak Allocated Bytes 54 B
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 15
180
+ Initial Block Size 64.0 KB
181
+ Current Block Size 64.0 KB
182
+ Peak Allocated Bytes 0 B
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Background Job.Worker 5]
185
+ Initial Block Size 32.0 KB
186
+ Current Block Size 32.0 KB
187
+ Peak Allocated Bytes 54 B
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Background Job.Worker 13]
190
+ Initial Block Size 32.0 KB
191
+ Current Block Size 32.0 KB
192
+ Peak Allocated Bytes 54 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Job.Worker 2]
195
+ Initial Block Size 256.0 KB
196
+ Current Block Size 256.0 KB
197
+ Peak Allocated Bytes 0 B
198
+ Overflow Count 0
199
+ [ALLOC_TEMP_Background Job.Worker 0]
200
+ Initial Block Size 32.0 KB
201
+ Current Block Size 32.0 KB
202
+ Peak Allocated Bytes 54 B
203
+ Overflow Count 0
204
+ [ALLOC_TEMP_Job.Worker 11]
205
+ Initial Block Size 256.0 KB
206
+ Current Block Size 256.0 KB
207
+ Peak Allocated Bytes 54 B
208
+ Overflow Count 0
209
+ [ALLOC_TEMP_Background Job.Worker 4]
210
+ Initial Block Size 32.0 KB
211
+ Current Block Size 32.0 KB
212
+ Peak Allocated Bytes 54 B
213
+ Overflow Count 0
214
+ [ALLOC_TEMP_Job.Worker 6]
215
+ Initial Block Size 256.0 KB
216
+ Current Block Size 256.0 KB
217
+ Peak Allocated Bytes 0 B
218
+ Overflow Count 0
219
+ [ALLOC_TEMP_Job.Worker 5]
220
+ Initial Block Size 256.0 KB
221
+ Current Block Size 256.0 KB
222
+ Peak Allocated Bytes 0 B
223
+ Overflow Count 0
224
+ [ALLOC_TEMP_Background Job.Worker 14]
225
+ Initial Block Size 32.0 KB
226
+ Current Block Size 32.0 KB
227
+ Peak Allocated Bytes 54 B
228
+ Overflow Count 0
229
+ [ALLOC_TEMP_Job.Worker 0]
230
+ Initial Block Size 256.0 KB
231
+ Current Block Size 256.0 KB
232
+ Peak Allocated Bytes 0 B
233
+ Overflow Count 0
234
+ [ALLOC_TEMP_EnlightenWorker] x 8
235
+ Initial Block Size 64.0 KB
236
+ Current Block Size 64.0 KB
237
+ Peak Allocated Bytes 54 B
238
+ Overflow Count 0
239
+ [ALLOC_TEMP_Job.Worker 9]
240
+ Initial Block Size 256.0 KB
241
+ Current Block Size 256.0 KB
242
+ Peak Allocated Bytes 0 B
243
+ Overflow Count 0
244
+ [ALLOC_TEMP_Background Job.Worker 9]
245
+ Initial Block Size 32.0 KB
246
+ Current Block Size 32.0 KB
247
+ Peak Allocated Bytes 54 B
248
+ Overflow Count 0
249
+ [ALLOC_TEMP_Job.Worker 7]
250
+ Initial Block Size 256.0 KB
251
+ Current Block Size 256.0 KB
252
+ Peak Allocated Bytes 0 B
253
+ Overflow Count 0
254
+ [ALLOC_TEMP_Loading.AsyncRead]
255
+ Initial Block Size 64.0 KB
256
+ Current Block Size 64.0 KB
257
+ Peak Allocated Bytes 315 B
258
+ Overflow Count 0
259
+ [ALLOC_MEMORYPROFILER]
260
+ Peak usage frame count: [64.0 KB-128.0 KB]: 30193 frames
261
+ Requested Block Size 1.0 MB
262
+ Peak Block count 1
263
+ Peak Allocated memory 103.3 KB
264
+ Peak Large allocation bytes 0 B
265
+ [ALLOC_DEFAULT] Dual Thread Allocator
266
+ Peak main deferred allocation count 43
267
+ [ALLOC_BUCKET]
268
+ Large Block size 4.0 MB
269
+ Used Block count 1
270
+ Peak Allocated bytes 0.7 MB
271
+ [ALLOC_DEFAULT_MAIN]
272
+ Peak usage frame count: [4.0 MB-8.0 MB]: 30193 frames
273
+ Requested Block Size 16.0 MB
274
+ Peak Block count 1
275
+ Peak Allocated memory 5.4 MB
276
+ Peak Large allocation bytes 0 B
277
+ [ALLOC_DEFAULT_THREAD]
278
+ Peak usage frame count: [16.0 MB-32.0 MB]: 30193 frames
279
+ Requested Block Size 16.0 MB
280
+ Peak Block count 1
281
+ Peak Allocated memory 17.8 MB
282
+ Peak Large allocation bytes 16.0 MB
283
+ [ALLOC_TEMP_JOB_1_FRAME]
284
+ Initial Block Size 2.0 MB
285
+ Used Block Count 1
286
+ Overflow Count (too large) 0
287
+ Overflow Count (full) 0
288
+ [ALLOC_TEMP_JOB_2_FRAMES]
289
+ Initial Block Size 2.0 MB
290
+ Used Block Count 1
291
+ Overflow Count (too large) 0
292
+ Overflow Count (full) 0
293
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
294
+ Initial Block Size 2.0 MB
295
+ Used Block Count 2
296
+ Overflow Count (too large) 0
297
+ Overflow Count (full) 0
298
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
299
+ Initial Block Size 1.0 MB
300
+ Used Block Count 3
301
+ Overflow Count (too large) 0
302
+ Overflow Count (full) 0
303
+ [ALLOC_GFX] Dual Thread Allocator
304
+ Peak main deferred allocation count 0
305
+ [ALLOC_BUCKET]
306
+ Large Block size 4.0 MB
307
+ Used Block count 1
308
+ Peak Allocated bytes 0.7 MB
309
+ [ALLOC_GFX_MAIN]
310
+ Peak usage frame count: [32.0 KB-64.0 KB]: 30192 frames, [64.0 KB-128.0 KB]: 1 frames
311
+ Requested Block Size 16.0 MB
312
+ Peak Block count 1
313
+ Peak Allocated memory 67.0 KB
314
+ Peak Large allocation bytes 0 B
315
+ [ALLOC_GFX_THREAD]
316
+ Peak usage frame count: [128.0 KB-256.0 KB]: 30193 frames
317
+ Requested Block Size 16.0 MB
318
+ Peak Block count 1
319
+ Peak Allocated memory 151.2 KB
320
+ Peak Large allocation bytes 0 B
321
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
322
+ Peak main deferred allocation count 2
323
+ [ALLOC_BUCKET]
324
+ Large Block size 4.0 MB
325
+ Used Block count 1
326
+ Peak Allocated bytes 0.7 MB
327
+ [ALLOC_CACHEOBJECTS_MAIN]
328
+ Peak usage frame count: [0.5 MB-1.0 MB]: 30193 frames
329
+ Requested Block Size 4.0 MB
330
+ Peak Block count 1
331
+ Peak Allocated memory 0.7 MB
332
+ Peak Large allocation bytes 0 B
333
+ [ALLOC_CACHEOBJECTS_THREAD]
334
+ Peak usage frame count: [256.0 KB-0.5 MB]: 30192 frames, [2.0 MB-4.0 MB]: 1 frames
335
+ Requested Block Size 4.0 MB
336
+ Peak Block count 1
337
+ Peak Allocated memory 2.3 MB
338
+ Peak Large allocation bytes 0 B
339
+ [ALLOC_TYPETREE] Dual Thread Allocator
340
+ Peak main deferred allocation count 0
341
+ [ALLOC_BUCKET]
342
+ Large Block size 4.0 MB
343
+ Used Block count 1
344
+ Peak Allocated bytes 0.7 MB
345
+ [ALLOC_TYPETREE_MAIN]
346
+ Peak usage frame count: [0-1.0 KB]: 30193 frames
347
+ Requested Block Size 2.0 MB
348
+ Peak Block count 1
349
+ Peak Allocated memory 1.0 KB
350
+ Peak Large allocation bytes 0 B
351
+ [ALLOC_TYPETREE_THREAD]
352
+ Peak usage frame count: [4.0 KB-8.0 KB]: 30192 frames, [8.0 KB-16.0 KB]: 1 frames
353
+ Requested Block Size 2.0 MB
354
+ Peak Block count 1
355
+ Peak Allocated memory 9.3 KB
356
+ Peak Large allocation bytes 0 B
357
+ [ALLOC_PROFILER]
358
+ Peak usage frame count: [32.0 KB-64.0 KB]: 30193 frames
359
+ Requested Block Size 16.0 MB
360
+ Peak Block count 1
361
+ Peak Allocated memory 44.2 KB
362
+ Peak Large allocation bytes 0 B
363
+ [ALLOC_PROFILER_BUCKET]
364
+ Large Block size 4.0 MB
365
+ Used Block count 1
366
+ Peak Allocated bytes 361 B
367
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1776979548938,"processId":18392,"allocatedMemory":6214274,"memoryLabels":[{"Default":9421},{"Permanent":10160},{"NewDelete":11832},{"Thread":4229100},{"Manager":19632},{"VertexData":12},{"Geometry":560},{"Texture":16},{"Shader":68616},{"Material":24},{"GfxDevice":49488},{"Animation":240},{"Audio":3928},{"Physics":304},{"Serialization":288},{"Input":14208},{"JobScheduler":200},{"Mono":40},{"ScriptingNativeRuntime":216},{"BaseObject":1617364},{"Resource":688},{"Renderer":1960},{"Transform":16},{"File":840},{"WebCam":40},{"Culling":40},{"Terrain":953},{"Wind":24},{"STL":48},{"String":3829},{"DynamicArray":30868},{"HashMap":7680},{"Utility":5152},{"PoolAlloc":1368},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":80},{"SpriteAtlas":128},{"GI":3688},{"Unet":16},{"Director":7776},{"WebRequest":688},{"VR":45521},{"SceneManager":424},{"Video":32},{"LazyScriptCache":40},{"NativeArray":12},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":392},{"VirtualTexturing":57888},{"AssetReference":40}]}
run_logs/timers.json ADDED
@@ -0,0 +1,320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Worm.Policy.Entropy.mean": {
5
+ "value": 0.18783104419708252,
6
+ "min": 0.18783104419708252,
7
+ "max": 0.3060935139656067,
8
+ "count": 50
9
+ },
10
+ "Worm.Policy.Entropy.sum": {
11
+ "value": 5634.93115234375,
12
+ "min": 5634.93115234375,
13
+ "max": 9007.65625,
14
+ "count": 50
15
+ },
16
+ "Worm.Environment.EpisodeLength.mean": {
17
+ "value": 999.0,
18
+ "min": 999.0,
19
+ "max": 999.0,
20
+ "count": 50
21
+ },
22
+ "Worm.Environment.EpisodeLength.sum": {
23
+ "value": 29970.0,
24
+ "min": 19980.0,
25
+ "max": 29970.0,
26
+ "count": 50
27
+ },
28
+ "Worm.Step.mean": {
29
+ "value": 4979000.0,
30
+ "min": 3509000.0,
31
+ "max": 4979000.0,
32
+ "count": 50
33
+ },
34
+ "Worm.Step.sum": {
35
+ "value": 4979000.0,
36
+ "min": 3509000.0,
37
+ "max": 4979000.0,
38
+ "count": 50
39
+ },
40
+ "Worm.Policy.ExtrinsicValueEstimate.mean": {
41
+ "value": 166.17694091796875,
42
+ "min": 138.45252990722656,
43
+ "max": 169.63319396972656,
44
+ "count": 50
45
+ },
46
+ "Worm.Policy.ExtrinsicValueEstimate.sum": {
47
+ "value": 4985.30810546875,
48
+ "min": 1401.8809814453125,
49
+ "max": 5088.99560546875,
50
+ "count": 50
51
+ },
52
+ "Worm.Environment.CumulativeReward.mean": {
53
+ "value": 798.4430908203125,
54
+ "min": 697.6386901855469,
55
+ "max": 866.1935729980469,
56
+ "count": 50
57
+ },
58
+ "Worm.Environment.CumulativeReward.sum": {
59
+ "value": 23953.292724609375,
60
+ "min": 7062.4600830078125,
61
+ "max": 25985.807189941406,
62
+ "count": 50
63
+ },
64
+ "Worm.Policy.ExtrinsicReward.mean": {
65
+ "value": 798.4430908203125,
66
+ "min": 697.6386901855469,
67
+ "max": 866.1935729980469,
68
+ "count": 50
69
+ },
70
+ "Worm.Policy.ExtrinsicReward.sum": {
71
+ "value": 23953.292724609375,
72
+ "min": 7062.4600830078125,
73
+ "max": 25985.807189941406,
74
+ "count": 50
75
+ },
76
+ "Worm.IsTraining.mean": {
77
+ "value": 1.0,
78
+ "min": 1.0,
79
+ "max": 1.0,
80
+ "count": 50
81
+ },
82
+ "Worm.IsTraining.sum": {
83
+ "value": 1.0,
84
+ "min": 1.0,
85
+ "max": 1.0,
86
+ "count": 50
87
+ },
88
+ "Worm.Losses.PolicyLoss.mean": {
89
+ "value": 0.02058584541306405,
90
+ "min": 0.02058584541306405,
91
+ "max": 0.03023755081046961,
92
+ "count": 49
93
+ },
94
+ "Worm.Losses.PolicyLoss.sum": {
95
+ "value": 0.0411716908261281,
96
+ "min": 0.02099632820682018,
97
+ "max": 0.05693131860396916,
98
+ "count": 49
99
+ },
100
+ "Worm.Losses.ValueLoss.mean": {
101
+ "value": 26.479024033797415,
102
+ "min": 14.73660905737626,
103
+ "max": 29.811300880030583,
104
+ "count": 49
105
+ },
106
+ "Worm.Losses.ValueLoss.sum": {
107
+ "value": 52.95804806759483,
108
+ "min": 14.73660905737626,
109
+ "max": 54.34268625159012,
110
+ "count": 49
111
+ },
112
+ "Worm.Policy.LearningRate.mean": {
113
+ "value": 3.720099379999989e-06,
114
+ "min": 3.720099379999989e-06,
115
+ "max": 0.00017652007057999996,
116
+ "count": 49
117
+ },
118
+ "Worm.Policy.LearningRate.sum": {
119
+ "value": 7.440198759999978e-06,
120
+ "min": 7.320098779999995e-06,
121
+ "max": 0.0003530401411599999,
122
+ "count": 49
123
+ },
124
+ "Worm.Policy.Epsilon.mean": {
125
+ "value": 0.10061999999999999,
126
+ "min": 0.10061999999999999,
127
+ "max": 0.12942,
128
+ "count": 49
129
+ },
130
+ "Worm.Policy.Epsilon.sum": {
131
+ "value": 0.20123999999999997,
132
+ "min": 0.10121999999999998,
133
+ "max": 0.25884,
134
+ "count": 49
135
+ },
136
+ "Worm.Policy.Beta.mean": {
137
+ "value": 4.0937999999999926e-05,
138
+ "min": 4.0937999999999926e-05,
139
+ "max": 0.0014780580000000002,
140
+ "count": 49
141
+ },
142
+ "Worm.Policy.Beta.sum": {
143
+ "value": 8.187599999999985e-05,
144
+ "min": 7.087799999999995e-05,
145
+ "max": 0.0029561160000000004,
146
+ "count": 49
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1776975925",
152
+ "python_version": "3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]",
153
+ "command_line_arguments": "C:\\Users\\tayla\\ml-agents\\mlagents_env_new\\Scripts\\mlagents-learn config/ppo/Worm.yaml --env=training-envs-executables/Windows/Worm/Worm --run-id=First_Worm_Training --resume --no-graphics",
154
+ "mlagents_version": "1.1.0",
155
+ "mlagents_envs_version": "1.1.0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "2.1.1+cpu",
158
+ "numpy_version": "1.23.5",
159
+ "end_time_seconds": "1776979548"
160
+ },
161
+ "total": 3623.102396399947,
162
+ "count": 1,
163
+ "self": 0.48555259977001697,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.10882330010645092,
167
+ "count": 1,
168
+ "self": 0.10882330010645092
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 3622.5080205000704,
172
+ "count": 1,
173
+ "self": 3.5305475253844634,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 21.294852799968794,
177
+ "count": 1,
178
+ "self": 21.294852799968794
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 3597.5276037746808,
182
+ "count": 151000,
183
+ "self": 3.2660794084658846,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 1818.0626787618967,
187
+ "count": 151000,
188
+ "self": 1455.9193765798118,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 359.5070010810159,
192
+ "count": 151000,
193
+ "self": 21.180503546260297,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 338.3264975347556,
197
+ "count": 151000,
198
+ "self": 338.3264975347556
199
+ }
200
+ }
201
+ },
202
+ "workers": {
203
+ "total": 2.636301101068966,
204
+ "count": 151000,
205
+ "self": 0.0,
206
+ "children": {
207
+ "worker_root": {
208
+ "total": 3594.593246281962,
209
+ "count": 151000,
210
+ "is_parallel": true,
211
+ "self": 2386.2914389838697,
212
+ "children": {
213
+ "steps_from_proto": {
214
+ "total": 0.002590299933217466,
215
+ "count": 1,
216
+ "is_parallel": true,
217
+ "self": 0.00019449996761977673,
218
+ "children": {
219
+ "_process_rank_one_or_two_observation": {
220
+ "total": 0.002395799965597689,
221
+ "count": 2,
222
+ "is_parallel": true,
223
+ "self": 0.002395799965597689
224
+ }
225
+ }
226
+ },
227
+ "UnityEnvironment.step": {
228
+ "total": 1208.299216998159,
229
+ "count": 151000,
230
+ "is_parallel": true,
231
+ "self": 24.506937207421288,
232
+ "children": {
233
+ "UnityEnvironment._generate_step_input": {
234
+ "total": 49.01889639534056,
235
+ "count": 151000,
236
+ "is_parallel": true,
237
+ "self": 49.01889639534056
238
+ },
239
+ "communicator.exchange": {
240
+ "total": 1081.3802416863618,
241
+ "count": 151000,
242
+ "is_parallel": true,
243
+ "self": 1081.3802416863618
244
+ },
245
+ "steps_from_proto": {
246
+ "total": 53.39314170903526,
247
+ "count": 151000,
248
+ "is_parallel": true,
249
+ "self": 15.493022902868688,
250
+ "children": {
251
+ "_process_rank_one_or_two_observation": {
252
+ "total": 37.900118806166574,
253
+ "count": 302000,
254
+ "is_parallel": true,
255
+ "self": 37.900118806166574
256
+ }
257
+ }
258
+ }
259
+ }
260
+ }
261
+ }
262
+ }
263
+ }
264
+ }
265
+ }
266
+ },
267
+ "trainer_advance": {
268
+ "total": 1776.1988456043182,
269
+ "count": 151000,
270
+ "self": 4.7346561286831275,
271
+ "children": {
272
+ "process_trajectory": {
273
+ "total": 137.53983107639942,
274
+ "count": 151000,
275
+ "self": 136.8910826764768,
276
+ "children": {
277
+ "RLTrainer._checkpoint": {
278
+ "total": 0.6487483999226242,
279
+ "count": 4,
280
+ "self": 0.6487483999226242
281
+ }
282
+ }
283
+ },
284
+ "_update_policy": {
285
+ "total": 1633.9243583992356,
286
+ "count": 75,
287
+ "self": 253.19809240289032,
288
+ "children": {
289
+ "TorchPPOOptimizer.update": {
290
+ "total": 1380.7262659963453,
291
+ "count": 5700,
292
+ "self": 1380.7262659963453
293
+ }
294
+ }
295
+ }
296
+ }
297
+ }
298
+ }
299
+ },
300
+ "trainer_threads": {
301
+ "total": 9.00006853044033e-07,
302
+ "count": 1,
303
+ "self": 9.00006853044033e-07
304
+ },
305
+ "TrainerController._save_models": {
306
+ "total": 0.155015500029549,
307
+ "count": 1,
308
+ "self": 0.03043550008442253,
309
+ "children": {
310
+ "RLTrainer._checkpoint": {
311
+ "total": 0.12457999994512647,
312
+ "count": 1,
313
+ "self": 0.12457999994512647
314
+ }
315
+ }
316
+ }
317
+ }
318
+ }
319
+ }
320
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "stats_format_version": "0.3.0",
4
+ "mlagents_version": "1.1.0",
5
+ "torch_version": "2.1.1+cpu"
6
+ },
7
+ "Worm": {
8
+ "checkpoints": [
9
+ {
10
+ "steps": 3499000,
11
+ "file_path": "results\\First_Worm_Training\\Worm\\Worm-3499000.onnx",
12
+ "reward": null,
13
+ "creation_time": 1776975956.7346575,
14
+ "auxillary_file_paths": [
15
+ "results\\First_Worm_Training\\Worm\\Worm-3499000.pt"
16
+ ]
17
+ },
18
+ {
19
+ "steps": 3999000,
20
+ "file_path": "results\\First_Worm_Training\\Worm\\Worm-3999000.onnx",
21
+ "reward": null,
22
+ "creation_time": 1776977276.8294168,
23
+ "auxillary_file_paths": [
24
+ "results\\First_Worm_Training\\Worm\\Worm-3999000.pt"
25
+ ]
26
+ },
27
+ {
28
+ "steps": 4499000,
29
+ "file_path": "results\\First_Worm_Training\\Worm\\Worm-4499000.onnx",
30
+ "reward": null,
31
+ "creation_time": 1776978420.7075007,
32
+ "auxillary_file_paths": [
33
+ "results\\First_Worm_Training\\Worm\\Worm-4499000.pt"
34
+ ]
35
+ },
36
+ {
37
+ "steps": 4999000,
38
+ "file_path": "results\\First_Worm_Training\\Worm\\Worm-4999000.onnx",
39
+ "reward": null,
40
+ "creation_time": 1776979547.520109,
41
+ "auxillary_file_paths": [
42
+ "results\\First_Worm_Training\\Worm\\Worm-4999000.pt"
43
+ ]
44
+ },
45
+ {
46
+ "steps": 5009000,
47
+ "file_path": "results\\First_Worm_Training\\Worm\\Worm-5009000.onnx",
48
+ "reward": 840.0505310058594,
49
+ "creation_time": 1776979548.4503257,
50
+ "auxillary_file_paths": [
51
+ "results\\First_Worm_Training\\Worm\\Worm-5009000.pt"
52
+ ]
53
+ }
54
+ ],
55
+ "final_checkpoint": {
56
+ "steps": 5009000,
57
+ "file_path": "results\\First_Worm_Training\\Worm.onnx",
58
+ "reward": 840.0505310058594,
59
+ "creation_time": 1776979548.4503257,
60
+ "auxillary_file_paths": [
61
+ "results\\First_Worm_Training\\Worm\\Worm-5009000.pt"
62
+ ]
63
+ }
64
+ }
65
+ }