ThomasSimonini HF staff commited on
Commit
76a7bf9
1 Parent(s): 65a997b

Trained Pyramids agent upload

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8902a6c2685434bbc69e8dc4a7247469e9953293e175415cbbab0ee8dc622bed
3
+ size 1418184
Pyramids/Pyramids-1000111.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8902a6c2685434bbc69e8dc4a7247469e9953293e175415cbbab0ee8dc622bed
3
+ size 1418184
Pyramids/Pyramids-1000111.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fc5e373f3842f82dbcf9c3fe68ddf0e22043be0b224871dabd33e7f7bf3122
3
+ size 8650158
Pyramids/Pyramids-499877.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82bdc0ed52fac2099189f14b4b83398effba03bad8115db82625bf2deb00f2da
3
+ size 1418184
Pyramids/Pyramids-499877.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3e8852d2c1051c7c53647cbba572231f0a207f20a638b0e9cc171dfc4f6d18
3
+ size 8650158
Pyramids/Pyramids-999983.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8902a6c2685434bbc69e8dc4a7247469e9953293e175415cbbab0ee8dc622bed
3
+ size 1418184
Pyramids/Pyramids-999983.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b293e67284482b48f6a33ec1f6a0b1b5ade3389e39148f40ee68d8fbce543a4f
3
+ size 8650158
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fc5e373f3842f82dbcf9c3fe68ddf0e22043be0b224871dabd33e7f7bf3122
3
+ size 8650158
Pyramids/events.out.tfevents.1655887488.Thomas.23228.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70f980895bf58f392b333458f35ae3526c441bd032ef4ded99c9164aaf2b4d2
3
+ size 323504
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/Unity-ML-Agents-Pyramids
28
+ 2. Step 1: Write your model_id: ThomasSimonini/MLAgents-Pyramids
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
+ {"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, "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.02, "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/windows/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": "First Training", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: false
18
+ hidden_units: 512
19
+ num_layers: 2
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.99
27
+ strength: 1.0
28
+ network_settings:
29
+ normalize: false
30
+ hidden_units: 128
31
+ num_layers: 2
32
+ vis_encode_type: simple
33
+ memory: null
34
+ goal_conditioning_type: hyper
35
+ deterministic: false
36
+ rnd:
37
+ gamma: 0.99
38
+ strength: 0.02
39
+ network_settings:
40
+ normalize: false
41
+ hidden_units: 64
42
+ num_layers: 3
43
+ vis_encode_type: simple
44
+ memory: null
45
+ goal_conditioning_type: hyper
46
+ deterministic: false
47
+ learning_rate: 0.0001
48
+ encoding_size: null
49
+ init_path: null
50
+ keep_checkpoints: 5
51
+ checkpoint_interval: 500000
52
+ max_steps: 1000000
53
+ time_horizon: 128
54
+ summary_freq: 30000
55
+ threaded: false
56
+ self_play: null
57
+ behavioral_cloning: null
58
+ env_settings:
59
+ env_path: training-envs-executables/windows/Pyramids
60
+ env_args: null
61
+ base_port: 5005
62
+ num_envs: 1
63
+ num_areas: 1
64
+ seed: -1
65
+ max_lifetime_restarts: 10
66
+ restarts_rate_limit_n: 1
67
+ restarts_rate_limit_period_s: 60
68
+ engine_settings:
69
+ width: 84
70
+ height: 84
71
+ quality_level: 5
72
+ time_scale: 20
73
+ target_frame_rate: -1
74
+ capture_frame_rate: 60
75
+ no_graphics: true
76
+ environment_parameters: null
77
+ checkpoint_settings:
78
+ run_id: First Training
79
+ initialize_from: null
80
+ load_model: false
81
+ resume: false
82
+ force: false
83
+ train_model: false
84
+ inference: false
85
+ results_dir: results
86
+ torch_settings:
87
+ device: null
88
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = 'C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = 'C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/MonoBleedingEdge/etc'
3
+ PlayerConnection initialized from C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data (debug = 0)
4
+ PlayerConnection initialized network socket : 0.0.0.0 55418
5
+ Multi-casting "[IP] 192.168.12.119 [Port] 55418 [Flags] 2 [Guid] 184333026 [EditorId] 2673693869 [Version] 1048832 [Id] WindowsPlayer(Thomas) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] Pyramids" to [225.0.0.222:54997]...
6
+ Started listening to [0.0.0.0:55418]
7
+ PlayerConnection already initialized - listening to [0.0.0.0:55418]
8
+ Initialize engine version: 2020.3.30f1 (1fb1bf06830e)
9
+ [Subsystems] Discovering subsystems at path C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/UnitySubsystems
10
+ Forcing GfxDevice: Null
11
+ GfxDevice: creating device client; threaded=0
12
+ NullGfxDevice:
13
+ Version: NULL 1.0 [1.0]
14
+ Renderer: Null Device
15
+ Vendor: Unity Technologies
16
+ Begin MonoManager ReloadAssembly
17
+ - Completed reload, in 0.099 seconds
18
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ 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.
20
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
23
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
26
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
30
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
31
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
32
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
33
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
37
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
38
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
39
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ WARNING: Shader Unsupported: 'Standard' - 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
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
44
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
45
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
46
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - 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
+ UnloadTime: 0.755100 ms
51
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libcoreclr.so
52
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libcoreclr.so.dll
53
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libcoreclr.so
54
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libdl.so
55
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libdl.so.dll
56
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libdl.so
57
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libSystem.dylib
58
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libSystem.dylib.dll
59
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libSystem.dylib
60
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libcoreclr.so
61
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libcoreclr.so.dll
62
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libcoreclr.so
63
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libdl.so
64
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libdl.so.dll
65
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libdl.so
66
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libSystem.dylib
67
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libSystem.dylib.dll
68
+ Fallback handler could not load library C:/Users/simon/OneDrive/Documents/deletetonight/ml-agents/training-envs-executables/windows/Pyramids/Pyramids_Data/Mono/libSystem.dylib
69
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ Setting up 8 worker threads for Enlighten.
71
+ Thread -> id: 65c8 -> priority: 1
72
+ Thread -> id: cb4 -> priority: 1
73
+ Thread -> id: 5dd8 -> priority: 1
74
+ Thread -> id: 3498 -> priority: 1
75
+ Thread -> id: 6174 -> priority: 1
76
+ Thread -> id: 6004 -> priority: 1
77
+ Thread -> id: 3708 -> priority: 1
78
+ Thread -> id: 1df4 -> priority: 1
79
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1655889610157,"processId":19244,"allocatedMemory":7787,"memoryLabels":[{"Permanent":40},{"NewDelete":280},{"Thread":72},{"Manager":1872},{"Shader":1280},{"GfxDevice":72},{"Serialization":40},{"WebCam":32},{"String":555},{"HashMap":1536},{"PoolAlloc":56},{"GI":296},{"VR":1560},{"Subsystems":96}]}
run_logs/timers.json ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.3135221004486084,
6
+ "min": 0.3080785870552063,
7
+ "max": 1.3124607801437378,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 9390.6142578125,
12
+ "min": 9296.5791015625,
13
+ "max": 39814.80859375,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989943.0,
18
+ "min": 29952.0,
19
+ "max": 989943.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989943.0,
24
+ "min": 29952.0,
25
+ "max": 989943.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.6107106804847717,
30
+ "min": -0.08106255531311035,
31
+ "max": 0.7531508803367615,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 172.2204132080078,
36
+ "min": -19.617137908935547,
37
+ "max": 219.92005920410156,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.004609628114849329,
42
+ "min": 0.004609628114849329,
43
+ "max": 0.798308789730072,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 1.299915075302124,
48
+ "min": 1.299915075302124,
49
+ "max": 189.19918823242188,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.0673396650423196,
54
+ "min": 0.06628346351681273,
55
+ "max": 0.0738899672235244,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9427553105924744,
60
+ "min": 0.5037647476735934,
61
+ "max": 1.07743569652381,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.015478121448333175,
66
+ "min": 0.0009254999552633766,
67
+ "max": 0.02462924714090282,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.21669370027666446,
72
+ "min": 0.012031499418423896,
73
+ "max": 0.21702290107564562,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.658304590121429e-06,
78
+ "min": 7.658304590121429e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.0001072162642617,
84
+ "min": 0.0001072162642617,
85
+ "max": 0.0033710305763231994,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10255273571428572,
90
+ "min": 0.10255273571428572,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4357383000000001,
96
+ "min": 1.3886848,
97
+ "max": 2.5724042000000003,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.0002650182978571429,
102
+ "min": 0.0002650182978571429,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.003710256170000001,
108
+ "min": 0.003710256170000001,
109
+ "max": 0.11238531232,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.012394525110721588,
114
+ "min": 0.012394525110721588,
115
+ "max": 0.5195097923278809,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.17352335155010223,
120
+ "min": 0.17352335155010223,
121
+ "max": 3.636568546295166,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 318.8191489361702,
126
+ "min": 268.8125,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 29969.0,
132
+ "min": 15984.0,
133
+ "max": 33007.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.6173404060462688,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.7313893662881008,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 152.02999816834927,
144
+ "min": -30.69900171458721,
145
+ "max": 195.64699839055538,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.6173404060462688,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.7313893662881008,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 152.02999816834927,
156
+ "min": -30.69900171458721,
157
+ "max": 195.64699839055538,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.08165901292631268,
162
+ "min": 0.07084223590801528,
163
+ "max": 21.35120641812682,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 7.675947215073393,
168
+ "min": 7.675947215073393,
169
+ "max": 341.61930269002914,
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": "1655887485",
188
+ "python_version": "3.8.13 (default, Mar 28 2022, 06:59:08) [MSC v.1916 64 bit (AMD64)]",
189
+ "command_line_arguments": "C:\\Users\\simon\\Anaconda3\\envs\\rl\\Scripts\\mlagents-learn config/ppo/PyramidsRND.yaml --env=training-envs-executables/windows/Pyramids --run-id=First 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.11.0+cpu",
194
+ "numpy_version": "1.22.3",
195
+ "end_time_seconds": "1655889610"
196
+ },
197
+ "total": 2124.2172705,
198
+ "count": 1,
199
+ "self": 0.33972799999992276,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.10456939999999992,
203
+ "count": 1,
204
+ "self": 0.10456939999999992
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 2123.7729731,
208
+ "count": 1,
209
+ "self": 1.4972784000137835,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 2.5432875000000004,
213
+ "count": 1,
214
+ "self": 2.5432875000000004
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 2119.637074799986,
218
+ "count": 63922,
219
+ "self": 1.3389061000143556,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 1002.009181799981,
223
+ "count": 63922,
224
+ "self": 914.5827900999385,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 86.43811320004502,
228
+ "count": 63922,
229
+ "self": 4.581756500062625,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 81.8563566999824,
233
+ "count": 62562,
234
+ "self": 17.661204599972166,
235
+ "children": {
236
+ "TorchPolicy.sample_actions": {
237
+ "total": 64.19515210001023,
238
+ "count": 62562,
239
+ "self": 64.19515210001023
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "workers": {
246
+ "total": 0.9882784999974925,
247
+ "count": 63922,
248
+ "self": 0.0,
249
+ "children": {
250
+ "worker_root": {
251
+ "total": 2118.8259228000197,
252
+ "count": 63922,
253
+ "is_parallel": true,
254
+ "self": 1317.0071946000226,
255
+ "children": {
256
+ "steps_from_proto": {
257
+ "total": 0.003038200000000213,
258
+ "count": 1,
259
+ "is_parallel": true,
260
+ "self": 0.000812000000000701,
261
+ "children": {
262
+ "_process_rank_one_or_two_observation": {
263
+ "total": 0.002226199999999512,
264
+ "count": 8,
265
+ "is_parallel": true,
266
+ "self": 0.002226199999999512
267
+ }
268
+ }
269
+ },
270
+ "UnityEnvironment.step": {
271
+ "total": 801.8156899999972,
272
+ "count": 63922,
273
+ "is_parallel": true,
274
+ "self": 24.276597200004858,
275
+ "children": {
276
+ "UnityEnvironment._generate_step_input": {
277
+ "total": 22.603133900009503,
278
+ "count": 63922,
279
+ "is_parallel": true,
280
+ "self": 22.603133900009503
281
+ },
282
+ "communicator.exchange": {
283
+ "total": 684.1701527999991,
284
+ "count": 63922,
285
+ "is_parallel": true,
286
+ "self": 684.1701527999991
287
+ },
288
+ "steps_from_proto": {
289
+ "total": 70.76580609998366,
290
+ "count": 63922,
291
+ "is_parallel": true,
292
+ "self": 16.251438199991085,
293
+ "children": {
294
+ "_process_rank_one_or_two_observation": {
295
+ "total": 54.51436789999258,
296
+ "count": 511376,
297
+ "is_parallel": true,
298
+ "self": 54.51436789999258
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ },
310
+ "trainer_advance": {
311
+ "total": 1116.2889868999905,
312
+ "count": 63922,
313
+ "self": 2.6867007000005287,
314
+ "children": {
315
+ "process_trajectory": {
316
+ "total": 271.42028409998926,
317
+ "count": 63922,
318
+ "self": 271.0934065999891,
319
+ "children": {
320
+ "RLTrainer._checkpoint": {
321
+ "total": 0.32687750000013693,
322
+ "count": 2,
323
+ "self": 0.32687750000013693
324
+ }
325
+ }
326
+ },
327
+ "_update_policy": {
328
+ "total": 842.1820021000008,
329
+ "count": 451,
330
+ "self": 279.3468746999954,
331
+ "children": {
332
+ "TorchPPOOptimizer.update": {
333
+ "total": 562.8351274000054,
334
+ "count": 22797,
335
+ "self": 562.8351274000054
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ },
343
+ "trainer_threads": {
344
+ "total": 8.000001798791345e-07,
345
+ "count": 1,
346
+ "self": 8.000001798791345e-07
347
+ },
348
+ "TrainerController._save_models": {
349
+ "total": 0.09533160000000862,
350
+ "count": 1,
351
+ "self": 0.002389300000231742,
352
+ "children": {
353
+ "RLTrainer._checkpoint": {
354
+ "total": 0.09294229999977688,
355
+ "count": 1,
356
+ "self": 0.09294229999977688
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
362
+ }
363
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499877,
6
+ "file_path": "results\\First Training\\Pyramids\\Pyramids-499877.onnx",
7
+ "reward": 1.5509999245405197,
8
+ "creation_time": 1655888583.8329303,
9
+ "auxillary_file_paths": [
10
+ "results\\First Training\\Pyramids\\Pyramids-499877.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999983,
15
+ "file_path": "results\\First Training\\Pyramids\\Pyramids-999983.onnx",
16
+ "reward": 1.6339999735355377,
17
+ "creation_time": 1655889609.7258599,
18
+ "auxillary_file_paths": [
19
+ "results\\First Training\\Pyramids\\Pyramids-999983.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000111,
24
+ "file_path": "results\\First Training\\Pyramids\\Pyramids-1000111.onnx",
25
+ "reward": 1.6339999735355377,
26
+ "creation_time": 1655889609.8388586,
27
+ "auxillary_file_paths": [
28
+ "results\\First Training\\Pyramids\\Pyramids-1000111.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000111,
34
+ "file_path": "results\\First Training\\Pyramids.onnx",
35
+ "reward": 1.6339999735355377,
36
+ "creation_time": 1655889609.8388586,
37
+ "auxillary_file_paths": [
38
+ "results\\First Training\\Pyramids\\Pyramids-1000111.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.29.0.dev0",
45
+ "torch_version": "1.11.0+cpu"
46
+ }
47
+ }