First Huggy
Browse files- Huggy.onnx +3 -0
- Huggy/Huggy-199791.onnx +3 -0
- Huggy/Huggy-199791.pt +3 -0
- Huggy/Huggy-399975.onnx +3 -0
- Huggy/Huggy-399975.pt +3 -0
- Huggy/Huggy-513738.onnx +3 -0
- Huggy/Huggy-513738.pt +3 -0
- Huggy/checkpoint.pt +3 -0
- Huggy/events.out.tfevents.1680741152.3a8e8cfa85a4.2661.0 +3 -0
- README.md +29 -0
- config.json +1 -0
- configuration.yaml +77 -0
- run_logs/Player-0.log +294 -0
- run_logs/timers.json +362 -0
- run_logs/training_status.json +47 -0
Huggy.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be29a92029054c7d7b2d45288701e34039f1d414ff38452495897b8ea045716
|
3 |
+
size 2271327
|
Huggy/Huggy-199791.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8196f932f1f575417b907ae684870d16bbcfd2dd051292a105eb575aa5ec2fd
|
3 |
+
size 2271327
|
Huggy/Huggy-199791.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9d0612e13ec68818da3755ccd150619d3f75d447f95ba25a04cbe6cdd0c8bdd
|
3 |
+
size 13503717
|
Huggy/Huggy-399975.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b82fffe8b4f91897a3d665600b5c3cdfc4e652f96f78c0ab921edfe428ec801c
|
3 |
+
size 2271327
|
Huggy/Huggy-399975.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e35d11cdf3bc889c84997940d59541720384b9229cd9b9a446ebbb34f3b97a1
|
3 |
+
size 13503717
|
Huggy/Huggy-513738.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be29a92029054c7d7b2d45288701e34039f1d414ff38452495897b8ea045716
|
3 |
+
size 2271327
|
Huggy/Huggy-513738.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a82097294aa047f56eb1b80ea5a685e7ae05ffae4d91879e71eb3199232fdd10
|
3 |
+
size 13503717
|
Huggy/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a82097294aa047f56eb1b80ea5a685e7ae05ffae4d91879e71eb3199232fdd10
|
3 |
+
size 13503717
|
Huggy/events.out.tfevents.1680741152.3a8e8cfa85a4.2661.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57bcb1f1e061c22987b1a1a1e5653a6997fa65f6b241d3cf890d3a6e899fc700
|
3 |
+
size 49633
|
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ml-agents
|
3 |
+
tags:
|
4 |
+
- Huggy
|
5 |
+
- deep-reinforcement-learning
|
6 |
+
- reinforcement-learning
|
7 |
+
- ML-Agents-Huggy
|
8 |
+
---
|
9 |
+
|
10 |
+
# **ppo** Agent playing **Huggy**
|
11 |
+
This is a trained model of a **ppo** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
12 |
+
|
13 |
+
## Usage (with ML-Agents)
|
14 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
15 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
16 |
+
|
17 |
+
|
18 |
+
### Resume the training
|
19 |
+
```
|
20 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
21 |
+
```
|
22 |
+
### Watch your Agent play
|
23 |
+
You can watch your agent **playing directly in your browser:**.
|
24 |
+
|
25 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-Huggy
|
26 |
+
2. Step 1: Find your model_id: ItchyB/ppo-Huggy
|
27 |
+
3. Step 2: Select your *.nn /*.onnx file
|
28 |
+
4. Click on Watch the agent play 👀
|
29 |
+
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"Huggy": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "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": 200000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 15, "even_checkpoints": false, "max_steps": 2000000, "time_horizon": 1000, "summary_freq": 50000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-envs-executables/linux/Huggy/Huggy", "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": "Huggy", "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,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
Huggy:
|
4 |
+
trainer_type: ppo
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 2048
|
7 |
+
buffer_size: 20480
|
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: 200000
|
18 |
+
network_settings:
|
19 |
+
normalize: true
|
20 |
+
hidden_units: 512
|
21 |
+
num_layers: 3
|
22 |
+
vis_encode_type: simple
|
23 |
+
memory: null
|
24 |
+
goal_conditioning_type: hyper
|
25 |
+
deterministic: false
|
26 |
+
reward_signals:
|
27 |
+
extrinsic:
|
28 |
+
gamma: 0.995
|
29 |
+
strength: 1.0
|
30 |
+
network_settings:
|
31 |
+
normalize: false
|
32 |
+
hidden_units: 128
|
33 |
+
num_layers: 2
|
34 |
+
vis_encode_type: simple
|
35 |
+
memory: null
|
36 |
+
goal_conditioning_type: hyper
|
37 |
+
deterministic: false
|
38 |
+
init_path: null
|
39 |
+
keep_checkpoints: 15
|
40 |
+
even_checkpoints: false
|
41 |
+
max_steps: 2000000
|
42 |
+
time_horizon: 1000
|
43 |
+
summary_freq: 50000
|
44 |
+
threaded: false
|
45 |
+
self_play: null
|
46 |
+
behavioral_cloning: null
|
47 |
+
env_settings:
|
48 |
+
env_path: ./trained-envs-executables/linux/Huggy/Huggy
|
49 |
+
env_args: null
|
50 |
+
base_port: 5005
|
51 |
+
num_envs: 1
|
52 |
+
num_areas: 1
|
53 |
+
seed: -1
|
54 |
+
max_lifetime_restarts: 10
|
55 |
+
restarts_rate_limit_n: 1
|
56 |
+
restarts_rate_limit_period_s: 60
|
57 |
+
engine_settings:
|
58 |
+
width: 84
|
59 |
+
height: 84
|
60 |
+
quality_level: 5
|
61 |
+
time_scale: 20
|
62 |
+
target_frame_rate: -1
|
63 |
+
capture_frame_rate: 60
|
64 |
+
no_graphics: true
|
65 |
+
environment_parameters: null
|
66 |
+
checkpoint_settings:
|
67 |
+
run_id: Huggy
|
68 |
+
initialize_from: null
|
69 |
+
load_model: false
|
70 |
+
resume: false
|
71 |
+
force: true
|
72 |
+
train_model: false
|
73 |
+
inference: false
|
74 |
+
results_dir: results
|
75 |
+
torch_settings:
|
76 |
+
device: null
|
77 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,294 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/Managed'
|
2 |
+
Mono config path = '/content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Hugging Face
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Hugging Face/Huggy
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
|
24 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
25 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
26 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
|
34 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
35 |
+
FMOD initialized on nosound output
|
36 |
+
Begin MonoManager ReloadAssembly
|
37 |
+
- Completed reload, in 0.125 seconds
|
38 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Blit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
+
ERROR: Shader Hidden/Universal Render Pipeline/CopyDepth shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
40 |
+
ERROR: Shader Hidden/Universal Render Pipeline/ScreenSpaceShadows shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
41 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Sampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
42 |
+
ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderLdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
43 |
+
ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderHdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
44 |
+
ERROR: Shader Hidden/Universal Render Pipeline/UberPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - 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 Hidden/Universal Render Pipeline/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
49 |
+
WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - 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 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Stop NaN shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
53 |
+
ERROR: Shader Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
54 |
+
ERROR: Shader Hidden/Universal Render Pipeline/GaussianDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
55 |
+
ERROR: Shader Hidden/Universal Render Pipeline/BokehDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
56 |
+
ERROR: Shader Hidden/Universal Render Pipeline/CameraMotionBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
57 |
+
ERROR: Shader Hidden/Universal Render Pipeline/PaniniProjection shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
58 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Bloom shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
ERROR: Shader Hidden/Universal Render Pipeline/FinalPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
60 |
+
WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
|
61 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
62 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
63 |
+
WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
|
64 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
65 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
66 |
+
ERROR: Shader Hidden/Universal Render Pipeline/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
67 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Scaling Setup shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
68 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
69 |
+
ERROR: Shader Hidden/Universal Render Pipeline/Debug/DebugReplacement shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
70 |
+
ERROR: Shader Hidden/kMotion/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
71 |
+
ERROR: Shader Hidden/kMotion/ObjectMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
72 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
73 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
74 |
+
WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
|
75 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
76 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
77 |
+
ERROR: Shader Universal Render Pipeline/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
78 |
+
WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
|
79 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
80 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
81 |
+
UnloadTime: 0.960958 ms
|
82 |
+
requesting resize 84 x 84
|
83 |
+
Setting up 1 worker threads for Enlighten.
|
84 |
+
Memory Statistics:
|
85 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
86 |
+
StackAllocators :
|
87 |
+
[ALLOC_TEMP_MAIN]
|
88 |
+
Peak usage frame count: [4.0 KB-8.0 KB]: 6872 frames, [2.0 MB-4.0 MB]: 1 frames
|
89 |
+
Initial Block Size 4.0 MB
|
90 |
+
Current Block Size 4.0 MB
|
91 |
+
Peak Allocated Bytes 3.6 MB
|
92 |
+
Overflow Count 0
|
93 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
94 |
+
Initial Block Size 64.0 KB
|
95 |
+
Current Block Size 64.0 KB
|
96 |
+
Peak Allocated Bytes 128 B
|
97 |
+
Overflow Count 0
|
98 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
99 |
+
Initial Block Size 256.0 KB
|
100 |
+
Current Block Size 296.0 KB
|
101 |
+
Peak Allocated Bytes 211.5 KB
|
102 |
+
Overflow Count 4
|
103 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
104 |
+
Initial Block Size 32.0 KB
|
105 |
+
Current Block Size 32.0 KB
|
106 |
+
Peak Allocated Bytes 0 B
|
107 |
+
Overflow Count 0
|
108 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
109 |
+
Initial Block Size 32.0 KB
|
110 |
+
Current Block Size 32.0 KB
|
111 |
+
Peak Allocated Bytes 0 B
|
112 |
+
Overflow Count 0
|
113 |
+
[ALLOC_TEMP_Job.Worker 0]
|
114 |
+
Initial Block Size 256.0 KB
|
115 |
+
Current Block Size 256.0 KB
|
116 |
+
Peak Allocated Bytes 0 B
|
117 |
+
Overflow Count 0
|
118 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
119 |
+
Initial Block Size 32.0 KB
|
120 |
+
Current Block Size 32.0 KB
|
121 |
+
Peak Allocated Bytes 0 B
|
122 |
+
Overflow Count 0
|
123 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
124 |
+
Initial Block Size 32.0 KB
|
125 |
+
Current Block Size 32.0 KB
|
126 |
+
Peak Allocated Bytes 0 B
|
127 |
+
Overflow Count 0
|
128 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
129 |
+
Initial Block Size 32.0 KB
|
130 |
+
Current Block Size 32.0 KB
|
131 |
+
Peak Allocated Bytes 0 B
|
132 |
+
Overflow Count 0
|
133 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
134 |
+
Initial Block Size 32.0 KB
|
135 |
+
Current Block Size 32.0 KB
|
136 |
+
Peak Allocated Bytes 0 B
|
137 |
+
Overflow Count 0
|
138 |
+
[ALLOC_TEMP_EnlightenWorker]
|
139 |
+
Initial Block Size 64.0 KB
|
140 |
+
Current Block Size 64.0 KB
|
141 |
+
Peak Allocated Bytes 0 B
|
142 |
+
Overflow Count 0
|
143 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
144 |
+
Initial Block Size 32.0 KB
|
145 |
+
Current Block Size 32.0 KB
|
146 |
+
Peak Allocated Bytes 0 B
|
147 |
+
Overflow Count 0
|
148 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
149 |
+
Initial Block Size 32.0 KB
|
150 |
+
Current Block Size 32.0 KB
|
151 |
+
Peak Allocated Bytes 0 B
|
152 |
+
Overflow Count 0
|
153 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
154 |
+
Initial Block Size 32.0 KB
|
155 |
+
Current Block Size 32.0 KB
|
156 |
+
Peak Allocated Bytes 0 B
|
157 |
+
Overflow Count 0
|
158 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
159 |
+
Initial Block Size 32.0 KB
|
160 |
+
Current Block Size 32.0 KB
|
161 |
+
Peak Allocated Bytes 0 B
|
162 |
+
Overflow Count 0
|
163 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper]
|
164 |
+
Initial Block Size 64.0 KB
|
165 |
+
Current Block Size 64.0 KB
|
166 |
+
Peak Allocated Bytes 0 B
|
167 |
+
Overflow Count 0
|
168 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
169 |
+
Initial Block Size 32.0 KB
|
170 |
+
Current Block Size 32.0 KB
|
171 |
+
Peak Allocated Bytes 0 B
|
172 |
+
Overflow Count 0
|
173 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
174 |
+
Initial Block Size 32.0 KB
|
175 |
+
Current Block Size 32.0 KB
|
176 |
+
Peak Allocated Bytes 0 B
|
177 |
+
Overflow Count 0
|
178 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
179 |
+
Initial Block Size 32.0 KB
|
180 |
+
Current Block Size 32.0 KB
|
181 |
+
Peak Allocated Bytes 0 B
|
182 |
+
Overflow Count 0
|
183 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
184 |
+
Initial Block Size 32.0 KB
|
185 |
+
Current Block Size 32.0 KB
|
186 |
+
Peak Allocated Bytes 0 B
|
187 |
+
Overflow Count 0
|
188 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
189 |
+
Initial Block Size 32.0 KB
|
190 |
+
Current Block Size 32.0 KB
|
191 |
+
Peak Allocated Bytes 0 B
|
192 |
+
Overflow Count 0
|
193 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
194 |
+
Initial Block Size 32.0 KB
|
195 |
+
Current Block Size 32.0 KB
|
196 |
+
Peak Allocated Bytes 0 B
|
197 |
+
Overflow Count 0
|
198 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
199 |
+
Initial Block Size 64.0 KB
|
200 |
+
Current Block Size 64.0 KB
|
201 |
+
Peak Allocated Bytes 0 B
|
202 |
+
Overflow Count 0
|
203 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
204 |
+
Peak main deferred allocation count 326
|
205 |
+
[ALLOC_BUCKET]
|
206 |
+
Large Block size 4.0 MB
|
207 |
+
Used Block count 1
|
208 |
+
Peak Allocated bytes 1.4 MB
|
209 |
+
[ALLOC_DEFAULT_MAIN]
|
210 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 6873 frames
|
211 |
+
Requested Block Size 16.0 MB
|
212 |
+
Peak Block count 1
|
213 |
+
Peak Allocated memory 22.5 MB
|
214 |
+
Peak Large allocation bytes 16.0 MB
|
215 |
+
[ALLOC_DEFAULT_THREAD]
|
216 |
+
Peak usage frame count: [1.0 MB-2.0 MB]: 6872 frames, [2.0 MB-4.0 MB]: 1 frames
|
217 |
+
Requested Block Size 16.0 MB
|
218 |
+
Peak Block count 1
|
219 |
+
Peak Allocated memory 2.1 MB
|
220 |
+
Peak Large allocation bytes 0 B
|
221 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
222 |
+
Initial Block Size 2.0 MB
|
223 |
+
Used Block Count 1
|
224 |
+
Overflow Count (too large) 0
|
225 |
+
Overflow Count (full) 0
|
226 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
227 |
+
Initial Block Size 2.0 MB
|
228 |
+
Used Block Count 1
|
229 |
+
Overflow Count (too large) 0
|
230 |
+
Overflow Count (full) 0
|
231 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
232 |
+
Initial Block Size 2.0 MB
|
233 |
+
Used Block Count 2
|
234 |
+
Overflow Count (too large) 0
|
235 |
+
Overflow Count (full) 0
|
236 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
237 |
+
Initial Block Size 1.0 MB
|
238 |
+
Used Block Count 3
|
239 |
+
Overflow Count (too large) 0
|
240 |
+
Overflow Count (full) 0
|
241 |
+
[ALLOC_GFX] Dual Thread Allocator
|
242 |
+
Peak main deferred allocation count 0
|
243 |
+
[ALLOC_BUCKET]
|
244 |
+
Large Block size 4.0 MB
|
245 |
+
Used Block count 1
|
246 |
+
Peak Allocated bytes 1.4 MB
|
247 |
+
[ALLOC_GFX_MAIN]
|
248 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 6872 frames, [64.0 KB-128.0 KB]: 1 frames
|
249 |
+
Requested Block Size 16.0 MB
|
250 |
+
Peak Block count 1
|
251 |
+
Peak Allocated memory 65.6 KB
|
252 |
+
Peak Large allocation bytes 0 B
|
253 |
+
[ALLOC_GFX_THREAD]
|
254 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 6873 frames
|
255 |
+
Requested Block Size 16.0 MB
|
256 |
+
Peak Block count 1
|
257 |
+
Peak Allocated memory 81.8 KB
|
258 |
+
Peak Large allocation bytes 0 B
|
259 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
260 |
+
Peak main deferred allocation count 0
|
261 |
+
[ALLOC_BUCKET]
|
262 |
+
Large Block size 4.0 MB
|
263 |
+
Used Block count 1
|
264 |
+
Peak Allocated bytes 1.4 MB
|
265 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
266 |
+
Peak usage frame count: [1.0 MB-2.0 MB]: 6872 frames, [16.0 MB-32.0 MB]: 1 frames
|
267 |
+
Requested Block Size 4.0 MB
|
268 |
+
Peak Block count 2
|
269 |
+
Peak Allocated memory 30.6 MB
|
270 |
+
Peak Large allocation bytes 24.9 MB
|
271 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
272 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 6872 frames, [2.0 MB-4.0 MB]: 1 frames
|
273 |
+
Requested Block Size 4.0 MB
|
274 |
+
Peak Block count 1
|
275 |
+
Peak Allocated memory 2.6 MB
|
276 |
+
Peak Large allocation bytes 0 B
|
277 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
278 |
+
Peak main deferred allocation count 0
|
279 |
+
[ALLOC_BUCKET]
|
280 |
+
Large Block size 4.0 MB
|
281 |
+
Used Block count 1
|
282 |
+
Peak Allocated bytes 1.4 MB
|
283 |
+
[ALLOC_TYPETREE_MAIN]
|
284 |
+
Peak usage frame count: [0-1.0 KB]: 6873 frames
|
285 |
+
Requested Block Size 2.0 MB
|
286 |
+
Peak Block count 1
|
287 |
+
Peak Allocated memory 1.0 KB
|
288 |
+
Peak Large allocation bytes 0 B
|
289 |
+
[ALLOC_TYPETREE_THREAD]
|
290 |
+
Peak usage frame count: [4.0 KB-8.0 KB]: 6873 frames
|
291 |
+
Requested Block Size 2.0 MB
|
292 |
+
Peak Block count 1
|
293 |
+
Peak Allocated memory 7.3 KB
|
294 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"Huggy.Policy.Entropy.mean": {
|
5 |
+
"value": 1.4267163276672363,
|
6 |
+
"min": 1.419396996498108,
|
7 |
+
"max": 1.4307700395584106,
|
8 |
+
"count": 10
|
9 |
+
},
|
10 |
+
"Huggy.Policy.Entropy.sum": {
|
11 |
+
"value": 71856.5703125,
|
12 |
+
"min": 68657.9140625,
|
13 |
+
"max": 76284.0703125,
|
14 |
+
"count": 10
|
15 |
+
},
|
16 |
+
"Huggy.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 112.61590909090908,
|
18 |
+
"min": 112.61590909090908,
|
19 |
+
"max": 420.39495798319325,
|
20 |
+
"count": 10
|
21 |
+
},
|
22 |
+
"Huggy.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 49551.0,
|
24 |
+
"min": 49551.0,
|
25 |
+
"max": 50070.0,
|
26 |
+
"count": 10
|
27 |
+
},
|
28 |
+
"Huggy.Step.mean": {
|
29 |
+
"value": 499847.0,
|
30 |
+
"min": 49873.0,
|
31 |
+
"max": 499847.0,
|
32 |
+
"count": 10
|
33 |
+
},
|
34 |
+
"Huggy.Step.sum": {
|
35 |
+
"value": 499847.0,
|
36 |
+
"min": 49873.0,
|
37 |
+
"max": 499847.0,
|
38 |
+
"count": 10
|
39 |
+
},
|
40 |
+
"Huggy.Policy.ExtrinsicValueEstimate.mean": {
|
41 |
+
"value": 2.1358084678649902,
|
42 |
+
"min": 0.12993267178535461,
|
43 |
+
"max": 2.1358084678649902,
|
44 |
+
"count": 10
|
45 |
+
},
|
46 |
+
"Huggy.Policy.ExtrinsicValueEstimate.sum": {
|
47 |
+
"value": 939.7557373046875,
|
48 |
+
"min": 15.332056045532227,
|
49 |
+
"max": 939.7557373046875,
|
50 |
+
"count": 10
|
51 |
+
},
|
52 |
+
"Huggy.Environment.CumulativeReward.mean": {
|
53 |
+
"value": 3.7614825940267607,
|
54 |
+
"min": 1.7731384565517054,
|
55 |
+
"max": 3.830897862002963,
|
56 |
+
"count": 10
|
57 |
+
},
|
58 |
+
"Huggy.Environment.CumulativeReward.sum": {
|
59 |
+
"value": 1655.0523413717747,
|
60 |
+
"min": 209.23033787310123,
|
61 |
+
"max": 1655.0523413717747,
|
62 |
+
"count": 10
|
63 |
+
},
|
64 |
+
"Huggy.Policy.ExtrinsicReward.mean": {
|
65 |
+
"value": 3.7614825940267607,
|
66 |
+
"min": 1.7731384565517054,
|
67 |
+
"max": 3.830897862002963,
|
68 |
+
"count": 10
|
69 |
+
},
|
70 |
+
"Huggy.Policy.ExtrinsicReward.sum": {
|
71 |
+
"value": 1655.0523413717747,
|
72 |
+
"min": 209.23033787310123,
|
73 |
+
"max": 1655.0523413717747,
|
74 |
+
"count": 10
|
75 |
+
},
|
76 |
+
"Huggy.Losses.PolicyLoss.mean": {
|
77 |
+
"value": 0.015723716644828932,
|
78 |
+
"min": 0.014427619051305858,
|
79 |
+
"max": 0.018320671235657452,
|
80 |
+
"count": 10
|
81 |
+
},
|
82 |
+
"Huggy.Losses.PolicyLoss.sum": {
|
83 |
+
"value": 0.047171149934486796,
|
84 |
+
"min": 0.028855238102611716,
|
85 |
+
"max": 0.052740797017759175,
|
86 |
+
"count": 10
|
87 |
+
},
|
88 |
+
"Huggy.Losses.ValueLoss.mean": {
|
89 |
+
"value": 0.04131681705928511,
|
90 |
+
"min": 0.021786996567000946,
|
91 |
+
"max": 0.0429375392695268,
|
92 |
+
"count": 10
|
93 |
+
},
|
94 |
+
"Huggy.Losses.ValueLoss.sum": {
|
95 |
+
"value": 0.12395045117785533,
|
96 |
+
"min": 0.04357399313400189,
|
97 |
+
"max": 0.12727898098528384,
|
98 |
+
"count": 10
|
99 |
+
},
|
100 |
+
"Huggy.Policy.LearningRate.mean": {
|
101 |
+
"value": 0.00022887192370936668,
|
102 |
+
"min": 0.00022887192370936668,
|
103 |
+
"max": 0.00029536537654487494,
|
104 |
+
"count": 10
|
105 |
+
},
|
106 |
+
"Huggy.Policy.LearningRate.sum": {
|
107 |
+
"value": 0.0006866157711281001,
|
108 |
+
"min": 0.00047325934224690005,
|
109 |
+
"max": 0.00084406186864605,
|
110 |
+
"count": 10
|
111 |
+
},
|
112 |
+
"Huggy.Policy.Epsilon.mean": {
|
113 |
+
"value": 0.17629063333333336,
|
114 |
+
"min": 0.17629063333333336,
|
115 |
+
"max": 0.19845512499999995,
|
116 |
+
"count": 10
|
117 |
+
},
|
118 |
+
"Huggy.Policy.Epsilon.sum": {
|
119 |
+
"value": 0.5288719000000001,
|
120 |
+
"min": 0.35775310000000005,
|
121 |
+
"max": 0.5813539499999999,
|
122 |
+
"count": 10
|
123 |
+
},
|
124 |
+
"Huggy.Policy.Beta.mean": {
|
125 |
+
"value": 0.003816902603333333,
|
126 |
+
"min": 0.003816902603333333,
|
127 |
+
"max": 0.004922910737500001,
|
128 |
+
"count": 10
|
129 |
+
},
|
130 |
+
"Huggy.Policy.Beta.sum": {
|
131 |
+
"value": 0.011450707809999999,
|
132 |
+
"min": 0.007891879689999999,
|
133 |
+
"max": 0.014069562104999999,
|
134 |
+
"count": 10
|
135 |
+
},
|
136 |
+
"Huggy.IsTraining.mean": {
|
137 |
+
"value": 1.0,
|
138 |
+
"min": 1.0,
|
139 |
+
"max": 1.0,
|
140 |
+
"count": 10
|
141 |
+
},
|
142 |
+
"Huggy.IsTraining.sum": {
|
143 |
+
"value": 1.0,
|
144 |
+
"min": 1.0,
|
145 |
+
"max": 1.0,
|
146 |
+
"count": 10
|
147 |
+
}
|
148 |
+
},
|
149 |
+
"metadata": {
|
150 |
+
"timer_format_version": "0.1.0",
|
151 |
+
"start_time_seconds": "1680741151",
|
152 |
+
"python_version": "3.9.16 (main, Dec 7 2022, 01:11:51) \n[GCC 9.4.0]",
|
153 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=Huggy --no-graphics --force",
|
154 |
+
"mlagents_version": "0.31.0.dev0",
|
155 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
156 |
+
"communication_protocol_version": "1.5.0",
|
157 |
+
"pytorch_version": "1.11.0+cu102",
|
158 |
+
"numpy_version": "1.21.2",
|
159 |
+
"end_time_seconds": "1680741744"
|
160 |
+
},
|
161 |
+
"total": 593.3462585139999,
|
162 |
+
"count": 1,
|
163 |
+
"self": 0.25187997099999393,
|
164 |
+
"children": {
|
165 |
+
"run_training.setup": {
|
166 |
+
"total": 0.1959427169999799,
|
167 |
+
"count": 1,
|
168 |
+
"self": 0.1959427169999799
|
169 |
+
},
|
170 |
+
"TrainerController.start_learning": {
|
171 |
+
"total": 592.898435826,
|
172 |
+
"count": 1,
|
173 |
+
"self": 1.06723461497063,
|
174 |
+
"children": {
|
175 |
+
"TrainerController._reset_env": {
|
176 |
+
"total": 4.369157369999925,
|
177 |
+
"count": 1,
|
178 |
+
"self": 4.369157369999925
|
179 |
+
},
|
180 |
+
"TrainerController.advance": {
|
181 |
+
"total": 587.2732262340295,
|
182 |
+
"count": 58730,
|
183 |
+
"self": 1.1805292660193345,
|
184 |
+
"children": {
|
185 |
+
"env_step": {
|
186 |
+
"total": 462.9177053240097,
|
187 |
+
"count": 58730,
|
188 |
+
"self": 391.61123370901703,
|
189 |
+
"children": {
|
190 |
+
"SubprocessEnvManager._take_step": {
|
191 |
+
"total": 70.59247758300148,
|
192 |
+
"count": 58730,
|
193 |
+
"self": 4.38006074101645,
|
194 |
+
"children": {
|
195 |
+
"TorchPolicy.evaluate": {
|
196 |
+
"total": 66.21241684198503,
|
197 |
+
"count": 57272,
|
198 |
+
"self": 66.21241684198503
|
199 |
+
}
|
200 |
+
}
|
201 |
+
},
|
202 |
+
"workers": {
|
203 |
+
"total": 0.7139940319912057,
|
204 |
+
"count": 58729,
|
205 |
+
"self": 0.0,
|
206 |
+
"children": {
|
207 |
+
"worker_root": {
|
208 |
+
"total": 590.9165194200215,
|
209 |
+
"count": 58729,
|
210 |
+
"is_parallel": true,
|
211 |
+
"self": 270.67170661005537,
|
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.0012632939999548398,
|
221 |
+
"count": 1,
|
222 |
+
"is_parallel": true,
|
223 |
+
"self": 0.00030689399989114463,
|
224 |
+
"children": {
|
225 |
+
"_process_rank_one_or_two_observation": {
|
226 |
+
"total": 0.0009564000000636952,
|
227 |
+
"count": 2,
|
228 |
+
"is_parallel": true,
|
229 |
+
"self": 0.0009564000000636952
|
230 |
+
}
|
231 |
+
}
|
232 |
+
},
|
233 |
+
"UnityEnvironment.step": {
|
234 |
+
"total": 0.028407571999991887,
|
235 |
+
"count": 1,
|
236 |
+
"is_parallel": true,
|
237 |
+
"self": 0.00031261499998436193,
|
238 |
+
"children": {
|
239 |
+
"UnityEnvironment._generate_step_input": {
|
240 |
+
"total": 0.00021958800004995283,
|
241 |
+
"count": 1,
|
242 |
+
"is_parallel": true,
|
243 |
+
"self": 0.00021958800004995283
|
244 |
+
},
|
245 |
+
"communicator.exchange": {
|
246 |
+
"total": 0.02719279899997673,
|
247 |
+
"count": 1,
|
248 |
+
"is_parallel": true,
|
249 |
+
"self": 0.02719279899997673
|
250 |
+
},
|
251 |
+
"steps_from_proto": {
|
252 |
+
"total": 0.0006825699999808421,
|
253 |
+
"count": 1,
|
254 |
+
"is_parallel": true,
|
255 |
+
"self": 0.00019858699988617445,
|
256 |
+
"children": {
|
257 |
+
"_process_rank_one_or_two_observation": {
|
258 |
+
"total": 0.00048398300009466766,
|
259 |
+
"count": 2,
|
260 |
+
"is_parallel": true,
|
261 |
+
"self": 0.00048398300009466766
|
262 |
+
}
|
263 |
+
}
|
264 |
+
}
|
265 |
+
}
|
266 |
+
}
|
267 |
+
}
|
268 |
+
},
|
269 |
+
"UnityEnvironment.step": {
|
270 |
+
"total": 320.2448128099661,
|
271 |
+
"count": 58728,
|
272 |
+
"is_parallel": true,
|
273 |
+
"self": 9.66963543400152,
|
274 |
+
"children": {
|
275 |
+
"UnityEnvironment._generate_step_input": {
|
276 |
+
"total": 20.19291062297839,
|
277 |
+
"count": 58728,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 20.19291062297839
|
280 |
+
},
|
281 |
+
"communicator.exchange": {
|
282 |
+
"total": 267.71235344699005,
|
283 |
+
"count": 58728,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 267.71235344699005
|
286 |
+
},
|
287 |
+
"steps_from_proto": {
|
288 |
+
"total": 22.669913305996147,
|
289 |
+
"count": 58728,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 8.57956730800754,
|
292 |
+
"children": {
|
293 |
+
"_process_rank_one_or_two_observation": {
|
294 |
+
"total": 14.090345997988607,
|
295 |
+
"count": 117456,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 14.090345997988607
|
298 |
+
}
|
299 |
+
}
|
300 |
+
}
|
301 |
+
}
|
302 |
+
}
|
303 |
+
}
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
},
|
309 |
+
"trainer_advance": {
|
310 |
+
"total": 123.17499164400044,
|
311 |
+
"count": 58729,
|
312 |
+
"self": 1.6905895489883278,
|
313 |
+
"children": {
|
314 |
+
"process_trajectory": {
|
315 |
+
"total": 28.475168328011932,
|
316 |
+
"count": 58729,
|
317 |
+
"self": 28.110972378011866,
|
318 |
+
"children": {
|
319 |
+
"RLTrainer._checkpoint": {
|
320 |
+
"total": 0.36419595000006666,
|
321 |
+
"count": 2,
|
322 |
+
"self": 0.36419595000006666
|
323 |
+
}
|
324 |
+
}
|
325 |
+
},
|
326 |
+
"_update_policy": {
|
327 |
+
"total": 93.00923376700018,
|
328 |
+
"count": 24,
|
329 |
+
"self": 78.42652348500019,
|
330 |
+
"children": {
|
331 |
+
"TorchPPOOptimizer.update": {
|
332 |
+
"total": 14.582710281999994,
|
333 |
+
"count": 720,
|
334 |
+
"self": 14.582710281999994
|
335 |
+
}
|
336 |
+
}
|
337 |
+
}
|
338 |
+
}
|
339 |
+
}
|
340 |
+
}
|
341 |
+
},
|
342 |
+
"trainer_threads": {
|
343 |
+
"total": 1.4510001165035646e-06,
|
344 |
+
"count": 1,
|
345 |
+
"self": 1.4510001165035646e-06
|
346 |
+
},
|
347 |
+
"TrainerController._save_models": {
|
348 |
+
"total": 0.1888161559998025,
|
349 |
+
"count": 1,
|
350 |
+
"self": 0.002627839999831849,
|
351 |
+
"children": {
|
352 |
+
"RLTrainer._checkpoint": {
|
353 |
+
"total": 0.18618831599997065,
|
354 |
+
"count": 1,
|
355 |
+
"self": 0.18618831599997065
|
356 |
+
}
|
357 |
+
}
|
358 |
+
}
|
359 |
+
}
|
360 |
+
}
|
361 |
+
}
|
362 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Huggy": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 199791,
|
6 |
+
"file_path": "results/Huggy/Huggy/Huggy-199791.onnx",
|
7 |
+
"reward": 3.4367094346705604,
|
8 |
+
"creation_time": 1680741384.35109,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results/Huggy/Huggy/Huggy-199791.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 399975,
|
15 |
+
"file_path": "results/Huggy/Huggy/Huggy-399975.onnx",
|
16 |
+
"reward": 3.4165003125866256,
|
17 |
+
"creation_time": 1680741613.526892,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results/Huggy/Huggy/Huggy-399975.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 513738,
|
24 |
+
"file_path": "results/Huggy/Huggy/Huggy-513738.onnx",
|
25 |
+
"reward": 3.576108079382827,
|
26 |
+
"creation_time": 1680741744.3461535,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results/Huggy/Huggy/Huggy-513738.pt"
|
29 |
+
]
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"final_checkpoint": {
|
33 |
+
"steps": 513738,
|
34 |
+
"file_path": "results/Huggy/Huggy.onnx",
|
35 |
+
"reward": 3.576108079382827,
|
36 |
+
"creation_time": 1680741744.3461535,
|
37 |
+
"auxillary_file_paths": [
|
38 |
+
"results/Huggy/Huggy/Huggy-513738.pt"
|
39 |
+
]
|
40 |
+
}
|
41 |
+
},
|
42 |
+
"metadata": {
|
43 |
+
"stats_format_version": "0.3.0",
|
44 |
+
"mlagents_version": "0.31.0.dev0",
|
45 |
+
"torch_version": "1.11.0+cu102"
|
46 |
+
}
|
47 |
+
}
|