zhijian12345 commited on
Commit
687b34a
1 Parent(s): b5f2993

first push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:872d5c9f352859ec102305fda3ab7c2e3f5eb46fe401c617a19208083a64eee3
3
+ size 1417437
Pyramids/Pyramids-1499973.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57e0a98b2a0f13d9c91a8aafacecab469b47085c4ebef53737cf5009bd3332a
3
+ size 1417437
Pyramids/Pyramids-1499973.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c18027fc02b7a39246b112163f7cbe433690a966f4a803567ca0d63cdb1613
3
+ size 8651302
Pyramids/Pyramids-1712885.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:872d5c9f352859ec102305fda3ab7c2e3f5eb46fe401c617a19208083a64eee3
3
+ size 1417437
Pyramids/Pyramids-1712885.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4cce62750a9fbf40d225778d62438b55c9c705d0300c4ea544eb81ad8a2bb0
3
+ size 8651302
Pyramids/Pyramids-499933.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d0026a5e225f2d6f1624bb6d2f04381bee474a67df2073b33faa2bb0fc4123
3
+ size 1417437
Pyramids/Pyramids-499933.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d85dae7a93df6445a4b858093742ecb75d3bbd47f5c1fda129a584cbc3c246e
3
+ size 8651302
Pyramids/Pyramids-999964.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b1191d7b3ec9e54b2736d31cecc0abb32acceff6dc6542a6e12d4b02d1f2dc
3
+ size 1417437
Pyramids/Pyramids-999964.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1c6555092054c50c75d0815b09430c71cd145b77cda4b37a7afcd017cea421
3
+ size 8651302
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4cce62750a9fbf40d225778d62438b55c9c705d0300c4ea544eb81ad8a2bb0
3
+ size 8651302
Pyramids/events.out.tfevents.1700915371.dsw-156568-857bcfcc46-g5w2p.3714.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c32a178fdbdbfb016094bbcf3468cc3a02873f256de6a7775b30bd8e3734fcd
3
+ size 525779
Pyramids/events.out.tfevents.1700917442.dsw-156568-857bcfcc46-g5w2p.4197.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7830c597dae53e21b22a1d375cf1c7c0a0929e8da33ed5a246f38d954aeeb830
3
+ size 1398
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Pyramids
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Pyramids
8
+ ---
9
+
10
+ # **ppo** Agent playing **Pyramids**
11
+ This is a trained model of a **ppo** agent playing **Pyramids**
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: zhijian12345/PyramidsRND
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "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}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "checkpoint_interval": 500000, "max_steps": 1000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Pyramids 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,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
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
+ 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
+ rnd:
38
+ gamma: 0.99
39
+ strength: 0.01
40
+ network_settings:
41
+ normalize: false
42
+ hidden_units: 64
43
+ num_layers: 3
44
+ vis_encode_type: simple
45
+ memory: null
46
+ goal_conditioning_type: hyper
47
+ deterministic: false
48
+ learning_rate: 0.0001
49
+ encoding_size: null
50
+ init_path: null
51
+ keep_checkpoints: 5
52
+ checkpoint_interval: 500000
53
+ max_steps: 1000000
54
+ time_horizon: 128
55
+ summary_freq: 30000
56
+ threaded: false
57
+ self_play: null
58
+ behavioral_cloning: null
59
+ env_settings:
60
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
61
+ env_args: null
62
+ base_port: 5005
63
+ num_envs: 1
64
+ num_areas: 1
65
+ seed: -1
66
+ max_lifetime_restarts: 10
67
+ restarts_rate_limit_n: 1
68
+ restarts_rate_limit_period_s: 60
69
+ engine_settings:
70
+ width: 84
71
+ height: 84
72
+ quality_level: 5
73
+ time_scale: 20
74
+ target_frame_rate: -1
75
+ capture_frame_rate: 60
76
+ no_graphics: true
77
+ environment_parameters: null
78
+ checkpoint_settings:
79
+ run_id: Pyramids Training
80
+ initialize_from: null
81
+ load_model: false
82
+ resume: true
83
+ force: false
84
+ train_model: false
85
+ inference: false
86
+ results_dir: results
87
+ torch_settings:
88
+ device: null
89
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,624 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/mnt/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/mnt/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 10.241.187.191
4
+ Multi-casting "[IP] 10.241.187.191 [Port] 55175 [Flags] 2 [Guid] 436701359 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,10.241.187.191) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
5
+ Preloaded 'lib_burst_generated.so'
6
+ Preloaded 'libgrpc_csharp_ext.x64.so'
7
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
8
+ [Subsystems] Discovering subsystems at path /mnt/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
9
+ Forcing GfxDevice: Null
10
+ GfxDevice: creating device client; threaded=0; jobified=0
11
+ NullGfxDevice:
12
+ Version: NULL 1.0 [1.0]
13
+ Renderer: Null Device
14
+ Vendor: Unity Technologies
15
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
16
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
17
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
18
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
19
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
20
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
21
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
22
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
23
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
24
+ 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
25
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
26
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
27
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
28
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
29
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
30
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
31
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
32
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
33
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
34
+ FMOD initialized on nosound output
35
+ Begin MonoManager ReloadAssembly
36
+ - Completed reload, in 0.062 seconds
37
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
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
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
48
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
49
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
50
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
52
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
53
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
54
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
55
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
56
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
57
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
59
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
60
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
61
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
62
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
63
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
64
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
65
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
66
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
67
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
68
+ UnloadTime: 0.693383 ms
69
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ requesting resize 84 x 84
71
+ Setting up 32 worker threads for Enlighten.
72
+ PlayerConnection::CleanupMemory Statistics:
73
+ [ALLOC_TEMP_TLS] TLS Allocator
74
+ StackAllocators :
75
+ [ALLOC_TEMP_MAIN]
76
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
77
+ Initial Block Size 4.0 MB
78
+ Current Block Size 4.0 MB
79
+ Peak Allocated Bytes 2.0 MB
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Job.Worker 58]
82
+ Initial Block Size 256.0 KB
83
+ Current Block Size 256.0 KB
84
+ Peak Allocated Bytes 0 B
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Job.Worker 44]
87
+ Initial Block Size 256.0 KB
88
+ Current Block Size 256.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Job.Worker 4]
92
+ Initial Block Size 256.0 KB
93
+ Current Block Size 256.0 KB
94
+ Peak Allocated Bytes 0 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Job.Worker 27]
97
+ Initial Block Size 256.0 KB
98
+ Current Block Size 256.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Background Job.Worker 11]
102
+ Initial Block Size 32.0 KB
103
+ Current Block Size 32.0 KB
104
+ Peak Allocated Bytes 0 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Job.Worker 43]
107
+ Initial Block Size 256.0 KB
108
+ Current Block Size 256.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Job.Worker 21]
112
+ Initial Block Size 256.0 KB
113
+ Current Block Size 256.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Job.Worker 39]
117
+ Initial Block Size 256.0 KB
118
+ Current Block Size 256.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Job.Worker 22]
122
+ Initial Block Size 256.0 KB
123
+ Current Block Size 256.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Job.Worker 32]
127
+ Initial Block Size 256.0 KB
128
+ Current Block Size 256.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_Background Job.Worker 5]
132
+ Initial Block Size 32.0 KB
133
+ Current Block Size 32.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Background Job.Worker 13]
137
+ Initial Block Size 32.0 KB
138
+ Current Block Size 32.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Job.Worker 62]
142
+ Initial Block Size 256.0 KB
143
+ Current Block Size 256.0 KB
144
+ Peak Allocated Bytes 0.8 KB
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Job.Worker 50]
147
+ Initial Block Size 256.0 KB
148
+ Current Block Size 256.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Job.Worker 0]
152
+ Initial Block Size 256.0 KB
153
+ Current Block Size 256.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_Job.Worker 5]
157
+ Initial Block Size 256.0 KB
158
+ Current Block Size 256.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Job.Worker 34]
162
+ Initial Block Size 256.0 KB
163
+ Current Block Size 256.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Job.Worker 57]
167
+ Initial Block Size 256.0 KB
168
+ Current Block Size 256.0 KB
169
+ Peak Allocated Bytes 0 B
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_EnlightenWorker] x 32
172
+ Initial Block Size 64.0 KB
173
+ Current Block Size 64.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Job.Worker 9]
177
+ Initial Block Size 256.0 KB
178
+ Current Block Size 256.0 KB
179
+ Peak Allocated Bytes 0 B
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Background Job.Worker 9]
182
+ Initial Block Size 32.0 KB
183
+ Current Block Size 32.0 KB
184
+ Peak Allocated Bytes 0 B
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Job.Worker 42]
187
+ Initial Block Size 256.0 KB
188
+ Current Block Size 256.0 KB
189
+ Peak Allocated Bytes 0 B
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_Background Job.Worker 6]
192
+ Initial Block Size 32.0 KB
193
+ Current Block Size 32.0 KB
194
+ Peak Allocated Bytes 0 B
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_Job.Worker 51]
197
+ Initial Block Size 256.0 KB
198
+ Current Block Size 256.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
202
+ Initial Block Size 64.0 KB
203
+ Current Block Size 64.0 KB
204
+ Peak Allocated Bytes 0 B
205
+ Overflow Count 0
206
+ [ALLOC_TEMP_Job.Worker 26]
207
+ Initial Block Size 256.0 KB
208
+ Current Block Size 256.0 KB
209
+ Peak Allocated Bytes 0 B
210
+ Overflow Count 0
211
+ [ALLOC_TEMP_Job.Worker 31]
212
+ Initial Block Size 256.0 KB
213
+ Current Block Size 256.0 KB
214
+ Peak Allocated Bytes 0 B
215
+ Overflow Count 0
216
+ [ALLOC_TEMP_Job.Worker 29]
217
+ Initial Block Size 256.0 KB
218
+ Current Block Size 256.0 KB
219
+ Peak Allocated Bytes 0 B
220
+ Overflow Count 0
221
+ [ALLOC_TEMP_Job.Worker 30]
222
+ Initial Block Size 256.0 KB
223
+ Current Block Size 256.0 KB
224
+ Peak Allocated Bytes 0 B
225
+ Overflow Count 0
226
+ [ALLOC_TEMP_Background Job.Worker 7]
227
+ Initial Block Size 32.0 KB
228
+ Current Block Size 32.0 KB
229
+ Peak Allocated Bytes 0 B
230
+ Overflow Count 0
231
+ [ALLOC_TEMP_Job.Worker 8]
232
+ Initial Block Size 256.0 KB
233
+ Current Block Size 256.0 KB
234
+ Peak Allocated Bytes 0 B
235
+ Overflow Count 0
236
+ [ALLOC_TEMP_Job.Worker 1]
237
+ Initial Block Size 256.0 KB
238
+ Current Block Size 256.0 KB
239
+ Peak Allocated Bytes 0 B
240
+ Overflow Count 0
241
+ [ALLOC_TEMP_Job.Worker 23]
242
+ Initial Block Size 256.0 KB
243
+ Current Block Size 256.0 KB
244
+ Peak Allocated Bytes 0 B
245
+ Overflow Count 0
246
+ [ALLOC_TEMP_Job.Worker 33]
247
+ Initial Block Size 256.0 KB
248
+ Current Block Size 256.0 KB
249
+ Peak Allocated Bytes 0 B
250
+ Overflow Count 0
251
+ [ALLOC_TEMP_Background Job.Worker 15]
252
+ Initial Block Size 32.0 KB
253
+ Current Block Size 32.0 KB
254
+ Peak Allocated Bytes 0 B
255
+ Overflow Count 0
256
+ [ALLOC_TEMP_Job.Worker 41]
257
+ Initial Block Size 256.0 KB
258
+ Current Block Size 256.0 KB
259
+ Peak Allocated Bytes 0 B
260
+ Overflow Count 0
261
+ [ALLOC_TEMP_Background Job.Worker 4]
262
+ Initial Block Size 32.0 KB
263
+ Current Block Size 32.0 KB
264
+ Peak Allocated Bytes 0 B
265
+ Overflow Count 0
266
+ [ALLOC_TEMP_Job.Worker 48]
267
+ Initial Block Size 256.0 KB
268
+ Current Block Size 256.0 KB
269
+ Peak Allocated Bytes 0 B
270
+ Overflow Count 0
271
+ [ALLOC_TEMP_Job.Worker 28]
272
+ Initial Block Size 256.0 KB
273
+ Current Block Size 256.0 KB
274
+ Peak Allocated Bytes 0 B
275
+ Overflow Count 0
276
+ [ALLOC_TEMP_Job.Worker 7]
277
+ Initial Block Size 256.0 KB
278
+ Current Block Size 256.0 KB
279
+ Peak Allocated Bytes 0 B
280
+ Overflow Count 0
281
+ [ALLOC_TEMP_Job.Worker 45]
282
+ Initial Block Size 256.0 KB
283
+ Current Block Size 256.0 KB
284
+ Peak Allocated Bytes 0 B
285
+ Overflow Count 0
286
+ [ALLOC_TEMP_Job.Worker 18]
287
+ Initial Block Size 256.0 KB
288
+ Current Block Size 256.0 KB
289
+ Peak Allocated Bytes 0 B
290
+ Overflow Count 0
291
+ [ALLOC_TEMP_Background Job.Worker 8]
292
+ Initial Block Size 32.0 KB
293
+ Current Block Size 32.0 KB
294
+ Peak Allocated Bytes 0 B
295
+ Overflow Count 0
296
+ [ALLOC_TEMP_Job.Worker 60]
297
+ Initial Block Size 256.0 KB
298
+ Current Block Size 256.0 KB
299
+ Peak Allocated Bytes 0 B
300
+ Overflow Count 0
301
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
302
+ Initial Block Size 64.0 KB
303
+ Current Block Size 64.0 KB
304
+ Peak Allocated Bytes 0 B
305
+ Overflow Count 0
306
+ [ALLOC_TEMP_Background Job.Worker 3]
307
+ Initial Block Size 32.0 KB
308
+ Current Block Size 32.0 KB
309
+ Peak Allocated Bytes 0 B
310
+ Overflow Count 0
311
+ [ALLOC_TEMP_Job.Worker 46]
312
+ Initial Block Size 256.0 KB
313
+ Current Block Size 256.0 KB
314
+ Peak Allocated Bytes 0 B
315
+ Overflow Count 0
316
+ [ALLOC_TEMP_BatchDeleteObjects]
317
+ Initial Block Size 64.0 KB
318
+ Current Block Size 64.0 KB
319
+ Peak Allocated Bytes 0 B
320
+ Overflow Count 0
321
+ [ALLOC_TEMP_Job.Worker 25]
322
+ Initial Block Size 256.0 KB
323
+ Current Block Size 256.0 KB
324
+ Peak Allocated Bytes 0 B
325
+ Overflow Count 0
326
+ [ALLOC_TEMP_Job.Worker 13]
327
+ Initial Block Size 256.0 KB
328
+ Current Block Size 256.0 KB
329
+ Peak Allocated Bytes 0 B
330
+ Overflow Count 0
331
+ [ALLOC_TEMP_Job.Worker 55]
332
+ Initial Block Size 256.0 KB
333
+ Current Block Size 256.0 KB
334
+ Peak Allocated Bytes 0 B
335
+ Overflow Count 0
336
+ [ALLOC_TEMP_Background Job.Worker 2]
337
+ Initial Block Size 32.0 KB
338
+ Current Block Size 32.0 KB
339
+ Peak Allocated Bytes 0 B
340
+ Overflow Count 0
341
+ [ALLOC_TEMP_Job.Worker 35]
342
+ Initial Block Size 256.0 KB
343
+ Current Block Size 256.0 KB
344
+ Peak Allocated Bytes 0 B
345
+ Overflow Count 0
346
+ [ALLOC_TEMP_Job.Worker 59]
347
+ Initial Block Size 256.0 KB
348
+ Current Block Size 256.0 KB
349
+ Peak Allocated Bytes 0 B
350
+ Overflow Count 0
351
+ [ALLOC_TEMP_Job.Worker 10]
352
+ Initial Block Size 256.0 KB
353
+ Current Block Size 256.0 KB
354
+ Peak Allocated Bytes 0 B
355
+ Overflow Count 0
356
+ [ALLOC_TEMP_Job.Worker 15]
357
+ Initial Block Size 256.0 KB
358
+ Current Block Size 256.0 KB
359
+ Peak Allocated Bytes 0 B
360
+ Overflow Count 0
361
+ [ALLOC_TEMP_Job.Worker 12]
362
+ Initial Block Size 256.0 KB
363
+ Current Block Size 256.0 KB
364
+ Peak Allocated Bytes 0 B
365
+ Overflow Count 0
366
+ [ALLOC_TEMP_Loading.PreloadManager]
367
+ Initial Block Size 256.0 KB
368
+ Current Block Size 320.0 KB
369
+ Peak Allocated Bytes 251.5 KB
370
+ Overflow Count 4
371
+ [ALLOC_TEMP_Profiler.Dispatcher]
372
+ Initial Block Size 64.0 KB
373
+ Current Block Size 64.0 KB
374
+ Peak Allocated Bytes 0 B
375
+ Overflow Count 0
376
+ [ALLOC_TEMP_Job.Worker 14]
377
+ Initial Block Size 256.0 KB
378
+ Current Block Size 256.0 KB
379
+ Peak Allocated Bytes 0 B
380
+ Overflow Count 0
381
+ [ALLOC_TEMP_Job.Worker 3]
382
+ Initial Block Size 256.0 KB
383
+ Current Block Size 256.0 KB
384
+ Peak Allocated Bytes 0 B
385
+ Overflow Count 0
386
+ [ALLOC_TEMP_Job.Worker 17]
387
+ Initial Block Size 256.0 KB
388
+ Current Block Size 256.0 KB
389
+ Peak Allocated Bytes 0 B
390
+ Overflow Count 0
391
+ [ALLOC_TEMP_Job.Worker 37]
392
+ Initial Block Size 256.0 KB
393
+ Current Block Size 256.0 KB
394
+ Peak Allocated Bytes 0 B
395
+ Overflow Count 0
396
+ [ALLOC_TEMP_Job.Worker 2]
397
+ Initial Block Size 256.0 KB
398
+ Current Block Size 256.0 KB
399
+ Peak Allocated Bytes 0 B
400
+ Overflow Count 0
401
+ [ALLOC_TEMP_Job.Worker 11]
402
+ Initial Block Size 256.0 KB
403
+ Current Block Size 256.0 KB
404
+ Peak Allocated Bytes 0 B
405
+ Overflow Count 0
406
+ [ALLOC_TEMP_Job.Worker 6]
407
+ Initial Block Size 256.0 KB
408
+ Current Block Size 256.0 KB
409
+ Peak Allocated Bytes 0 B
410
+ Overflow Count 0
411
+ [ALLOC_TEMP_Loading.AsyncRead]
412
+ Initial Block Size 64.0 KB
413
+ Current Block Size 64.0 KB
414
+ Peak Allocated Bytes 128 B
415
+ Overflow Count 0
416
+ [ALLOC_TEMP_Job.Worker 40]
417
+ Initial Block Size 256.0 KB
418
+ Current Block Size 256.0 KB
419
+ Peak Allocated Bytes 0 B
420
+ Overflow Count 0
421
+ [ALLOC_TEMP_Job.Worker 16]
422
+ Initial Block Size 256.0 KB
423
+ Current Block Size 256.0 KB
424
+ Peak Allocated Bytes 0 B
425
+ Overflow Count 0
426
+ [ALLOC_TEMP_Job.Worker 52]
427
+ Initial Block Size 256.0 KB
428
+ Current Block Size 256.0 KB
429
+ Peak Allocated Bytes 0 B
430
+ Overflow Count 0
431
+ [ALLOC_TEMP_Job.Worker 36]
432
+ Initial Block Size 256.0 KB
433
+ Current Block Size 256.0 KB
434
+ Peak Allocated Bytes 0 B
435
+ Overflow Count 0
436
+ [ALLOC_TEMP_Background Job.Worker 1]
437
+ Initial Block Size 32.0 KB
438
+ Current Block Size 32.0 KB
439
+ Peak Allocated Bytes 0 B
440
+ Overflow Count 0
441
+ [ALLOC_TEMP_Background Job.Worker 10]
442
+ Initial Block Size 32.0 KB
443
+ Current Block Size 32.0 KB
444
+ Peak Allocated Bytes 0 B
445
+ Overflow Count 0
446
+ [ALLOC_TEMP_Job.Worker 38]
447
+ Initial Block Size 256.0 KB
448
+ Current Block Size 256.0 KB
449
+ Peak Allocated Bytes 0 B
450
+ Overflow Count 0
451
+ [ALLOC_TEMP_Job.Worker 53]
452
+ Initial Block Size 256.0 KB
453
+ Current Block Size 256.0 KB
454
+ Peak Allocated Bytes 0 B
455
+ Overflow Count 0
456
+ [ALLOC_TEMP_Job.Worker 20]
457
+ Initial Block Size 256.0 KB
458
+ Current Block Size 256.0 KB
459
+ Peak Allocated Bytes 0 B
460
+ Overflow Count 0
461
+ [ALLOC_TEMP_Job.Worker 47]
462
+ Initial Block Size 256.0 KB
463
+ Current Block Size 256.0 KB
464
+ Peak Allocated Bytes 0 B
465
+ Overflow Count 0
466
+ [ALLOC_TEMP_Job.Worker 49]
467
+ Initial Block Size 256.0 KB
468
+ Current Block Size 256.0 KB
469
+ Peak Allocated Bytes 0 B
470
+ Overflow Count 0
471
+ [ALLOC_TEMP_Job.Worker 24]
472
+ Initial Block Size 256.0 KB
473
+ Current Block Size 256.0 KB
474
+ Peak Allocated Bytes 0 B
475
+ Overflow Count 0
476
+ [ALLOC_TEMP_Background Job.Worker 12]
477
+ Initial Block Size 32.0 KB
478
+ Current Block Size 32.0 KB
479
+ Peak Allocated Bytes 0 B
480
+ Overflow Count 0
481
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 63
482
+ Initial Block Size 64.0 KB
483
+ Current Block Size 64.0 KB
484
+ Peak Allocated Bytes 0 B
485
+ Overflow Count 0
486
+ [ALLOC_TEMP_Job.Worker 56]
487
+ Initial Block Size 256.0 KB
488
+ Current Block Size 256.0 KB
489
+ Peak Allocated Bytes 0 B
490
+ Overflow Count 0
491
+ [ALLOC_TEMP_Job.Worker 54]
492
+ Initial Block Size 256.0 KB
493
+ Current Block Size 256.0 KB
494
+ Peak Allocated Bytes 0 B
495
+ Overflow Count 0
496
+ [ALLOC_TEMP_Background Job.Worker 0]
497
+ Initial Block Size 32.0 KB
498
+ Current Block Size 32.0 KB
499
+ Peak Allocated Bytes 0 B
500
+ Overflow Count 0
501
+ [ALLOC_TEMP_Background Job.Worker 14]
502
+ Initial Block Size 32.0 KB
503
+ Current Block Size 32.0 KB
504
+ Peak Allocated Bytes 0 B
505
+ Overflow Count 0
506
+ [ALLOC_TEMP_Job.Worker 61]
507
+ Initial Block Size 256.0 KB
508
+ Current Block Size 256.0 KB
509
+ Peak Allocated Bytes 0 B
510
+ Overflow Count 0
511
+ [ALLOC_TEMP_Job.Worker 19]
512
+ Initial Block Size 256.0 KB
513
+ Current Block Size 256.0 KB
514
+ Peak Allocated Bytes 0 B
515
+ Overflow Count 0
516
+ [ALLOC_MEMORYPROFILER]
517
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
518
+ Requested Block Size 1.0 MB
519
+ Peak Block count 1
520
+ Peak Allocated memory 0.9 MB
521
+ Peak Large allocation bytes 0 B
522
+ [ALLOC_DEFAULT] Dual Thread Allocator
523
+ Peak main deferred allocation count 1536
524
+ [ALLOC_BUCKET]
525
+ Large Block size 4.0 MB
526
+ Used Block count 1
527
+ Peak Allocated bytes 1.3 MB
528
+ [ALLOC_DEFAULT_MAIN]
529
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames
530
+ Requested Block Size 16.0 MB
531
+ Peak Block count 2
532
+ Peak Allocated memory 15.2 MB
533
+ Peak Large allocation bytes 0 B
534
+ [ALLOC_DEFAULT_THREAD]
535
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
536
+ Requested Block Size 16.0 MB
537
+ Peak Block count 1
538
+ Peak Allocated memory 18.7 MB
539
+ Peak Large allocation bytes 16.0 MB
540
+ [ALLOC_TEMP_JOB_1_FRAME]
541
+ Initial Block Size 2.0 MB
542
+ Used Block Count 1
543
+ Overflow Count (too large) 0
544
+ Overflow Count (full) 0
545
+ [ALLOC_TEMP_JOB_2_FRAMES]
546
+ Initial Block Size 2.0 MB
547
+ Used Block Count 1
548
+ Overflow Count (too large) 0
549
+ Overflow Count (full) 0
550
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
551
+ Initial Block Size 2.0 MB
552
+ Used Block Count 1
553
+ Overflow Count (too large) 0
554
+ Overflow Count (full) 0
555
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
556
+ Initial Block Size 1.0 MB
557
+ Used Block Count 3
558
+ Overflow Count (too large) 0
559
+ Overflow Count (full) 0
560
+ [ALLOC_GFX] Dual Thread Allocator
561
+ Peak main deferred allocation count 0
562
+ [ALLOC_BUCKET]
563
+ Large Block size 4.0 MB
564
+ Used Block count 1
565
+ Peak Allocated bytes 1.3 MB
566
+ [ALLOC_GFX_MAIN]
567
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
568
+ Requested Block Size 16.0 MB
569
+ Peak Block count 1
570
+ Peak Allocated memory 67.0 KB
571
+ Peak Large allocation bytes 0 B
572
+ [ALLOC_GFX_THREAD]
573
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
574
+ Requested Block Size 16.0 MB
575
+ Peak Block count 1
576
+ Peak Allocated memory 67.7 KB
577
+ Peak Large allocation bytes 0 B
578
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
579
+ Peak main deferred allocation count 1
580
+ [ALLOC_BUCKET]
581
+ Large Block size 4.0 MB
582
+ Used Block count 1
583
+ Peak Allocated bytes 1.3 MB
584
+ [ALLOC_CACHEOBJECTS_MAIN]
585
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
586
+ Requested Block Size 4.0 MB
587
+ Peak Block count 1
588
+ Peak Allocated memory 0.9 MB
589
+ Peak Large allocation bytes 0 B
590
+ [ALLOC_CACHEOBJECTS_THREAD]
591
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
592
+ Requested Block Size 4.0 MB
593
+ Peak Block count 2
594
+ Peak Allocated memory 4.7 MB
595
+ Peak Large allocation bytes 0 B
596
+ [ALLOC_TYPETREE] Dual Thread Allocator
597
+ Peak main deferred allocation count 0
598
+ [ALLOC_BUCKET]
599
+ Large Block size 4.0 MB
600
+ Used Block count 1
601
+ Peak Allocated bytes 1.3 MB
602
+ [ALLOC_TYPETREE_MAIN]
603
+ Peak usage frame count: [0-1.0 KB]: 1 frames
604
+ Requested Block Size 2.0 MB
605
+ Peak Block count 1
606
+ Peak Allocated memory 1.0 KB
607
+ Peak Large allocation bytes 0 B
608
+ [ALLOC_TYPETREE_THREAD]
609
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1 frames
610
+ Requested Block Size 2.0 MB
611
+ Peak Block count 1
612
+ Peak Allocated memory 1.9 KB
613
+ Peak Large allocation bytes 0 B
614
+ [ALLOC_PROFILER]
615
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
616
+ Requested Block Size 16.0 MB
617
+ Peak Block count 1
618
+ Peak Allocated memory 84.9 KB
619
+ Peak Large allocation bytes 0 B
620
+ [ALLOC_PROFILER_BUCKET]
621
+ Large Block size 4.0 MB
622
+ Used Block count 1
623
+ Peak Allocated bytes 396 B
624
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1700917443032,"processId":4350,"allocatedMemory":2050335,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":36196},{"Manager":63755},{"VertexData":12},{"Geometry":280},{"Texture":16},{"Shader":69173},{"Material":24},{"GfxDevice":35248},{"Animation":304},{"Audio":3976},{"Physics":288},{"Serialization":216},{"Input":9176},{"JobScheduler":200},{"Mono":40},{"ScriptingNativeRuntime":216},{"BaseObject":1609212},{"Resource":592},{"Renderer":1936},{"Transform":48},{"File":800},{"WebCam":24},{"Culling":40},{"Terrain":953},{"Wind":24},{"String":3465},{"DynamicArray":30868},{"HashMap":7680},{"Utility":26656},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
run_logs/timers.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "metadata": {
4
+ "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1700917441",
6
+ "python_version": "3.8.16 (default, Jun 12 2023, 18:09:05) \n[GCC 11.2.0]",
7
+ "command_line_arguments": "/opt/conda/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics --resume",
8
+ "mlagents_version": "0.30.0",
9
+ "mlagents_envs_version": "0.30.0",
10
+ "communication_protocol_version": "1.5.0",
11
+ "pytorch_version": "1.8.1+cu102",
12
+ "numpy_version": "1.21.2",
13
+ "end_time_seconds": "1700917443"
14
+ },
15
+ "total": 1.239095263183117,
16
+ "count": 1,
17
+ "self": 0.3192472904920578,
18
+ "children": {
19
+ "run_training.setup": {
20
+ "total": 0.08282887935638428,
21
+ "count": 1,
22
+ "self": 0.08282887935638428
23
+ },
24
+ "TrainerController.start_learning": {
25
+ "total": 0.8370190933346748,
26
+ "count": 1,
27
+ "self": 9.995698928833008e-05,
28
+ "children": {
29
+ "TrainerController._reset_env": {
30
+ "total": 0.772549532353878,
31
+ "count": 1,
32
+ "self": 0.772549532353878
33
+ },
34
+ "trainer_threads": {
35
+ "total": 7.450580596923828e-07,
36
+ "count": 1,
37
+ "self": 7.450580596923828e-07
38
+ },
39
+ "TrainerController._save_models": {
40
+ "total": 0.06436885893344879,
41
+ "count": 1,
42
+ "self": 0.001083090901374817,
43
+ "children": {
44
+ "RLTrainer._checkpoint": {
45
+ "total": 0.06328576803207397,
46
+ "count": 1,
47
+ "self": 0.06328576803207397
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 1712885,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1712885.onnx",
7
+ "reward": null,
8
+ "creation_time": 1700917442.766324,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-1712885.pt"
11
+ ]
12
+ }
13
+ ],
14
+ "final_checkpoint": {
15
+ "steps": 1712885,
16
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
17
+ "reward": null,
18
+ "creation_time": 1700917442.766324,
19
+ "auxillary_file_paths": [
20
+ "results/Pyramids Training/Pyramids/Pyramids-1712885.pt"
21
+ ]
22
+ }
23
+ },
24
+ "metadata": {
25
+ "stats_format_version": "0.3.0",
26
+ "mlagents_version": "0.30.0",
27
+ "torch_version": "1.8.1+cu102"
28
+ }
29
+ }