RaphaelReinauer
commited on
Commit
•
a7dac53
1
Parent(s):
9a583d1
First Pyramids
Browse files- Pyramids.onnx +3 -0
- Pyramids/Pyramids-1000092.onnx +3 -0
- Pyramids/Pyramids-1000092.pt +3 -0
- Pyramids/Pyramids-499961.onnx +3 -0
- Pyramids/Pyramids-499961.pt +3 -0
- Pyramids/Pyramids-999964.onnx +3 -0
- Pyramids/Pyramids-999964.pt +3 -0
- Pyramids/checkpoint.pt +3 -0
- Pyramids/events.out.tfevents.1657918980.110c1c3e11db.104.0 +3 -0
- README.md +31 -0
- config.json +1 -0
- configuration.yaml +41 -0
- run_logs/Player-0.log +408 -0
- run_logs/timers.json +405 -0
- run_logs/training_status.json +47 -0
Pyramids.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cad33f5ffe415edfa8e1b250ea74c0787d7fe9161ef9ebdd162bf6fb937451c5
|
3 |
+
size 1417437
|
Pyramids/Pyramids-1000092.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cad33f5ffe415edfa8e1b250ea74c0787d7fe9161ef9ebdd162bf6fb937451c5
|
3 |
+
size 1417437
|
Pyramids/Pyramids-1000092.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea2fa7f383c91858e741b9ac0f8b55b0051e27d79ee54aa54cba715c92cb712e
|
3 |
+
size 8651396
|
Pyramids/Pyramids-499961.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa9d156a8285019c5acb66579604b1723c0c935f6120705d67eb57bebbcf8437
|
3 |
+
size 1417437
|
Pyramids/Pyramids-499961.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9979a983694e1307a96ab105b93d1bc3c2f21d1700e3b115490225e3a83a4911
|
3 |
+
size 8651396
|
Pyramids/Pyramids-999964.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cad33f5ffe415edfa8e1b250ea74c0787d7fe9161ef9ebdd162bf6fb937451c5
|
3 |
+
size 1417437
|
Pyramids/Pyramids-999964.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87013b2eb2c67ad179010c8afa550b201840df1c829b76959b9763348d79691c
|
3 |
+
size 8651396
|
Pyramids/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea2fa7f383c91858e741b9ac0f8b55b0051e27d79ee54aa54cba715c92cb712e
|
3 |
+
size 8651396
|
Pyramids/events.out.tfevents.1657918980.110c1c3e11db.104.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69e6c2b4c996efe4bcd9f22b00a6eaf88e1d478e1aa25bddc4158b82dca5c073
|
3 |
+
size 314558
|
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- unity-ml-agents
|
5 |
+
- ml-agents
|
6 |
+
- deep-reinforcement-learning
|
7 |
+
- reinforcement-learning
|
8 |
+
- ML-Agents-Pyramids
|
9 |
+
library_name: ml-agents
|
10 |
+
---
|
11 |
+
|
12 |
+
# **ppo** Agent playing **Pyramids**
|
13 |
+
This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
14 |
+
|
15 |
+
## Usage (with ML-Agents)
|
16 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
|
19 |
+
|
20 |
+
### Resume the training
|
21 |
+
```
|
22 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
23 |
+
```
|
24 |
+
### Watch your Agent play
|
25 |
+
You can watch your agent **playing directly in your browser:**.
|
26 |
+
|
27 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
|
28 |
+
2. Step 1: Write your model_id: RaphaelReinauer/testpyramidsrnd
|
29 |
+
3. Step 2: Select your *.nn /*.onnx file
|
30 |
+
4. Click on Watch the agent play 👀
|
31 |
+
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"behaviors": {"Pyramids": {"behavioral_cloning": null, "checkpoint_interval": 500000, "hyperparameters": {"batch_size": 128, "beta": 0.01, "beta_schedule": "linear", "buffer_size": 2048, "epsilon": 0.2, "epsilon_schedule": "linear", "lambd": 0.95, "learning_rate": 0.0003, "learning_rate_schedule": "linear", "num_epoch": 3}, "init_path": null, "keep_checkpoints": 5, "max_steps": 1000000, "network_settings": {"deterministic": false, "goal_conditioning_type": "hyper", "hidden_units": 512, "memory": null, "normalize": false, "num_layers": 2, "vis_encode_type": "simple"}, "reward_signals": {"extrinsic": {"gamma": 0.99, "network_settings": {"deterministic": false, "goal_conditioning_type": "hyper", "hidden_units": 128, "memory": null, "normalize": false, "num_layers": 2, "vis_encode_type": "simple"}, "strength": 1.0}, "rnd": {"encoding_size": null, "gamma": 0.99, "learning_rate": 0.0001, "network_settings": {"deterministic": false, "goal_conditioning_type": "hyper", "hidden_units": 64, "memory": null, "normalize": false, "num_layers": 3, "vis_encode_type": "simple"}, "strength": 0.01}}, "self_play": null, "summary_freq": 30000, "threaded": false, "time_horizon": 128, "trainer_type": "ppo"}}, "checkpoint_settings": {"force": false, "inference": false, "initialize_from": null, "load_model": false, "results_dir": "results", "resume": false, "run_id": "Pyramids Training", "train_model": false}, "debug": false, "default_settings": null, "engine_settings": {"capture_frame_rate": 60, "height": 84, "no_graphics": true, "quality_level": 5, "target_frame_rate": -1, "time_scale": 20, "width": 84}, "env_settings": {"base_port": 5005, "env_args": null, "env_path": "./trained-envs-executables/linux/Pyramids/Pyramids", "max_lifetime_restarts": 10, "num_areas": 1, "num_envs": 1, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60, "seed": -1}, "environment_parameters": null, "torch_settings": {"device": null}}
|
configuration.yaml
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
behaviors:
|
2 |
+
Pyramids:
|
3 |
+
behavioral_cloning: null
|
4 |
+
checkpoint_interval: 500000
|
5 |
+
hyperparameters: {batch_size: 128, beta: 0.01, beta_schedule: linear, buffer_size: 2048,
|
6 |
+
epsilon: 0.2, epsilon_schedule: linear, lambd: 0.95, learning_rate: 0.0003,
|
7 |
+
learning_rate_schedule: linear, num_epoch: 3}
|
8 |
+
init_path: null
|
9 |
+
keep_checkpoints: 5
|
10 |
+
max_steps: 1000000
|
11 |
+
network_settings: {deterministic: false, goal_conditioning_type: hyper, hidden_units: 512,
|
12 |
+
memory: null, normalize: false, num_layers: 2, vis_encode_type: simple}
|
13 |
+
reward_signals:
|
14 |
+
extrinsic:
|
15 |
+
gamma: 0.99
|
16 |
+
network_settings: {deterministic: false, goal_conditioning_type: hyper, hidden_units: 128,
|
17 |
+
memory: null, normalize: false, num_layers: 2, vis_encode_type: simple}
|
18 |
+
strength: 1.0
|
19 |
+
rnd:
|
20 |
+
encoding_size: null
|
21 |
+
gamma: 0.99
|
22 |
+
learning_rate: 0.0001
|
23 |
+
network_settings: {deterministic: false, goal_conditioning_type: hyper, hidden_units: 64,
|
24 |
+
memory: null, normalize: false, num_layers: 3, vis_encode_type: simple}
|
25 |
+
strength: 0.01
|
26 |
+
self_play: null
|
27 |
+
summary_freq: 30000
|
28 |
+
threaded: false
|
29 |
+
time_horizon: 128
|
30 |
+
trainer_type: ppo
|
31 |
+
checkpoint_settings: {force: false, inference: false, initialize_from: null, load_model: false,
|
32 |
+
results_dir: results, resume: false, run_id: Pyramids Training, train_model: false}
|
33 |
+
debug: false
|
34 |
+
default_settings: null
|
35 |
+
engine_settings: {capture_frame_rate: 60, height: 84, no_graphics: true, quality_level: 5,
|
36 |
+
target_frame_rate: -1, time_scale: 20, width: 84}
|
37 |
+
env_settings: {base_port: 5005, env_args: null, env_path: ./trained-envs-executables/linux/Pyramids/Pyramids,
|
38 |
+
max_lifetime_restarts: 10, num_areas: 1, num_envs: 1, restarts_rate_limit_n: 1,
|
39 |
+
restarts_rate_limit_period_s: 60, seed: -1}
|
40 |
+
environment_parameters: null
|
41 |
+
torch_settings: {device: null}
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/ml-agents/trained-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
|
2 |
+
Mono config path = '/ml-agents/trained-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
|
3 |
+
Found 1 interfaces on host : 0) 172.17.0.2
|
4 |
+
Multi-casting "[IP] 172.17.0.2 [Port] 55038 [Flags] 2 [Guid] 2575976747 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.17.0.2) [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 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
8 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/UnityEnvironment
|
9 |
+
Unable to load player prefs
|
10 |
+
Initialize engine version: 2021.3.5f1 (40eb3a945986)
|
11 |
+
[Subsystems] Discovering subsystems at path /ml-agents/trained-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
|
12 |
+
Forcing GfxDevice: Null
|
13 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
14 |
+
NullGfxDevice:
|
15 |
+
Version: NULL 1.0 [1.0]
|
16 |
+
Renderer: Null Device
|
17 |
+
Vendor: Unity Technologies
|
18 |
+
FMOD initialized on nosound output
|
19 |
+
Begin MonoManager ReloadAssembly
|
20 |
+
- Completed reload, in 0.060 seconds
|
21 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
22 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
23 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
24 |
+
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
|
25 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
26 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
27 |
+
ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
28 |
+
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
|
29 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
30 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
31 |
+
WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
|
32 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
33 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
34 |
+
ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
35 |
+
WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
|
36 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
37 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
38 |
+
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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
46 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
47 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
48 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
52 |
+
UnloadTime: 0.723081 ms
|
53 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
54 |
+
requesting resize 84 x 84
|
55 |
+
Setting up 12 worker threads for Enlighten.
|
56 |
+
PlayerConnection::CleanupMemory Statistics:
|
57 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
58 |
+
StackAllocators :
|
59 |
+
[ALLOC_TEMP_MAIN]
|
60 |
+
Peak usage frame count: [16.0 KB-32.0 KB]: 2810 frames, [32.0 KB-64.0 KB]: 12110 frames, [64.0 KB-128.0 KB]: 3852 frames, [2.0 MB-4.0 MB]: 1 frames
|
61 |
+
Initial Block Size 4.0 MB
|
62 |
+
Current Block Size 4.0 MB
|
63 |
+
Peak Allocated Bytes 2.0 MB
|
64 |
+
Overflow Count 0
|
65 |
+
[ALLOC_TEMP_Job.Worker 18]
|
66 |
+
Initial Block Size 256.0 KB
|
67 |
+
Current Block Size 256.0 KB
|
68 |
+
Peak Allocated Bytes 0 B
|
69 |
+
Overflow Count 0
|
70 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
71 |
+
Initial Block Size 32.0 KB
|
72 |
+
Current Block Size 32.0 KB
|
73 |
+
Peak Allocated Bytes 0 B
|
74 |
+
Overflow Count 0
|
75 |
+
[ALLOC_TEMP_Job.Worker 4]
|
76 |
+
Initial Block Size 256.0 KB
|
77 |
+
Current Block Size 256.0 KB
|
78 |
+
Peak Allocated Bytes 0 B
|
79 |
+
Overflow Count 0
|
80 |
+
[ALLOC_TEMP_AUDIO_FMOD mixer thread]
|
81 |
+
Initial Block Size 64.0 KB
|
82 |
+
Current Block Size 64.0 KB
|
83 |
+
Peak Allocated Bytes 0 B
|
84 |
+
Overflow Count 0
|
85 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
86 |
+
Initial Block Size 32.0 KB
|
87 |
+
Current Block Size 32.0 KB
|
88 |
+
Peak Allocated Bytes 0 B
|
89 |
+
Overflow Count 0
|
90 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
91 |
+
Initial Block Size 32.0 KB
|
92 |
+
Current Block Size 32.0 KB
|
93 |
+
Peak Allocated Bytes 0 B
|
94 |
+
Overflow Count 0
|
95 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
96 |
+
Initial Block Size 64.0 KB
|
97 |
+
Current Block Size 64.0 KB
|
98 |
+
Peak Allocated Bytes 0 B
|
99 |
+
Overflow Count 0
|
100 |
+
[ALLOC_TEMP_Job.Worker 21]
|
101 |
+
Initial Block Size 256.0 KB
|
102 |
+
Current Block Size 256.0 KB
|
103 |
+
Peak Allocated Bytes 0 B
|
104 |
+
Overflow Count 0
|
105 |
+
[ALLOC_TEMP_Job.Worker 13]
|
106 |
+
Initial Block Size 256.0 KB
|
107 |
+
Current Block Size 256.0 KB
|
108 |
+
Peak Allocated Bytes 0 B
|
109 |
+
Overflow Count 0
|
110 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
111 |
+
Initial Block Size 32.0 KB
|
112 |
+
Current Block Size 32.0 KB
|
113 |
+
Peak Allocated Bytes 0 B
|
114 |
+
Overflow Count 0
|
115 |
+
[ALLOC_TEMP_Job.Worker 22]
|
116 |
+
Initial Block Size 256.0 KB
|
117 |
+
Current Block Size 256.0 KB
|
118 |
+
Peak Allocated Bytes 0 B
|
119 |
+
Overflow Count 0
|
120 |
+
[ALLOC_TEMP_Job.Worker 10]
|
121 |
+
Initial Block Size 256.0 KB
|
122 |
+
Current Block Size 256.0 KB
|
123 |
+
Peak Allocated Bytes 0 B
|
124 |
+
Overflow Count 0
|
125 |
+
[ALLOC_TEMP_Job.Worker 15]
|
126 |
+
Initial Block Size 256.0 KB
|
127 |
+
Current Block Size 256.0 KB
|
128 |
+
Peak Allocated Bytes 0 B
|
129 |
+
Overflow Count 0
|
130 |
+
[ALLOC_TEMP_Job.Worker 12]
|
131 |
+
Initial Block Size 256.0 KB
|
132 |
+
Current Block Size 256.0 KB
|
133 |
+
Peak Allocated Bytes 0 B
|
134 |
+
Overflow Count 0
|
135 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
136 |
+
Initial Block Size 256.0 KB
|
137 |
+
Current Block Size 320.0 KB
|
138 |
+
Peak Allocated Bytes 251.5 KB
|
139 |
+
Overflow Count 4
|
140 |
+
[ALLOC_TEMP_Profiler.Dispatcher]
|
141 |
+
Initial Block Size 64.0 KB
|
142 |
+
Current Block Size 64.0 KB
|
143 |
+
Peak Allocated Bytes 0 B
|
144 |
+
Overflow Count 0
|
145 |
+
[ALLOC_TEMP_Job.Worker 14]
|
146 |
+
Initial Block Size 256.0 KB
|
147 |
+
Current Block Size 256.0 KB
|
148 |
+
Peak Allocated Bytes 0 B
|
149 |
+
Overflow Count 0
|
150 |
+
[ALLOC_TEMP_Job.Worker 3]
|
151 |
+
Initial Block Size 256.0 KB
|
152 |
+
Current Block Size 256.0 KB
|
153 |
+
Peak Allocated Bytes 0 B
|
154 |
+
Overflow Count 0
|
155 |
+
[ALLOC_TEMP_Job.Worker 17]
|
156 |
+
Initial Block Size 256.0 KB
|
157 |
+
Current Block Size 256.0 KB
|
158 |
+
Peak Allocated Bytes 0 B
|
159 |
+
Overflow Count 0
|
160 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
161 |
+
Initial Block Size 32.0 KB
|
162 |
+
Current Block Size 32.0 KB
|
163 |
+
Peak Allocated Bytes 0 B
|
164 |
+
Overflow Count 0
|
165 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
166 |
+
Initial Block Size 32.0 KB
|
167 |
+
Current Block Size 32.0 KB
|
168 |
+
Peak Allocated Bytes 0 B
|
169 |
+
Overflow Count 0
|
170 |
+
[ALLOC_TEMP_Job.Worker 2]
|
171 |
+
Initial Block Size 256.0 KB
|
172 |
+
Current Block Size 256.0 KB
|
173 |
+
Peak Allocated Bytes 0 B
|
174 |
+
Overflow Count 0
|
175 |
+
[ALLOC_TEMP_Job.Worker 11]
|
176 |
+
Initial Block Size 256.0 KB
|
177 |
+
Current Block Size 256.0 KB
|
178 |
+
Peak Allocated Bytes 0 B
|
179 |
+
Overflow Count 0
|
180 |
+
[ALLOC_TEMP_Job.Worker 0]
|
181 |
+
Initial Block Size 256.0 KB
|
182 |
+
Current Block Size 256.0 KB
|
183 |
+
Peak Allocated Bytes 0.8 KB
|
184 |
+
Overflow Count 0
|
185 |
+
[ALLOC_TEMP_Job.Worker 6]
|
186 |
+
Initial Block Size 256.0 KB
|
187 |
+
Current Block Size 256.0 KB
|
188 |
+
Peak Allocated Bytes 0 B
|
189 |
+
Overflow Count 0
|
190 |
+
[ALLOC_TEMP_Job.Worker 5]
|
191 |
+
Initial Block Size 256.0 KB
|
192 |
+
Current Block Size 256.0 KB
|
193 |
+
Peak Allocated Bytes 0 B
|
194 |
+
Overflow Count 0
|
195 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
196 |
+
Initial Block Size 32.0 KB
|
197 |
+
Current Block Size 32.0 KB
|
198 |
+
Peak Allocated Bytes 0 B
|
199 |
+
Overflow Count 0
|
200 |
+
[ALLOC_TEMP_EnlightenWorker] x 12
|
201 |
+
Initial Block Size 64.0 KB
|
202 |
+
Current Block Size 64.0 KB
|
203 |
+
Peak Allocated Bytes 0 B
|
204 |
+
Overflow Count 0
|
205 |
+
[ALLOC_TEMP_Job.Worker 9]
|
206 |
+
Initial Block Size 256.0 KB
|
207 |
+
Current Block Size 256.0 KB
|
208 |
+
Peak Allocated Bytes 0 B
|
209 |
+
Overflow Count 0
|
210 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
211 |
+
Initial Block Size 64.0 KB
|
212 |
+
Current Block Size 64.0 KB
|
213 |
+
Peak Allocated Bytes 128 B
|
214 |
+
Overflow Count 0
|
215 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
216 |
+
Initial Block Size 32.0 KB
|
217 |
+
Current Block Size 32.0 KB
|
218 |
+
Peak Allocated Bytes 0 B
|
219 |
+
Overflow Count 0
|
220 |
+
[ALLOC_TEMP_Job.Worker 16]
|
221 |
+
Initial Block Size 256.0 KB
|
222 |
+
Current Block Size 256.0 KB
|
223 |
+
Peak Allocated Bytes 0 B
|
224 |
+
Overflow Count 0
|
225 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
226 |
+
Initial Block Size 32.0 KB
|
227 |
+
Current Block Size 32.0 KB
|
228 |
+
Peak Allocated Bytes 0 B
|
229 |
+
Overflow Count 0
|
230 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
231 |
+
Initial Block Size 32.0 KB
|
232 |
+
Current Block Size 32.0 KB
|
233 |
+
Peak Allocated Bytes 0 B
|
234 |
+
Overflow Count 0
|
235 |
+
[ALLOC_TEMP_Job.Worker 20]
|
236 |
+
Initial Block Size 256.0 KB
|
237 |
+
Current Block Size 256.0 KB
|
238 |
+
Peak Allocated Bytes 0 B
|
239 |
+
Overflow Count 0
|
240 |
+
[ALLOC_TEMP_AUDIO_FMOD stream thread]
|
241 |
+
Initial Block Size 64.0 KB
|
242 |
+
Current Block Size 64.0 KB
|
243 |
+
Peak Allocated Bytes 0 B
|
244 |
+
Overflow Count 0
|
245 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
246 |
+
Initial Block Size 32.0 KB
|
247 |
+
Current Block Size 32.0 KB
|
248 |
+
Peak Allocated Bytes 0 B
|
249 |
+
Overflow Count 0
|
250 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
251 |
+
Initial Block Size 32.0 KB
|
252 |
+
Current Block Size 32.0 KB
|
253 |
+
Peak Allocated Bytes 0 B
|
254 |
+
Overflow Count 0
|
255 |
+
[ALLOC_TEMP_Job.Worker 8]
|
256 |
+
Initial Block Size 256.0 KB
|
257 |
+
Current Block Size 256.0 KB
|
258 |
+
Peak Allocated Bytes 0 B
|
259 |
+
Overflow Count 0
|
260 |
+
[ALLOC_TEMP_Job.Worker 1]
|
261 |
+
Initial Block Size 256.0 KB
|
262 |
+
Current Block Size 256.0 KB
|
263 |
+
Peak Allocated Bytes 0 B
|
264 |
+
Overflow Count 0
|
265 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
266 |
+
Initial Block Size 32.0 KB
|
267 |
+
Current Block Size 32.0 KB
|
268 |
+
Peak Allocated Bytes 0 B
|
269 |
+
Overflow Count 0
|
270 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 23
|
271 |
+
Initial Block Size 64.0 KB
|
272 |
+
Current Block Size 64.0 KB
|
273 |
+
Peak Allocated Bytes 0 B
|
274 |
+
Overflow Count 0
|
275 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
276 |
+
Initial Block Size 32.0 KB
|
277 |
+
Current Block Size 32.0 KB
|
278 |
+
Peak Allocated Bytes 0 B
|
279 |
+
Overflow Count 0
|
280 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
281 |
+
Initial Block Size 32.0 KB
|
282 |
+
Current Block Size 32.0 KB
|
283 |
+
Peak Allocated Bytes 0 B
|
284 |
+
Overflow Count 0
|
285 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
286 |
+
Initial Block Size 32.0 KB
|
287 |
+
Current Block Size 32.0 KB
|
288 |
+
Peak Allocated Bytes 0 B
|
289 |
+
Overflow Count 0
|
290 |
+
[ALLOC_TEMP_Job.Worker 7]
|
291 |
+
Initial Block Size 256.0 KB
|
292 |
+
Current Block Size 256.0 KB
|
293 |
+
Peak Allocated Bytes 0 B
|
294 |
+
Overflow Count 0
|
295 |
+
[ALLOC_TEMP_Job.Worker 19]
|
296 |
+
Initial Block Size 256.0 KB
|
297 |
+
Current Block Size 256.0 KB
|
298 |
+
Peak Allocated Bytes 0 B
|
299 |
+
Overflow Count 0
|
300 |
+
[ALLOC_MEMORYPROFILER]
|
301 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18474 frames
|
302 |
+
Requested Block Size 1.0 MB
|
303 |
+
Peak Block count 2
|
304 |
+
Peak Allocated memory 1.6 MB
|
305 |
+
Peak Large allocation bytes 0 B
|
306 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
307 |
+
Peak main deferred allocation count 12983
|
308 |
+
[ALLOC_BUCKET]
|
309 |
+
Large Block size 4.0 MB
|
310 |
+
Used Block count 1
|
311 |
+
Peak Allocated bytes 1.7 MB
|
312 |
+
[ALLOC_DEFAULT_MAIN]
|
313 |
+
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18772 frames
|
314 |
+
Requested Block Size 16.0 MB
|
315 |
+
Peak Block count 3
|
316 |
+
Peak Allocated memory 30.9 MB
|
317 |
+
Peak Large allocation bytes 0 B
|
318 |
+
[ALLOC_DEFAULT_THREAD]
|
319 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 18773 frames
|
320 |
+
Requested Block Size 16.0 MB
|
321 |
+
Peak Block count 1
|
322 |
+
Peak Allocated memory 29.4 MB
|
323 |
+
Peak Large allocation bytes 16.0 MB
|
324 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
325 |
+
Initial Block Size 2.0 MB
|
326 |
+
Used Block Count 1
|
327 |
+
Overflow Count (too large) 0
|
328 |
+
Overflow Count (full) 0
|
329 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
330 |
+
Initial Block Size 2.0 MB
|
331 |
+
Used Block Count 1
|
332 |
+
Overflow Count (too large) 0
|
333 |
+
Overflow Count (full) 0
|
334 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
335 |
+
Initial Block Size 2.0 MB
|
336 |
+
Used Block Count 2
|
337 |
+
Overflow Count (too large) 0
|
338 |
+
Overflow Count (full) 0
|
339 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
340 |
+
Initial Block Size 1.0 MB
|
341 |
+
Used Block Count 3
|
342 |
+
Overflow Count (too large) 0
|
343 |
+
Overflow Count (full) 0
|
344 |
+
[ALLOC_GFX] Dual Thread Allocator
|
345 |
+
Peak main deferred allocation count 0
|
346 |
+
[ALLOC_BUCKET]
|
347 |
+
Large Block size 4.0 MB
|
348 |
+
Used Block count 1
|
349 |
+
Peak Allocated bytes 1.7 MB
|
350 |
+
[ALLOC_GFX_MAIN]
|
351 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 18772 frames, [64.0 KB-128.0 KB]: 1 frames
|
352 |
+
Requested Block Size 16.0 MB
|
353 |
+
Peak Block count 1
|
354 |
+
Peak Allocated memory 67.0 KB
|
355 |
+
Peak Large allocation bytes 0 B
|
356 |
+
[ALLOC_GFX_THREAD]
|
357 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 18773 frames
|
358 |
+
Requested Block Size 16.0 MB
|
359 |
+
Peak Block count 1
|
360 |
+
Peak Allocated memory 67.7 KB
|
361 |
+
Peak Large allocation bytes 0 B
|
362 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
363 |
+
Peak main deferred allocation count 1
|
364 |
+
[ALLOC_BUCKET]
|
365 |
+
Large Block size 4.0 MB
|
366 |
+
Used Block count 1
|
367 |
+
Peak Allocated bytes 1.7 MB
|
368 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
369 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18474 frames
|
370 |
+
Requested Block Size 4.0 MB
|
371 |
+
Peak Block count 1
|
372 |
+
Peak Allocated memory 1.4 MB
|
373 |
+
Peak Large allocation bytes 0 B
|
374 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
375 |
+
Peak usage frame count: [1.0 MB-2.0 MB]: 18772 frames, [4.0 MB-8.0 MB]: 1 frames
|
376 |
+
Requested Block Size 4.0 MB
|
377 |
+
Peak Block count 2
|
378 |
+
Peak Allocated memory 4.7 MB
|
379 |
+
Peak Large allocation bytes 0 B
|
380 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
381 |
+
Peak main deferred allocation count 0
|
382 |
+
[ALLOC_BUCKET]
|
383 |
+
Large Block size 4.0 MB
|
384 |
+
Used Block count 1
|
385 |
+
Peak Allocated bytes 1.7 MB
|
386 |
+
[ALLOC_TYPETREE_MAIN]
|
387 |
+
Peak usage frame count: [0-1.0 KB]: 18773 frames
|
388 |
+
Requested Block Size 2.0 MB
|
389 |
+
Peak Block count 1
|
390 |
+
Peak Allocated memory 1.0 KB
|
391 |
+
Peak Large allocation bytes 0 B
|
392 |
+
[ALLOC_TYPETREE_THREAD]
|
393 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 18773 frames
|
394 |
+
Requested Block Size 2.0 MB
|
395 |
+
Peak Block count 1
|
396 |
+
Peak Allocated memory 1.9 KB
|
397 |
+
Peak Large allocation bytes 0 B
|
398 |
+
[ALLOC_PROFILER]
|
399 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 18773 frames
|
400 |
+
Requested Block Size 16.0 MB
|
401 |
+
Peak Block count 1
|
402 |
+
Peak Allocated memory 47.1 KB
|
403 |
+
Peak Large allocation bytes 0 B
|
404 |
+
[ALLOC_PROFILER_BUCKET]
|
405 |
+
Large Block size 4.0 MB
|
406 |
+
Used Block count 1
|
407 |
+
Peak Allocated bytes 396 B
|
408 |
+
##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1657920813888,"processId":162,"allocatedMemory":1998162,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":35076},{"Manager":29067},{"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":3420},{"DynamicArray":30868},{"HashMap":7680},{"Utility":10336},{"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,405 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"Pyramids.Policy.Entropy.mean": {
|
5 |
+
"value": 0.41358017921447754,
|
6 |
+
"min": 0.38993197679519653,
|
7 |
+
"max": 1.42996084690094,
|
8 |
+
"count": 33
|
9 |
+
},
|
10 |
+
"Pyramids.Policy.Entropy.sum": {
|
11 |
+
"value": 12414.0224609375,
|
12 |
+
"min": 11644.017578125,
|
13 |
+
"max": 43379.29296875,
|
14 |
+
"count": 33
|
15 |
+
},
|
16 |
+
"Pyramids.Step.mean": {
|
17 |
+
"value": 989901.0,
|
18 |
+
"min": 29952.0,
|
19 |
+
"max": 989901.0,
|
20 |
+
"count": 33
|
21 |
+
},
|
22 |
+
"Pyramids.Step.sum": {
|
23 |
+
"value": 989901.0,
|
24 |
+
"min": 29952.0,
|
25 |
+
"max": 989901.0,
|
26 |
+
"count": 33
|
27 |
+
},
|
28 |
+
"Pyramids.Policy.ExtrinsicValueEstimate.mean": {
|
29 |
+
"value": 0.7401013374328613,
|
30 |
+
"min": -0.09754466265439987,
|
31 |
+
"max": 0.7401013374328613,
|
32 |
+
"count": 33
|
33 |
+
},
|
34 |
+
"Pyramids.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
+
"value": 219.81008911132812,
|
36 |
+
"min": -23.41071891784668,
|
37 |
+
"max": 219.81008911132812,
|
38 |
+
"count": 33
|
39 |
+
},
|
40 |
+
"Pyramids.Policy.RndValueEstimate.mean": {
|
41 |
+
"value": 0.02549360878765583,
|
42 |
+
"min": 0.003851822344586253,
|
43 |
+
"max": 0.7033986449241638,
|
44 |
+
"count": 33
|
45 |
+
},
|
46 |
+
"Pyramids.Policy.RndValueEstimate.sum": {
|
47 |
+
"value": 7.571601867675781,
|
48 |
+
"min": 0.9899183511734009,
|
49 |
+
"max": 166.70547485351562,
|
50 |
+
"count": 33
|
51 |
+
},
|
52 |
+
"Pyramids.Losses.PolicyLoss.mean": {
|
53 |
+
"value": 0.0676898630846861,
|
54 |
+
"min": 0.06459672924473933,
|
55 |
+
"max": 0.07350445102617544,
|
56 |
+
"count": 33
|
57 |
+
},
|
58 |
+
"Pyramids.Losses.PolicyLoss.sum": {
|
59 |
+
"value": 1.0153479462702915,
|
60 |
+
"min": 0.505004010894774,
|
61 |
+
"max": 1.0290623143664561,
|
62 |
+
"count": 33
|
63 |
+
},
|
64 |
+
"Pyramids.Losses.ValueLoss.mean": {
|
65 |
+
"value": 0.016136129894423198,
|
66 |
+
"min": 0.0015388093025537023,
|
67 |
+
"max": 0.01637205031909703,
|
68 |
+
"count": 33
|
69 |
+
},
|
70 |
+
"Pyramids.Losses.ValueLoss.sum": {
|
71 |
+
"value": 0.24204194841634796,
|
72 |
+
"min": 0.016926902328090725,
|
73 |
+
"max": 0.24411679549181525,
|
74 |
+
"count": 33
|
75 |
+
},
|
76 |
+
"Pyramids.Policy.LearningRate.mean": {
|
77 |
+
"value": 7.479637506820002e-06,
|
78 |
+
"min": 7.479637506820002e-06,
|
79 |
+
"max": 0.00029515063018788575,
|
80 |
+
"count": 33
|
81 |
+
},
|
82 |
+
"Pyramids.Policy.LearningRate.sum": {
|
83 |
+
"value": 0.00011219456260230004,
|
84 |
+
"min": 0.00011219456260230004,
|
85 |
+
"max": 0.0034903297365567994,
|
86 |
+
"count": 33
|
87 |
+
},
|
88 |
+
"Pyramids.Policy.Epsilon.mean": {
|
89 |
+
"value": 0.10249318000000002,
|
90 |
+
"min": 0.10249318000000002,
|
91 |
+
"max": 0.19838354285714285,
|
92 |
+
"count": 33
|
93 |
+
},
|
94 |
+
"Pyramids.Policy.Epsilon.sum": {
|
95 |
+
"value": 1.5373977000000003,
|
96 |
+
"min": 1.3886848,
|
97 |
+
"max": 2.5266442000000007,
|
98 |
+
"count": 33
|
99 |
+
},
|
100 |
+
"Pyramids.Policy.Beta.mean": {
|
101 |
+
"value": 0.00025906868200000014,
|
102 |
+
"min": 0.00025906868200000014,
|
103 |
+
"max": 0.00983851593142857,
|
104 |
+
"count": 33
|
105 |
+
},
|
106 |
+
"Pyramids.Policy.Beta.sum": {
|
107 |
+
"value": 0.003886030230000002,
|
108 |
+
"min": 0.003886030230000002,
|
109 |
+
"max": 0.11635797568,
|
110 |
+
"count": 33
|
111 |
+
},
|
112 |
+
"Pyramids.Losses.RNDLoss.mean": {
|
113 |
+
"value": 0.012334185652434826,
|
114 |
+
"min": 0.012258809991180897,
|
115 |
+
"max": 0.6404990553855896,
|
116 |
+
"count": 33
|
117 |
+
},
|
118 |
+
"Pyramids.Losses.RNDLoss.sum": {
|
119 |
+
"value": 0.1850127875804901,
|
120 |
+
"min": 0.1716233342885971,
|
121 |
+
"max": 4.483493328094482,
|
122 |
+
"count": 33
|
123 |
+
},
|
124 |
+
"Pyramids.Environment.EpisodeLength.mean": {
|
125 |
+
"value": 244.64406779661016,
|
126 |
+
"min": 244.64406779661016,
|
127 |
+
"max": 999.0,
|
128 |
+
"count": 33
|
129 |
+
},
|
130 |
+
"Pyramids.Environment.EpisodeLength.sum": {
|
131 |
+
"value": 28868.0,
|
132 |
+
"min": 15984.0,
|
133 |
+
"max": 33564.0,
|
134 |
+
"count": 33
|
135 |
+
},
|
136 |
+
"Pyramids.Environment.CumulativeReward.mean": {
|
137 |
+
"value": 1.755355921210879,
|
138 |
+
"min": -1.0000000521540642,
|
139 |
+
"max": 1.755355921210879,
|
140 |
+
"count": 33
|
141 |
+
},
|
142 |
+
"Pyramids.Environment.CumulativeReward.sum": {
|
143 |
+
"value": 207.13199870288372,
|
144 |
+
"min": -28.58000161498785,
|
145 |
+
"max": 207.13199870288372,
|
146 |
+
"count": 33
|
147 |
+
},
|
148 |
+
"Pyramids.Policy.ExtrinsicReward.mean": {
|
149 |
+
"value": 1.755355921210879,
|
150 |
+
"min": -1.0000000521540642,
|
151 |
+
"max": 1.755355921210879,
|
152 |
+
"count": 33
|
153 |
+
},
|
154 |
+
"Pyramids.Policy.ExtrinsicReward.sum": {
|
155 |
+
"value": 207.13199870288372,
|
156 |
+
"min": -28.58000161498785,
|
157 |
+
"max": 207.13199870288372,
|
158 |
+
"count": 33
|
159 |
+
},
|
160 |
+
"Pyramids.Policy.RndReward.mean": {
|
161 |
+
"value": 0.031063366807618384,
|
162 |
+
"min": 0.031063366807618384,
|
163 |
+
"max": 12.83260870166123,
|
164 |
+
"count": 33
|
165 |
+
},
|
166 |
+
"Pyramids.Policy.RndReward.sum": {
|
167 |
+
"value": 3.6654772832989693,
|
168 |
+
"min": 3.6654772832989693,
|
169 |
+
"max": 205.32173922657967,
|
170 |
+
"count": 33
|
171 |
+
},
|
172 |
+
"Pyramids.IsTraining.mean": {
|
173 |
+
"value": 1.0,
|
174 |
+
"min": 1.0,
|
175 |
+
"max": 1.0,
|
176 |
+
"count": 33
|
177 |
+
},
|
178 |
+
"Pyramids.IsTraining.sum": {
|
179 |
+
"value": 1.0,
|
180 |
+
"min": 1.0,
|
181 |
+
"max": 1.0,
|
182 |
+
"count": 33
|
183 |
+
}
|
184 |
+
},
|
185 |
+
"metadata": {
|
186 |
+
"timer_format_version": "0.1.0",
|
187 |
+
"start_time_seconds": "1657918978",
|
188 |
+
"python_version": "3.6.9 (default, Mar 15 2022, 13:55:28) \n[GCC 8.4.0]",
|
189 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./trained-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics",
|
190 |
+
"mlagents_version": "0.29.0.dev0",
|
191 |
+
"mlagents_envs_version": "0.29.0.dev0",
|
192 |
+
"communication_protocol_version": "1.5.0",
|
193 |
+
"pytorch_version": "1.8.1+cu102",
|
194 |
+
"numpy_version": "1.18.5",
|
195 |
+
"end_time_seconds": "1657920813"
|
196 |
+
},
|
197 |
+
"total": 1835.534962362999,
|
198 |
+
"count": 1,
|
199 |
+
"self": 0.27018346799741266,
|
200 |
+
"children": {
|
201 |
+
"run_training.setup": {
|
202 |
+
"total": 0.014960827000322752,
|
203 |
+
"count": 1,
|
204 |
+
"self": 0.014960827000322752
|
205 |
+
},
|
206 |
+
"TrainerController.start_learning": {
|
207 |
+
"total": 1835.2498180680013,
|
208 |
+
"count": 1,
|
209 |
+
"self": 1.4931210819959233,
|
210 |
+
"children": {
|
211 |
+
"TrainerController._reset_env": {
|
212 |
+
"total": 1.7412118799984455,
|
213 |
+
"count": 1,
|
214 |
+
"self": 1.7412118799984455
|
215 |
+
},
|
216 |
+
"TrainerController.advance": {
|
217 |
+
"total": 1831.9644836230036,
|
218 |
+
"count": 64262,
|
219 |
+
"self": 1.3356513751932653,
|
220 |
+
"children": {
|
221 |
+
"env_step": {
|
222 |
+
"total": 1103.3998733392073,
|
223 |
+
"count": 64262,
|
224 |
+
"self": 1026.0440612346138,
|
225 |
+
"children": {
|
226 |
+
"SubprocessEnvManager._take_step": {
|
227 |
+
"total": 76.48616008808312,
|
228 |
+
"count": 64262,
|
229 |
+
"self": 3.511202939298528,
|
230 |
+
"children": {
|
231 |
+
"TorchPolicy.evaluate": {
|
232 |
+
"total": 72.9749571487846,
|
233 |
+
"count": 62574,
|
234 |
+
"self": 14.95561928774623,
|
235 |
+
"children": {
|
236 |
+
"TorchPolicy.sample_actions": {
|
237 |
+
"total": 58.019337861038366,
|
238 |
+
"count": 62574,
|
239 |
+
"self": 58.019337861038366
|
240 |
+
}
|
241 |
+
}
|
242 |
+
}
|
243 |
+
}
|
244 |
+
},
|
245 |
+
"workers": {
|
246 |
+
"total": 0.869652016510372,
|
247 |
+
"count": 64262,
|
248 |
+
"self": 0.0,
|
249 |
+
"children": {
|
250 |
+
"worker_root": {
|
251 |
+
"total": 1831.8139931432816,
|
252 |
+
"count": 64262,
|
253 |
+
"is_parallel": true,
|
254 |
+
"self": 895.3981945827618,
|
255 |
+
"children": {
|
256 |
+
"run_training.setup": {
|
257 |
+
"total": 0.0,
|
258 |
+
"count": 0,
|
259 |
+
"is_parallel": true,
|
260 |
+
"self": 0.0,
|
261 |
+
"children": {
|
262 |
+
"steps_from_proto": {
|
263 |
+
"total": 0.002930039001512341,
|
264 |
+
"count": 1,
|
265 |
+
"is_parallel": true,
|
266 |
+
"self": 0.0016086690011434257,
|
267 |
+
"children": {
|
268 |
+
"_process_rank_one_or_two_observation": {
|
269 |
+
"total": 0.0013213700003689155,
|
270 |
+
"count": 8,
|
271 |
+
"is_parallel": true,
|
272 |
+
"self": 0.0013213700003689155
|
273 |
+
}
|
274 |
+
}
|
275 |
+
},
|
276 |
+
"UnityEnvironment.step": {
|
277 |
+
"total": 0.032493468999746256,
|
278 |
+
"count": 1,
|
279 |
+
"is_parallel": true,
|
280 |
+
"self": 0.0002630399976624176,
|
281 |
+
"children": {
|
282 |
+
"UnityEnvironment._generate_step_input": {
|
283 |
+
"total": 0.00045806999696651474,
|
284 |
+
"count": 1,
|
285 |
+
"is_parallel": true,
|
286 |
+
"self": 0.00045806999696651474
|
287 |
+
},
|
288 |
+
"communicator.exchange": {
|
289 |
+
"total": 0.030669170002511237,
|
290 |
+
"count": 1,
|
291 |
+
"is_parallel": true,
|
292 |
+
"self": 0.030669170002511237
|
293 |
+
},
|
294 |
+
"steps_from_proto": {
|
295 |
+
"total": 0.0011031890026060864,
|
296 |
+
"count": 1,
|
297 |
+
"is_parallel": true,
|
298 |
+
"self": 0.0002713490066525992,
|
299 |
+
"children": {
|
300 |
+
"_process_rank_one_or_two_observation": {
|
301 |
+
"total": 0.0008318399959534872,
|
302 |
+
"count": 8,
|
303 |
+
"is_parallel": true,
|
304 |
+
"self": 0.0008318399959534872
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
},
|
312 |
+
"UnityEnvironment.step": {
|
313 |
+
"total": 936.4157985605198,
|
314 |
+
"count": 64261,
|
315 |
+
"is_parallel": true,
|
316 |
+
"self": 16.50556306400904,
|
317 |
+
"children": {
|
318 |
+
"UnityEnvironment._generate_step_input": {
|
319 |
+
"total": 12.00767444599478,
|
320 |
+
"count": 64261,
|
321 |
+
"is_parallel": true,
|
322 |
+
"self": 12.00767444599478
|
323 |
+
},
|
324 |
+
"communicator.exchange": {
|
325 |
+
"total": 843.9158501789898,
|
326 |
+
"count": 64261,
|
327 |
+
"is_parallel": true,
|
328 |
+
"self": 843.9158501789898
|
329 |
+
},
|
330 |
+
"steps_from_proto": {
|
331 |
+
"total": 63.98671087152616,
|
332 |
+
"count": 64261,
|
333 |
+
"is_parallel": true,
|
334 |
+
"self": 13.251265531023819,
|
335 |
+
"children": {
|
336 |
+
"_process_rank_one_or_two_observation": {
|
337 |
+
"total": 50.73544534050234,
|
338 |
+
"count": 514088,
|
339 |
+
"is_parallel": true,
|
340 |
+
"self": 50.73544534050234
|
341 |
+
}
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
}
|
347 |
+
}
|
348 |
+
}
|
349 |
+
}
|
350 |
+
}
|
351 |
+
},
|
352 |
+
"trainer_advance": {
|
353 |
+
"total": 727.2289589086031,
|
354 |
+
"count": 64262,
|
355 |
+
"self": 3.0074682592312456,
|
356 |
+
"children": {
|
357 |
+
"process_trajectory": {
|
358 |
+
"total": 127.86817325334778,
|
359 |
+
"count": 64262,
|
360 |
+
"self": 127.75923370034434,
|
361 |
+
"children": {
|
362 |
+
"RLTrainer._checkpoint": {
|
363 |
+
"total": 0.10893955300343805,
|
364 |
+
"count": 2,
|
365 |
+
"self": 0.10893955300343805
|
366 |
+
}
|
367 |
+
}
|
368 |
+
},
|
369 |
+
"_update_policy": {
|
370 |
+
"total": 596.3533173960241,
|
371 |
+
"count": 453,
|
372 |
+
"self": 204.11661663311315,
|
373 |
+
"children": {
|
374 |
+
"TorchPPOOptimizer.update": {
|
375 |
+
"total": 392.2367007629109,
|
376 |
+
"count": 22812,
|
377 |
+
"self": 392.2367007629109
|
378 |
+
}
|
379 |
+
}
|
380 |
+
}
|
381 |
+
}
|
382 |
+
}
|
383 |
+
}
|
384 |
+
},
|
385 |
+
"trainer_threads": {
|
386 |
+
"total": 8.00002453615889e-07,
|
387 |
+
"count": 1,
|
388 |
+
"self": 8.00002453615889e-07
|
389 |
+
},
|
390 |
+
"TrainerController._save_models": {
|
391 |
+
"total": 0.05100068300089333,
|
392 |
+
"count": 1,
|
393 |
+
"self": 0.001038469999912195,
|
394 |
+
"children": {
|
395 |
+
"RLTrainer._checkpoint": {
|
396 |
+
"total": 0.04996221300098114,
|
397 |
+
"count": 1,
|
398 |
+
"self": 0.04996221300098114
|
399 |
+
}
|
400 |
+
}
|
401 |
+
}
|
402 |
+
}
|
403 |
+
}
|
404 |
+
}
|
405 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Pyramids": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 499961,
|
6 |
+
"file_path": "results/Pyramids Training/Pyramids/Pyramids-499961.onnx",
|
7 |
+
"reward": 1.602999970316887,
|
8 |
+
"creation_time": 1657919875.5837362,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results/Pyramids Training/Pyramids/Pyramids-499961.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 999964,
|
15 |
+
"file_path": "results/Pyramids Training/Pyramids/Pyramids-999964.onnx",
|
16 |
+
"reward": 1.6264999881386757,
|
17 |
+
"creation_time": 1657920813.566095,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results/Pyramids Training/Pyramids/Pyramids-999964.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 1000092,
|
24 |
+
"file_path": "results/Pyramids Training/Pyramids/Pyramids-1000092.onnx",
|
25 |
+
"reward": 1.6264999881386757,
|
26 |
+
"creation_time": 1657920813.6317759,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results/Pyramids Training/Pyramids/Pyramids-1000092.pt"
|
29 |
+
]
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"final_checkpoint": {
|
33 |
+
"steps": 1000092,
|
34 |
+
"file_path": "results/Pyramids Training/Pyramids.onnx",
|
35 |
+
"reward": 1.6264999881386757,
|
36 |
+
"creation_time": 1657920813.6317759,
|
37 |
+
"auxillary_file_paths": [
|
38 |
+
"results/Pyramids Training/Pyramids/Pyramids-1000092.pt"
|
39 |
+
]
|
40 |
+
}
|
41 |
+
},
|
42 |
+
"metadata": {
|
43 |
+
"stats_format_version": "0.3.0",
|
44 |
+
"mlagents_version": "0.29.0.dev0",
|
45 |
+
"torch_version": "1.8.1+cu102"
|
46 |
+
}
|
47 |
+
}
|