First Push
Browse files- README.md +35 -0
- SnowballTarget.onnx +3 -0
- SnowballTarget/SnowballTarget-149984.onnx +3 -0
- SnowballTarget/SnowballTarget-149984.pt +3 -0
- SnowballTarget/SnowballTarget-199984.onnx +3 -0
- SnowballTarget/SnowballTarget-199984.pt +3 -0
- SnowballTarget/SnowballTarget-200112.onnx +3 -0
- SnowballTarget/SnowballTarget-200112.pt +3 -0
- SnowballTarget/SnowballTarget-49936.onnx +3 -0
- SnowballTarget/SnowballTarget-49936.pt +3 -0
- SnowballTarget/SnowballTarget-64.onnx +3 -0
- SnowballTarget/SnowballTarget-64.pt +3 -0
- SnowballTarget/SnowballTarget-99960.onnx +3 -0
- SnowballTarget/SnowballTarget-99960.pt +3 -0
- SnowballTarget/checkpoint.pt +3 -0
- SnowballTarget/events.out.tfevents.1737518402.DESKTOP-COQ19JT.2033.0 +3 -0
- config.json +1 -0
- configuration.yaml +79 -0
- run_logs/Player-0.log +310 -0
- run_logs/timers.json +362 -0
- run_logs/training_status.json +65 -0
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ml-agents
|
3 |
+
tags:
|
4 |
+
- SnowballTarget
|
5 |
+
- deep-reinforcement-learning
|
6 |
+
- reinforcement-learning
|
7 |
+
- ML-Agents-SnowballTarget
|
8 |
+
---
|
9 |
+
|
10 |
+
# **ppo** Agent playing **SnowballTarget**
|
11 |
+
This is a trained model of a **ppo** agent playing **SnowballTarget**
|
12 |
+
using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
13 |
+
|
14 |
+
## Usage (with ML-Agents)
|
15 |
+
The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
|
16 |
+
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
- A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
|
19 |
+
browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
|
20 |
+
- A *longer tutorial* to understand how works ML-Agents:
|
21 |
+
https://huggingface.co/learn/deep-rl-course/unit5/introduction
|
22 |
+
|
23 |
+
### Resume the training
|
24 |
+
```bash
|
25 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
26 |
+
```
|
27 |
+
|
28 |
+
### Watch your Agent play
|
29 |
+
You can watch your agent **playing directly in your browser**
|
30 |
+
|
31 |
+
1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
|
32 |
+
2. Step 1: Find your model_id: JulioSnchezD/ppo-SnowballTarget
|
33 |
+
3. Step 2: Select your *.nn /*.onnx file
|
34 |
+
4. Click on Watch the agent play 👀
|
35 |
+
|
SnowballTarget.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86eefc43b3819dbaf4178775f08c579f450f449e5b3135eb4ca686a73aad4723
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-149984.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0baf6d091f0b6903447c273ec418218b1adb8d24d6d5b084d4616e362c75b8b
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-149984.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:685cef3f95c3dfdb1fca0e8c3a6b80db84080eaea8ba89e5349c9e57d9f921c4
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-199984.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86eefc43b3819dbaf4178775f08c579f450f449e5b3135eb4ca686a73aad4723
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-199984.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e298d2fa5701993e95094a75034aee40e08a6f6d6ee203b2d52a072d301833ed
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-200112.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86eefc43b3819dbaf4178775f08c579f450f449e5b3135eb4ca686a73aad4723
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-200112.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c8a201d24248a3b9f404a6438c752bb0ac6514c214dc76041c5da8767adb7ed
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-49936.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:990471596112694d3210a5742d7ad19271ef3a394b7ebca2209b87d33f35fc2f
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-49936.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:077e737d206a6235289e5ce7b1b2ea647035b1de3ba63b8210eab04d8e43bd04
|
3 |
+
size 3850000
|
SnowballTarget/SnowballTarget-64.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce0833e706939da32a00bcc894e8ea538688dd492f0d8cfc6e6120aa54997522
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-64.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f04fce0b552995e4b3337c05c4ff4fd814609b1ca24abc5d0bbc46e48c94f623
|
3 |
+
size 1286175
|
SnowballTarget/SnowballTarget-99960.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d5985a568e7d47b30b61deca03218e54f50da65bfce72b7daa18516538c80f2
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-99960.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e64b4a0798126fe71f89ba4daec8f29d15144d042c54b8e2ac6872f977ee223c
|
3 |
+
size 3850000
|
SnowballTarget/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efbd36b30ad9825df92f31df235ab970544fa917751b5a4590cfad966e7a61c7
|
3 |
+
size 3849250
|
SnowballTarget/events.out.tfevents.1737518402.DESKTOP-COQ19JT.2033.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acd71aa527b46a6ad1f6fc0acbf5c9ead7c3984a75f97dd36f58d530d28f1a1e
|
3 |
+
size 28414
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 10, "even_checkpoints": false, "max_steps": 200000, "time_horizon": 64, "summary_freq": 10000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SnowballTarget1", "initialize_from": null, "load_model": false, "resume": false, "force": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SnowballTarget:
|
4 |
+
trainer_type: ppo
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 128
|
7 |
+
buffer_size: 2048
|
8 |
+
learning_rate: 0.0003
|
9 |
+
beta: 0.005
|
10 |
+
epsilon: 0.2
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 3
|
13 |
+
shared_critic: false
|
14 |
+
learning_rate_schedule: linear
|
15 |
+
beta_schedule: linear
|
16 |
+
epsilon_schedule: linear
|
17 |
+
checkpoint_interval: 50000
|
18 |
+
network_settings:
|
19 |
+
normalize: false
|
20 |
+
hidden_units: 256
|
21 |
+
num_layers: 2
|
22 |
+
vis_encode_type: simple
|
23 |
+
memory: null
|
24 |
+
goal_conditioning_type: hyper
|
25 |
+
deterministic: false
|
26 |
+
reward_signals:
|
27 |
+
extrinsic:
|
28 |
+
gamma: 0.99
|
29 |
+
strength: 1.0
|
30 |
+
network_settings:
|
31 |
+
normalize: false
|
32 |
+
hidden_units: 128
|
33 |
+
num_layers: 2
|
34 |
+
vis_encode_type: simple
|
35 |
+
memory: null
|
36 |
+
goal_conditioning_type: hyper
|
37 |
+
deterministic: false
|
38 |
+
init_path: null
|
39 |
+
keep_checkpoints: 10
|
40 |
+
even_checkpoints: false
|
41 |
+
max_steps: 200000
|
42 |
+
time_horizon: 64
|
43 |
+
summary_freq: 10000
|
44 |
+
threaded: false
|
45 |
+
self_play: null
|
46 |
+
behavioral_cloning: null
|
47 |
+
env_settings:
|
48 |
+
env_path: ./training-envs-executables/linux/SnowballTarget/SnowballTarget
|
49 |
+
env_args: null
|
50 |
+
base_port: 5005
|
51 |
+
num_envs: 1
|
52 |
+
num_areas: 1
|
53 |
+
timeout_wait: 60
|
54 |
+
seed: -1
|
55 |
+
max_lifetime_restarts: 10
|
56 |
+
restarts_rate_limit_n: 1
|
57 |
+
restarts_rate_limit_period_s: 60
|
58 |
+
engine_settings:
|
59 |
+
width: 84
|
60 |
+
height: 84
|
61 |
+
quality_level: 5
|
62 |
+
time_scale: 20
|
63 |
+
target_frame_rate: -1
|
64 |
+
capture_frame_rate: 60
|
65 |
+
no_graphics: true
|
66 |
+
no_graphics_monitor: false
|
67 |
+
environment_parameters: null
|
68 |
+
checkpoint_settings:
|
69 |
+
run_id: SnowballTarget1
|
70 |
+
initialize_from: null
|
71 |
+
load_model: false
|
72 |
+
resume: false
|
73 |
+
force: true
|
74 |
+
train_model: false
|
75 |
+
inference: false
|
76 |
+
results_dir: results
|
77 |
+
torch_settings:
|
78 |
+
device: null
|
79 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,310 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/home/julio/projects/deep_rl_course/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
|
2 |
+
Mono config path = '/home/julio/projects/deep_rl_course/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
6 |
+
[Subsystems] Discovering subsystems at path /home/julio/projects/deep_rl_course/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/UnitySubsystems
|
7 |
+
Forcing GfxDevice: Null
|
8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
9 |
+
NullGfxDevice:
|
10 |
+
Version: NULL 1.0 [1.0]
|
11 |
+
Renderer: Null Device
|
12 |
+
Vendor: Unity Technologies
|
13 |
+
FMOD initialized on nosound output
|
14 |
+
Begin MonoManager ReloadAssembly
|
15 |
+
- Completed reload, in 0.041 seconds
|
16 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
17 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
18 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
19 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
20 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
21 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
22 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
23 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
24 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
25 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
26 |
+
UnloadTime: 0.348942 ms
|
27 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
28 |
+
requesting resize 84 x 84
|
29 |
+
Setting up 8 worker threads for Enlighten.
|
30 |
+
Memory Statistics:
|
31 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
32 |
+
StackAllocators :
|
33 |
+
[ALLOC_TEMP_MAIN]
|
34 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 5367 frames, [16.0 KB-32.0 KB]: 90 frames, [2.0 MB-4.0 MB]: 1 frames
|
35 |
+
Initial Block Size 4.0 MB
|
36 |
+
Current Block Size 4.0 MB
|
37 |
+
Peak Allocated Bytes 2.0 MB
|
38 |
+
Overflow Count 0
|
39 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
40 |
+
Initial Block Size 64.0 KB
|
41 |
+
Current Block Size 64.0 KB
|
42 |
+
Peak Allocated Bytes 252 B
|
43 |
+
Overflow Count 0
|
44 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
45 |
+
Initial Block Size 256.0 KB
|
46 |
+
Current Block Size 304.0 KB
|
47 |
+
Peak Allocated Bytes 228.9 KB
|
48 |
+
Overflow Count 4
|
49 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
50 |
+
Initial Block Size 32.0 KB
|
51 |
+
Current Block Size 32.0 KB
|
52 |
+
Peak Allocated Bytes 0 B
|
53 |
+
Overflow Count 0
|
54 |
+
[ALLOC_TEMP_Job.Worker 6]
|
55 |
+
Initial Block Size 256.0 KB
|
56 |
+
Current Block Size 256.0 KB
|
57 |
+
Peak Allocated Bytes 3.6 KB
|
58 |
+
Overflow Count 0
|
59 |
+
[ALLOC_TEMP_Job.Worker 0]
|
60 |
+
Initial Block Size 256.0 KB
|
61 |
+
Current Block Size 256.0 KB
|
62 |
+
Peak Allocated Bytes 3.6 KB
|
63 |
+
Overflow Count 0
|
64 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
65 |
+
Initial Block Size 32.0 KB
|
66 |
+
Current Block Size 32.0 KB
|
67 |
+
Peak Allocated Bytes 0 B
|
68 |
+
Overflow Count 0
|
69 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
70 |
+
Initial Block Size 32.0 KB
|
71 |
+
Current Block Size 32.0 KB
|
72 |
+
Peak Allocated Bytes 0 B
|
73 |
+
Overflow Count 0
|
74 |
+
[ALLOC_TEMP_Job.Worker 5]
|
75 |
+
Initial Block Size 256.0 KB
|
76 |
+
Current Block Size 256.0 KB
|
77 |
+
Peak Allocated Bytes 3.6 KB
|
78 |
+
Overflow Count 0
|
79 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
80 |
+
Initial Block Size 32.0 KB
|
81 |
+
Current Block Size 32.0 KB
|
82 |
+
Peak Allocated Bytes 0 B
|
83 |
+
Overflow Count 0
|
84 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
85 |
+
Initial Block Size 32.0 KB
|
86 |
+
Current Block Size 32.0 KB
|
87 |
+
Peak Allocated Bytes 0 B
|
88 |
+
Overflow Count 0
|
89 |
+
[ALLOC_TEMP_Job.Worker 4]
|
90 |
+
Initial Block Size 256.0 KB
|
91 |
+
Current Block Size 256.0 KB
|
92 |
+
Peak Allocated Bytes 3.6 KB
|
93 |
+
Overflow Count 0
|
94 |
+
[ALLOC_TEMP_Job.Worker 14]
|
95 |
+
Initial Block Size 256.0 KB
|
96 |
+
Current Block Size 256.0 KB
|
97 |
+
Peak Allocated Bytes 3.6 KB
|
98 |
+
Overflow Count 0
|
99 |
+
[ALLOC_TEMP_Job.Worker 3]
|
100 |
+
Initial Block Size 256.0 KB
|
101 |
+
Current Block Size 256.0 KB
|
102 |
+
Peak Allocated Bytes 3.6 KB
|
103 |
+
Overflow Count 0
|
104 |
+
[ALLOC_TEMP_Job.Worker 13]
|
105 |
+
Initial Block Size 256.0 KB
|
106 |
+
Current Block Size 256.0 KB
|
107 |
+
Peak Allocated Bytes 3.6 KB
|
108 |
+
Overflow Count 0
|
109 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
110 |
+
Initial Block Size 32.0 KB
|
111 |
+
Current Block Size 32.0 KB
|
112 |
+
Peak Allocated Bytes 0 B
|
113 |
+
Overflow Count 0
|
114 |
+
[ALLOC_TEMP_EnlightenWorker] x 8
|
115 |
+
Initial Block Size 64.0 KB
|
116 |
+
Current Block Size 64.0 KB
|
117 |
+
Peak Allocated Bytes 0 B
|
118 |
+
Overflow Count 0
|
119 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
120 |
+
Initial Block Size 32.0 KB
|
121 |
+
Current Block Size 32.0 KB
|
122 |
+
Peak Allocated Bytes 0 B
|
123 |
+
Overflow Count 0
|
124 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
125 |
+
Initial Block Size 32.0 KB
|
126 |
+
Current Block Size 32.0 KB
|
127 |
+
Peak Allocated Bytes 0 B
|
128 |
+
Overflow Count 0
|
129 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
130 |
+
Initial Block Size 32.0 KB
|
131 |
+
Current Block Size 32.0 KB
|
132 |
+
Peak Allocated Bytes 0 B
|
133 |
+
Overflow Count 0
|
134 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
135 |
+
Initial Block Size 32.0 KB
|
136 |
+
Current Block Size 32.0 KB
|
137 |
+
Peak Allocated Bytes 0 B
|
138 |
+
Overflow Count 0
|
139 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 15
|
140 |
+
Initial Block Size 64.0 KB
|
141 |
+
Current Block Size 64.0 KB
|
142 |
+
Peak Allocated Bytes 0 B
|
143 |
+
Overflow Count 0
|
144 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
145 |
+
Initial Block Size 32.0 KB
|
146 |
+
Current Block Size 32.0 KB
|
147 |
+
Peak Allocated Bytes 0 B
|
148 |
+
Overflow Count 0
|
149 |
+
[ALLOC_TEMP_Job.Worker 9]
|
150 |
+
Initial Block Size 256.0 KB
|
151 |
+
Current Block Size 256.0 KB
|
152 |
+
Peak Allocated Bytes 3.6 KB
|
153 |
+
Overflow Count 0
|
154 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
155 |
+
Initial Block Size 32.0 KB
|
156 |
+
Current Block Size 32.0 KB
|
157 |
+
Peak Allocated Bytes 0 B
|
158 |
+
Overflow Count 0
|
159 |
+
[ALLOC_TEMP_Job.Worker 8]
|
160 |
+
Initial Block Size 256.0 KB
|
161 |
+
Current Block Size 256.0 KB
|
162 |
+
Peak Allocated Bytes 3.6 KB
|
163 |
+
Overflow Count 0
|
164 |
+
[ALLOC_TEMP_Job.Worker 7]
|
165 |
+
Initial Block Size 256.0 KB
|
166 |
+
Current Block Size 256.0 KB
|
167 |
+
Peak Allocated Bytes 3.6 KB
|
168 |
+
Overflow Count 0
|
169 |
+
[ALLOC_TEMP_Job.Worker 1]
|
170 |
+
Initial Block Size 256.0 KB
|
171 |
+
Current Block Size 256.0 KB
|
172 |
+
Peak Allocated Bytes 3.6 KB
|
173 |
+
Overflow Count 0
|
174 |
+
[ALLOC_TEMP_Job.Worker 2]
|
175 |
+
Initial Block Size 256.0 KB
|
176 |
+
Current Block Size 256.0 KB
|
177 |
+
Peak Allocated Bytes 3.6 KB
|
178 |
+
Overflow Count 0
|
179 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
180 |
+
Initial Block Size 32.0 KB
|
181 |
+
Current Block Size 32.0 KB
|
182 |
+
Peak Allocated Bytes 0 B
|
183 |
+
Overflow Count 0
|
184 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
185 |
+
Initial Block Size 32.0 KB
|
186 |
+
Current Block Size 32.0 KB
|
187 |
+
Peak Allocated Bytes 0 B
|
188 |
+
Overflow Count 0
|
189 |
+
[ALLOC_TEMP_Job.Worker 10]
|
190 |
+
Initial Block Size 256.0 KB
|
191 |
+
Current Block Size 256.0 KB
|
192 |
+
Peak Allocated Bytes 3.6 KB
|
193 |
+
Overflow Count 0
|
194 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
195 |
+
Initial Block Size 32.0 KB
|
196 |
+
Current Block Size 32.0 KB
|
197 |
+
Peak Allocated Bytes 0 B
|
198 |
+
Overflow Count 0
|
199 |
+
[ALLOC_TEMP_Job.Worker 11]
|
200 |
+
Initial Block Size 256.0 KB
|
201 |
+
Current Block Size 256.0 KB
|
202 |
+
Peak Allocated Bytes 3.6 KB
|
203 |
+
Overflow Count 0
|
204 |
+
[ALLOC_TEMP_Job.Worker 12]
|
205 |
+
Initial Block Size 256.0 KB
|
206 |
+
Current Block Size 256.0 KB
|
207 |
+
Peak Allocated Bytes 3.6 KB
|
208 |
+
Overflow Count 0
|
209 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
210 |
+
Initial Block Size 32.0 KB
|
211 |
+
Current Block Size 32.0 KB
|
212 |
+
Peak Allocated Bytes 0 B
|
213 |
+
Overflow Count 0
|
214 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
215 |
+
Initial Block Size 64.0 KB
|
216 |
+
Current Block Size 64.0 KB
|
217 |
+
Peak Allocated Bytes 0 B
|
218 |
+
Overflow Count 0
|
219 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
220 |
+
Peak main deferred allocation count 41
|
221 |
+
[ALLOC_BUCKET]
|
222 |
+
Large Block size 4.0 MB
|
223 |
+
Used Block count 1
|
224 |
+
Peak Allocated bytes 1.0 MB
|
225 |
+
[ALLOC_DEFAULT_MAIN]
|
226 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 5458 frames
|
227 |
+
Requested Block Size 16.0 MB
|
228 |
+
Peak Block count 1
|
229 |
+
Peak Allocated memory 6.9 MB
|
230 |
+
Peak Large allocation bytes 0 B
|
231 |
+
[ALLOC_DEFAULT_THREAD]
|
232 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 5458 frames
|
233 |
+
Requested Block Size 16.0 MB
|
234 |
+
Peak Block count 1
|
235 |
+
Peak Allocated memory 17.6 MB
|
236 |
+
Peak Large allocation bytes 16.0 MB
|
237 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
238 |
+
Initial Block Size 2.0 MB
|
239 |
+
Used Block Count 1
|
240 |
+
Overflow Count (too large) 0
|
241 |
+
Overflow Count (full) 0
|
242 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
243 |
+
Initial Block Size 2.0 MB
|
244 |
+
Used Block Count 1
|
245 |
+
Overflow Count (too large) 0
|
246 |
+
Overflow Count (full) 0
|
247 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
248 |
+
Initial Block Size 2.0 MB
|
249 |
+
Used Block Count 2
|
250 |
+
Overflow Count (too large) 0
|
251 |
+
Overflow Count (full) 0
|
252 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
253 |
+
Initial Block Size 1.0 MB
|
254 |
+
Used Block Count 3
|
255 |
+
Overflow Count (too large) 0
|
256 |
+
Overflow Count (full) 0
|
257 |
+
[ALLOC_GFX] Dual Thread Allocator
|
258 |
+
Peak main deferred allocation count 0
|
259 |
+
[ALLOC_BUCKET]
|
260 |
+
Large Block size 4.0 MB
|
261 |
+
Used Block count 1
|
262 |
+
Peak Allocated bytes 1.0 MB
|
263 |
+
[ALLOC_GFX_MAIN]
|
264 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 3345 frames, [64.0 KB-128.0 KB]: 2113 frames
|
265 |
+
Requested Block Size 16.0 MB
|
266 |
+
Peak Block count 1
|
267 |
+
Peak Allocated memory 68.2 KB
|
268 |
+
Peak Large allocation bytes 0 B
|
269 |
+
[ALLOC_GFX_THREAD]
|
270 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 5458 frames
|
271 |
+
Requested Block Size 16.0 MB
|
272 |
+
Peak Block count 1
|
273 |
+
Peak Allocated memory 39.6 KB
|
274 |
+
Peak Large allocation bytes 0 B
|
275 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
276 |
+
Peak main deferred allocation count 0
|
277 |
+
[ALLOC_BUCKET]
|
278 |
+
Large Block size 4.0 MB
|
279 |
+
Used Block count 1
|
280 |
+
Peak Allocated bytes 1.0 MB
|
281 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
282 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 5458 frames
|
283 |
+
Requested Block Size 4.0 MB
|
284 |
+
Peak Block count 1
|
285 |
+
Peak Allocated memory 0.6 MB
|
286 |
+
Peak Large allocation bytes 0 B
|
287 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
288 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 5457 frames, [2.0 MB-4.0 MB]: 1 frames
|
289 |
+
Requested Block Size 4.0 MB
|
290 |
+
Peak Block count 1
|
291 |
+
Peak Allocated memory 2.2 MB
|
292 |
+
Peak Large allocation bytes 0 B
|
293 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
294 |
+
Peak main deferred allocation count 0
|
295 |
+
[ALLOC_BUCKET]
|
296 |
+
Large Block size 4.0 MB
|
297 |
+
Used Block count 1
|
298 |
+
Peak Allocated bytes 1.0 MB
|
299 |
+
[ALLOC_TYPETREE_MAIN]
|
300 |
+
Peak usage frame count: [0-1.0 KB]: 5458 frames
|
301 |
+
Requested Block Size 2.0 MB
|
302 |
+
Peak Block count 1
|
303 |
+
Peak Allocated memory 1.0 KB
|
304 |
+
Peak Large allocation bytes 0 B
|
305 |
+
[ALLOC_TYPETREE_THREAD]
|
306 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 5458 frames
|
307 |
+
Requested Block Size 2.0 MB
|
308 |
+
Peak Block count 1
|
309 |
+
Peak Allocated memory 1.7 KB
|
310 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SnowballTarget.Policy.Entropy.mean": {
|
5 |
+
"value": 0.8452509045600891,
|
6 |
+
"min": 0.8427199721336365,
|
7 |
+
"max": 2.849993944168091,
|
8 |
+
"count": 20
|
9 |
+
},
|
10 |
+
"SnowballTarget.Policy.Entropy.sum": {
|
11 |
+
"value": 8033.2646484375,
|
12 |
+
"min": 8033.2646484375,
|
13 |
+
"max": 29092.73828125,
|
14 |
+
"count": 20
|
15 |
+
},
|
16 |
+
"SnowballTarget.Step.mean": {
|
17 |
+
"value": 199984.0,
|
18 |
+
"min": 9952.0,
|
19 |
+
"max": 199984.0,
|
20 |
+
"count": 20
|
21 |
+
},
|
22 |
+
"SnowballTarget.Step.sum": {
|
23 |
+
"value": 199984.0,
|
24 |
+
"min": 9952.0,
|
25 |
+
"max": 199984.0,
|
26 |
+
"count": 20
|
27 |
+
},
|
28 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
|
29 |
+
"value": 12.022591590881348,
|
30 |
+
"min": 0.3889586329460144,
|
31 |
+
"max": 12.022591590881348,
|
32 |
+
"count": 20
|
33 |
+
},
|
34 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
+
"value": 2344.4052734375,
|
36 |
+
"min": 75.45797729492188,
|
37 |
+
"max": 2426.80224609375,
|
38 |
+
"count": 20
|
39 |
+
},
|
40 |
+
"SnowballTarget.Losses.PolicyLoss.mean": {
|
41 |
+
"value": 0.06685077535232767,
|
42 |
+
"min": 0.06137131464227637,
|
43 |
+
"max": 0.07203934680081005,
|
44 |
+
"count": 20
|
45 |
+
},
|
46 |
+
"SnowballTarget.Losses.PolicyLoss.sum": {
|
47 |
+
"value": 0.2674031014093107,
|
48 |
+
"min": 0.2636319061874768,
|
49 |
+
"max": 0.3601967340040502,
|
50 |
+
"count": 20
|
51 |
+
},
|
52 |
+
"SnowballTarget.Losses.ValueLoss.mean": {
|
53 |
+
"value": 0.1930638197809458,
|
54 |
+
"min": 0.11037608110642644,
|
55 |
+
"max": 0.28323042994620756,
|
56 |
+
"count": 20
|
57 |
+
},
|
58 |
+
"SnowballTarget.Losses.ValueLoss.sum": {
|
59 |
+
"value": 0.7722552791237832,
|
60 |
+
"min": 0.44150432442570575,
|
61 |
+
"max": 1.4161521497310379,
|
62 |
+
"count": 20
|
63 |
+
},
|
64 |
+
"SnowballTarget.Policy.LearningRate.mean": {
|
65 |
+
"value": 8.082097306000005e-06,
|
66 |
+
"min": 8.082097306000005e-06,
|
67 |
+
"max": 0.000291882002706,
|
68 |
+
"count": 20
|
69 |
+
},
|
70 |
+
"SnowballTarget.Policy.LearningRate.sum": {
|
71 |
+
"value": 3.232838922400002e-05,
|
72 |
+
"min": 3.232838922400002e-05,
|
73 |
+
"max": 0.00138516003828,
|
74 |
+
"count": 20
|
75 |
+
},
|
76 |
+
"SnowballTarget.Policy.Epsilon.mean": {
|
77 |
+
"value": 0.10269400000000001,
|
78 |
+
"min": 0.10269400000000001,
|
79 |
+
"max": 0.19729400000000002,
|
80 |
+
"count": 20
|
81 |
+
},
|
82 |
+
"SnowballTarget.Policy.Epsilon.sum": {
|
83 |
+
"value": 0.41077600000000003,
|
84 |
+
"min": 0.41077600000000003,
|
85 |
+
"max": 0.96172,
|
86 |
+
"count": 20
|
87 |
+
},
|
88 |
+
"SnowballTarget.Policy.Beta.mean": {
|
89 |
+
"value": 0.0001444306000000001,
|
90 |
+
"min": 0.0001444306000000001,
|
91 |
+
"max": 0.0048649706,
|
92 |
+
"count": 20
|
93 |
+
},
|
94 |
+
"SnowballTarget.Policy.Beta.sum": {
|
95 |
+
"value": 0.0005777224000000004,
|
96 |
+
"min": 0.0005777224000000004,
|
97 |
+
"max": 0.023089828,
|
98 |
+
"count": 20
|
99 |
+
},
|
100 |
+
"SnowballTarget.Environment.EpisodeLength.mean": {
|
101 |
+
"value": 199.0,
|
102 |
+
"min": 199.0,
|
103 |
+
"max": 199.0,
|
104 |
+
"count": 20
|
105 |
+
},
|
106 |
+
"SnowballTarget.Environment.EpisodeLength.sum": {
|
107 |
+
"value": 8756.0,
|
108 |
+
"min": 8756.0,
|
109 |
+
"max": 10945.0,
|
110 |
+
"count": 20
|
111 |
+
},
|
112 |
+
"SnowballTarget.Environment.CumulativeReward.mean": {
|
113 |
+
"value": 23.5,
|
114 |
+
"min": 3.3181818181818183,
|
115 |
+
"max": 23.672727272727272,
|
116 |
+
"count": 20
|
117 |
+
},
|
118 |
+
"SnowballTarget.Environment.CumulativeReward.sum": {
|
119 |
+
"value": 1034.0,
|
120 |
+
"min": 146.0,
|
121 |
+
"max": 1302.0,
|
122 |
+
"count": 20
|
123 |
+
},
|
124 |
+
"SnowballTarget.Policy.ExtrinsicReward.mean": {
|
125 |
+
"value": 23.5,
|
126 |
+
"min": 3.3181818181818183,
|
127 |
+
"max": 23.672727272727272,
|
128 |
+
"count": 20
|
129 |
+
},
|
130 |
+
"SnowballTarget.Policy.ExtrinsicReward.sum": {
|
131 |
+
"value": 1034.0,
|
132 |
+
"min": 146.0,
|
133 |
+
"max": 1302.0,
|
134 |
+
"count": 20
|
135 |
+
},
|
136 |
+
"SnowballTarget.IsTraining.mean": {
|
137 |
+
"value": 1.0,
|
138 |
+
"min": 1.0,
|
139 |
+
"max": 1.0,
|
140 |
+
"count": 20
|
141 |
+
},
|
142 |
+
"SnowballTarget.IsTraining.sum": {
|
143 |
+
"value": 1.0,
|
144 |
+
"min": 1.0,
|
145 |
+
"max": 1.0,
|
146 |
+
"count": 20
|
147 |
+
}
|
148 |
+
},
|
149 |
+
"metadata": {
|
150 |
+
"timer_format_version": "0.1.0",
|
151 |
+
"start_time_seconds": "1737518402",
|
152 |
+
"python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
|
153 |
+
"command_line_arguments": "/home/julio/miniconda3/envs/ml_agents/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --force",
|
154 |
+
"mlagents_version": "1.2.0.dev0",
|
155 |
+
"mlagents_envs_version": "1.2.0.dev0",
|
156 |
+
"communication_protocol_version": "1.5.0",
|
157 |
+
"pytorch_version": "2.5.1+cu124",
|
158 |
+
"numpy_version": "1.23.5",
|
159 |
+
"end_time_seconds": "1737518747"
|
160 |
+
},
|
161 |
+
"total": 316.012207457,
|
162 |
+
"count": 1,
|
163 |
+
"self": 0.16676501799997823,
|
164 |
+
"children": {
|
165 |
+
"run_training.setup": {
|
166 |
+
"total": 0.007631983000010223,
|
167 |
+
"count": 1,
|
168 |
+
"self": 0.007631983000010223
|
169 |
+
},
|
170 |
+
"TrainerController.start_learning": {
|
171 |
+
"total": 315.837810456,
|
172 |
+
"count": 1,
|
173 |
+
"self": 0.16344625599901974,
|
174 |
+
"children": {
|
175 |
+
"TrainerController._reset_env": {
|
176 |
+
"total": 0.9563430690000132,
|
177 |
+
"count": 1,
|
178 |
+
"self": 0.9563430690000132
|
179 |
+
},
|
180 |
+
"TrainerController.advance": {
|
181 |
+
"total": 314.679290203001,
|
182 |
+
"count": 18192,
|
183 |
+
"self": 0.1485900680028749,
|
184 |
+
"children": {
|
185 |
+
"env_step": {
|
186 |
+
"total": 249.60292465199984,
|
187 |
+
"count": 18192,
|
188 |
+
"self": 188.9915576939964,
|
189 |
+
"children": {
|
190 |
+
"SubprocessEnvManager._take_step": {
|
191 |
+
"total": 60.50506994000358,
|
192 |
+
"count": 18192,
|
193 |
+
"self": 0.5146301310067543,
|
194 |
+
"children": {
|
195 |
+
"TorchPolicy.evaluate": {
|
196 |
+
"total": 59.990439808996825,
|
197 |
+
"count": 18192,
|
198 |
+
"self": 59.990439808996825
|
199 |
+
}
|
200 |
+
}
|
201 |
+
},
|
202 |
+
"workers": {
|
203 |
+
"total": 0.10629701799985014,
|
204 |
+
"count": 18192,
|
205 |
+
"self": 0.0,
|
206 |
+
"children": {
|
207 |
+
"worker_root": {
|
208 |
+
"total": 315.13031652599807,
|
209 |
+
"count": 18192,
|
210 |
+
"is_parallel": true,
|
211 |
+
"self": 136.36318442399255,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.0,
|
215 |
+
"count": 0,
|
216 |
+
"is_parallel": true,
|
217 |
+
"self": 0.0,
|
218 |
+
"children": {
|
219 |
+
"steps_from_proto": {
|
220 |
+
"total": 0.0011369099999569698,
|
221 |
+
"count": 1,
|
222 |
+
"is_parallel": true,
|
223 |
+
"self": 0.00036921099990649964,
|
224 |
+
"children": {
|
225 |
+
"_process_rank_one_or_two_observation": {
|
226 |
+
"total": 0.0007676990000504702,
|
227 |
+
"count": 10,
|
228 |
+
"is_parallel": true,
|
229 |
+
"self": 0.0007676990000504702
|
230 |
+
}
|
231 |
+
}
|
232 |
+
},
|
233 |
+
"UnityEnvironment.step": {
|
234 |
+
"total": 0.017010643999981312,
|
235 |
+
"count": 1,
|
236 |
+
"is_parallel": true,
|
237 |
+
"self": 0.00013316000001850625,
|
238 |
+
"children": {
|
239 |
+
"UnityEnvironment._generate_step_input": {
|
240 |
+
"total": 0.0001250959999765655,
|
241 |
+
"count": 1,
|
242 |
+
"is_parallel": true,
|
243 |
+
"self": 0.0001250959999765655
|
244 |
+
},
|
245 |
+
"communicator.exchange": {
|
246 |
+
"total": 0.016299188999994385,
|
247 |
+
"count": 1,
|
248 |
+
"is_parallel": true,
|
249 |
+
"self": 0.016299188999994385
|
250 |
+
},
|
251 |
+
"steps_from_proto": {
|
252 |
+
"total": 0.0004531989999918551,
|
253 |
+
"count": 1,
|
254 |
+
"is_parallel": true,
|
255 |
+
"self": 0.00010222699989981265,
|
256 |
+
"children": {
|
257 |
+
"_process_rank_one_or_two_observation": {
|
258 |
+
"total": 0.00035097200009204244,
|
259 |
+
"count": 10,
|
260 |
+
"is_parallel": true,
|
261 |
+
"self": 0.00035097200009204244
|
262 |
+
}
|
263 |
+
}
|
264 |
+
}
|
265 |
+
}
|
266 |
+
}
|
267 |
+
}
|
268 |
+
},
|
269 |
+
"UnityEnvironment.step": {
|
270 |
+
"total": 178.76713210200552,
|
271 |
+
"count": 18191,
|
272 |
+
"is_parallel": true,
|
273 |
+
"self": 2.086100771005647,
|
274 |
+
"children": {
|
275 |
+
"UnityEnvironment._generate_step_input": {
|
276 |
+
"total": 1.2389300029976766,
|
277 |
+
"count": 18191,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 1.2389300029976766
|
280 |
+
},
|
281 |
+
"communicator.exchange": {
|
282 |
+
"total": 169.36859646800292,
|
283 |
+
"count": 18191,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 169.36859646800292
|
286 |
+
},
|
287 |
+
"steps_from_proto": {
|
288 |
+
"total": 6.073504859999275,
|
289 |
+
"count": 18191,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 1.3505732760208389,
|
292 |
+
"children": {
|
293 |
+
"_process_rank_one_or_two_observation": {
|
294 |
+
"total": 4.722931583978436,
|
295 |
+
"count": 181910,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 4.722931583978436
|
298 |
+
}
|
299 |
+
}
|
300 |
+
}
|
301 |
+
}
|
302 |
+
}
|
303 |
+
}
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
},
|
309 |
+
"trainer_advance": {
|
310 |
+
"total": 64.9277754829983,
|
311 |
+
"count": 18192,
|
312 |
+
"self": 0.209270711997533,
|
313 |
+
"children": {
|
314 |
+
"process_trajectory": {
|
315 |
+
"total": 14.450874127001157,
|
316 |
+
"count": 18192,
|
317 |
+
"self": 14.269707171001244,
|
318 |
+
"children": {
|
319 |
+
"RLTrainer._checkpoint": {
|
320 |
+
"total": 0.18116695599991317,
|
321 |
+
"count": 4,
|
322 |
+
"self": 0.18116695599991317
|
323 |
+
}
|
324 |
+
}
|
325 |
+
},
|
326 |
+
"_update_policy": {
|
327 |
+
"total": 50.26763064399961,
|
328 |
+
"count": 90,
|
329 |
+
"self": 11.959333706998734,
|
330 |
+
"children": {
|
331 |
+
"TorchPPOOptimizer.update": {
|
332 |
+
"total": 38.308296937000875,
|
333 |
+
"count": 4587,
|
334 |
+
"self": 38.308296937000875
|
335 |
+
}
|
336 |
+
}
|
337 |
+
}
|
338 |
+
}
|
339 |
+
}
|
340 |
+
}
|
341 |
+
},
|
342 |
+
"trainer_threads": {
|
343 |
+
"total": 4.959999841958052e-07,
|
344 |
+
"count": 1,
|
345 |
+
"self": 4.959999841958052e-07
|
346 |
+
},
|
347 |
+
"TrainerController._save_models": {
|
348 |
+
"total": 0.03873043199996573,
|
349 |
+
"count": 1,
|
350 |
+
"self": 0.0004460069999367988,
|
351 |
+
"children": {
|
352 |
+
"RLTrainer._checkpoint": {
|
353 |
+
"total": 0.03828442500002893,
|
354 |
+
"count": 1,
|
355 |
+
"self": 0.03828442500002893
|
356 |
+
}
|
357 |
+
}
|
358 |
+
}
|
359 |
+
}
|
360 |
+
}
|
361 |
+
}
|
362 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SnowballTarget": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 49936,
|
6 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.onnx",
|
7 |
+
"reward": 14.545454545454545,
|
8 |
+
"creation_time": 1737518489.2480187,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 99960,
|
15 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.onnx",
|
16 |
+
"reward": 18.818181818181817,
|
17 |
+
"creation_time": 1737518574.3071187,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 149984,
|
24 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.onnx",
|
25 |
+
"reward": 22.90909090909091,
|
26 |
+
"creation_time": 1737518662.7636518,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 199984,
|
33 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.onnx",
|
34 |
+
"reward": 23.818181818181817,
|
35 |
+
"creation_time": 1737518747.4580126,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 200112,
|
42 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.onnx",
|
43 |
+
"reward": 23.818181818181817,
|
44 |
+
"creation_time": 1737518747.507431,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
|
47 |
+
]
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"final_checkpoint": {
|
51 |
+
"steps": 200112,
|
52 |
+
"file_path": "results/SnowballTarget1/SnowballTarget.onnx",
|
53 |
+
"reward": 23.818181818181817,
|
54 |
+
"creation_time": 1737518747.507431,
|
55 |
+
"auxillary_file_paths": [
|
56 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
|
57 |
+
]
|
58 |
+
}
|
59 |
+
},
|
60 |
+
"metadata": {
|
61 |
+
"stats_format_version": "0.3.0",
|
62 |
+
"mlagents_version": "1.2.0.dev0",
|
63 |
+
"torch_version": "2.5.1+cu124"
|
64 |
+
}
|
65 |
+
}
|