Reinforcement Learning
ml-agents
TensorBoard
ONNX
SnowballTarget
deep-reinforcement-learning
ML-Agents-SnowballTarget
Instructions to use mhpromit7473/ppo-SnowballTarget with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use mhpromit7473/ppo-SnowballTarget with ml-agents:
mlagents-load-from-hf --repo-id="mhpromit7473/ppo-SnowballTarget" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
Unit 5 SnowballTarget
Browse files- README.md +35 -0
- SnowballTarget.onnx +3 -0
- SnowballTarget/SnowballTarget-1000248.onnx +3 -0
- SnowballTarget/SnowballTarget-1000248.pt +3 -0
- SnowballTarget/SnowballTarget-599936.onnx +3 -0
- SnowballTarget/SnowballTarget-599936.pt +3 -0
- SnowballTarget/SnowballTarget-649936.onnx +3 -0
- SnowballTarget/SnowballTarget-649936.pt +3 -0
- SnowballTarget/SnowballTarget-699960.onnx +3 -0
- SnowballTarget/SnowballTarget-699960.pt +3 -0
- SnowballTarget/SnowballTarget-749984.onnx +3 -0
- SnowballTarget/SnowballTarget-749984.pt +3 -0
- SnowballTarget/SnowballTarget-799984.onnx +3 -0
- SnowballTarget/SnowballTarget-799984.pt +3 -0
- SnowballTarget/SnowballTarget-849944.onnx +3 -0
- SnowballTarget/SnowballTarget-849944.pt +3 -0
- SnowballTarget/SnowballTarget-899968.onnx +3 -0
- SnowballTarget/SnowballTarget-899968.pt +3 -0
- SnowballTarget/SnowballTarget-949992.onnx +3 -0
- SnowballTarget/SnowballTarget-949992.pt +3 -0
- SnowballTarget/SnowballTarget-999992.onnx +3 -0
- SnowballTarget/SnowballTarget-999992.pt +3 -0
- SnowballTarget/checkpoint.pt +3 -0
- SnowballTarget/events.out.tfevents.1777467920.thinkbook.322372.0 +3 -0
- SnowballTarget/events.out.tfevents.1777468978.thinkbook.333009.0 +3 -0
- SnowballTarget/events.out.tfevents.1777469101.thinkbook.334283.0 +3 -0
- config.json +1 -0
- configuration.yaml +79 -0
- run_logs/Player-0.log +289 -0
- run_logs/timers.json +362 -0
- run_logs/training_status.json +110 -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: mhpromit7473/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:c09d2076bd507bf4cb74e903b4c1b172aff9d403720f4707ccd7ecf5e5d96563
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-1000248.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c09d2076bd507bf4cb74e903b4c1b172aff9d403720f4707ccd7ecf5e5d96563
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-1000248.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7e65161e683f51739a28d418997fd0e41775efdeedaa366d6598f07bc1833cf
|
| 3 |
+
size 3850705
|
SnowballTarget/SnowballTarget-599936.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e34af52db2b901419f9ea8084f126d57f133d6820aebadd66a9f6f6d4cc78c1
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-599936.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39eb8c18ee48817a8688049e9e88ce3ee0f5f8fe5442ebdd759f816fb65fb61e
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-649936.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc223839e6320868034bd7e5ba1a2d0909ad127f063c5cc3de2f5feccf8006e9
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-649936.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:393fe1cff9d53571bee07e11bbd679d76b1ef1711d0080b7ed5cc164601e29ed
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-699960.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8670ef3a33e31886d4b6526ddd6d17f96205f22abb015be5d5c6f62e7f18995f
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-699960.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32e239acd0fb666d915a7039340126fe3a0e070cba8e1e44c5da8d3872c85b26
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-749984.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e67ad0cdb740ce6d95f71103a9b673853466add1ad31da609014015fcfea57d9
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-749984.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2df85bba79b78150a27ce3d32ab91457f1f828b1ff8cb3499733d8a75053655
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-799984.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:790a2da5d721a8916c32c67e430881da220462a5d6b9862a8a34de9dd779d176
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-799984.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b69e6b4f75542904c4aefad710dc35023b97a26fb2e2852994d2a761c0b7df1e
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-849944.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bb555ed832b5707ac8095c0231427b5fb26f437f4c39cd4f06e78daf7bcd53b
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-849944.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4e51488b7a694bb0d5164aa3bb6c54a189db712fdbc9f315bbc711d3b6bf7cb
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-899968.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48ad19a32f8d7559f32a231000eed44f888467481ccd179dc9f14d76142b33ee
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-899968.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d92143084905579c44b492a9d2b3e0b00f96f33b1e410cb2c8ff75df29b38a
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-949992.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91a270f0fbf237ed7596d3fdcd0c7dfe286eda16448e38865b6ec76e7160f13f
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-949992.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb336b3d026e2dd17981cfa96806d98cc457e3305e0e79610991d026a352895d
|
| 3 |
+
size 3850564
|
SnowballTarget/SnowballTarget-999992.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c09d2076bd507bf4cb74e903b4c1b172aff9d403720f4707ccd7ecf5e5d96563
|
| 3 |
+
size 650647
|
SnowballTarget/SnowballTarget-999992.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3ad3f5e41d5846b4d2d657e8d9fcd6b81b62fdac87f33a073aa8deaa1e277d5
|
| 3 |
+
size 3850564
|
SnowballTarget/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:860ef5aecefcc16e1ddf7a37aa3a9694ac0596584fe5c14dc7d92fb8df417203
|
| 3 |
+
size 3849717
|
SnowballTarget/events.out.tfevents.1777467920.thinkbook.322372.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c168b904f0e8cca1b45c7efeb1f12d0d8de6f49bcb0404c081dc33f987d7b37
|
| 3 |
+
size 10812
|
SnowballTarget/events.out.tfevents.1777468978.thinkbook.333009.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a328de7f14271570a71f495b26707f170909e3a3aea2d8115840439c5097cdf0
|
| 3 |
+
size 1170
|
SnowballTarget/events.out.tfevents.1777469101.thinkbook.334283.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ee7870ddf40e2e83c58a16cb4b07dc8203d3fb25872c6e56a46e137d2c4531
|
| 3 |
+
size 79272
|
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": 1000000, "time_horizon": 64, "summary_freq": 10000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "training-envs-executables/linux/SnowballTarget/SnowballTarget/SnowballTarget.x86_64", "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": true, "force": false, "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: 1000000
|
| 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/SnowballTarget.x86_64
|
| 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: true
|
| 73 |
+
force: false
|
| 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,289 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/home/mhpromit7473/deep-rl-course-hf/training-envs-executables/linux/SnowballTarget/SnowballTarget/SnowballTarget_Data/Managed'
|
| 2 |
+
Mono config path = '/home/mhpromit7473/deep-rl-course-hf/training-envs-executables/linux/SnowballTarget/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/mhpromit7473/deep-rl-course-hf/training-envs-executables/linux/SnowballTarget/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 |
+
Begin MonoManager ReloadAssembly
|
| 14 |
+
- Completed reload, in 0.121 seconds
|
| 15 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 16 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 17 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 18 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 19 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 20 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 21 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 22 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
UnloadTime: 2.331025 ms
|
| 26 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 27 |
+
requesting resize 84 x 84
|
| 28 |
+
Setting up 6 worker threads for Enlighten.
|
| 29 |
+
Memory Statistics:
|
| 30 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 31 |
+
StackAllocators :
|
| 32 |
+
[ALLOC_TEMP_MAIN]
|
| 33 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 25486 frames, [16.0 KB-32.0 KB]: 431 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 34 |
+
Initial Block Size 4.0 MB
|
| 35 |
+
Current Block Size 4.0 MB
|
| 36 |
+
Peak Allocated Bytes 2.0 MB
|
| 37 |
+
Overflow Count 0
|
| 38 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 39 |
+
Initial Block Size 64.0 KB
|
| 40 |
+
Current Block Size 64.0 KB
|
| 41 |
+
Peak Allocated Bytes 264 B
|
| 42 |
+
Overflow Count 0
|
| 43 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 44 |
+
Initial Block Size 256.0 KB
|
| 45 |
+
Current Block Size 304.0 KB
|
| 46 |
+
Peak Allocated Bytes 228.9 KB
|
| 47 |
+
Overflow Count 4
|
| 48 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 49 |
+
Initial Block Size 32.0 KB
|
| 50 |
+
Current Block Size 32.0 KB
|
| 51 |
+
Peak Allocated Bytes 0 B
|
| 52 |
+
Overflow Count 0
|
| 53 |
+
[ALLOC_TEMP_Job.Worker 6]
|
| 54 |
+
Initial Block Size 256.0 KB
|
| 55 |
+
Current Block Size 256.0 KB
|
| 56 |
+
Peak Allocated Bytes 3.6 KB
|
| 57 |
+
Overflow Count 0
|
| 58 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 59 |
+
Initial Block Size 256.0 KB
|
| 60 |
+
Current Block Size 256.0 KB
|
| 61 |
+
Peak Allocated Bytes 3.6 KB
|
| 62 |
+
Overflow Count 0
|
| 63 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 64 |
+
Initial Block Size 32.0 KB
|
| 65 |
+
Current Block Size 32.0 KB
|
| 66 |
+
Peak Allocated Bytes 0 B
|
| 67 |
+
Overflow Count 0
|
| 68 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 69 |
+
Initial Block Size 32.0 KB
|
| 70 |
+
Current Block Size 32.0 KB
|
| 71 |
+
Peak Allocated Bytes 0 B
|
| 72 |
+
Overflow Count 0
|
| 73 |
+
[ALLOC_TEMP_Job.Worker 5]
|
| 74 |
+
Initial Block Size 256.0 KB
|
| 75 |
+
Current Block Size 256.0 KB
|
| 76 |
+
Peak Allocated Bytes 3.6 KB
|
| 77 |
+
Overflow Count 0
|
| 78 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 79 |
+
Initial Block Size 32.0 KB
|
| 80 |
+
Current Block Size 32.0 KB
|
| 81 |
+
Peak Allocated Bytes 0 B
|
| 82 |
+
Overflow Count 0
|
| 83 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 84 |
+
Initial Block Size 32.0 KB
|
| 85 |
+
Current Block Size 32.0 KB
|
| 86 |
+
Peak Allocated Bytes 0 B
|
| 87 |
+
Overflow Count 0
|
| 88 |
+
[ALLOC_TEMP_Job.Worker 4]
|
| 89 |
+
Initial Block Size 256.0 KB
|
| 90 |
+
Current Block Size 256.0 KB
|
| 91 |
+
Peak Allocated Bytes 3.6 KB
|
| 92 |
+
Overflow Count 0
|
| 93 |
+
[ALLOC_TEMP_Job.Worker 3]
|
| 94 |
+
Initial Block Size 256.0 KB
|
| 95 |
+
Current Block Size 256.0 KB
|
| 96 |
+
Peak Allocated Bytes 3.6 KB
|
| 97 |
+
Overflow Count 0
|
| 98 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 99 |
+
Initial Block Size 32.0 KB
|
| 100 |
+
Current Block Size 32.0 KB
|
| 101 |
+
Peak Allocated Bytes 0 B
|
| 102 |
+
Overflow Count 0
|
| 103 |
+
[ALLOC_TEMP_EnlightenWorker] x 6
|
| 104 |
+
Initial Block Size 64.0 KB
|
| 105 |
+
Current Block Size 64.0 KB
|
| 106 |
+
Peak Allocated Bytes 0 B
|
| 107 |
+
Overflow Count 0
|
| 108 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 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_Background Job.Worker 1]
|
| 114 |
+
Initial Block Size 32.0 KB
|
| 115 |
+
Current Block Size 32.0 KB
|
| 116 |
+
Peak Allocated Bytes 0 B
|
| 117 |
+
Overflow Count 0
|
| 118 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 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 7]
|
| 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_AssetGarbageCollectorHelper] x 11
|
| 129 |
+
Initial Block Size 64.0 KB
|
| 130 |
+
Current Block Size 64.0 KB
|
| 131 |
+
Peak Allocated Bytes 0 B
|
| 132 |
+
Overflow Count 0
|
| 133 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 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_Job.Worker 9]
|
| 139 |
+
Initial Block Size 256.0 KB
|
| 140 |
+
Current Block Size 256.0 KB
|
| 141 |
+
Peak Allocated Bytes 3.6 KB
|
| 142 |
+
Overflow Count 0
|
| 143 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 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_Job.Worker 8]
|
| 149 |
+
Initial Block Size 256.0 KB
|
| 150 |
+
Current Block Size 256.0 KB
|
| 151 |
+
Peak Allocated Bytes 3.6 KB
|
| 152 |
+
Overflow Count 0
|
| 153 |
+
[ALLOC_TEMP_Job.Worker 7]
|
| 154 |
+
Initial Block Size 256.0 KB
|
| 155 |
+
Current Block Size 256.0 KB
|
| 156 |
+
Peak Allocated Bytes 3.6 KB
|
| 157 |
+
Overflow Count 0
|
| 158 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 159 |
+
Initial Block Size 256.0 KB
|
| 160 |
+
Current Block Size 256.0 KB
|
| 161 |
+
Peak Allocated Bytes 3.6 KB
|
| 162 |
+
Overflow Count 0
|
| 163 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 164 |
+
Initial Block Size 256.0 KB
|
| 165 |
+
Current Block Size 256.0 KB
|
| 166 |
+
Peak Allocated Bytes 3.6 KB
|
| 167 |
+
Overflow Count 0
|
| 168 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 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 11]
|
| 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_Job.Worker 10]
|
| 179 |
+
Initial Block Size 256.0 KB
|
| 180 |
+
Current Block Size 256.0 KB
|
| 181 |
+
Peak Allocated Bytes 3.6 KB
|
| 182 |
+
Overflow Count 0
|
| 183 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 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 4]
|
| 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_BatchDeleteObjects]
|
| 194 |
+
Initial Block Size 64.0 KB
|
| 195 |
+
Current Block Size 64.0 KB
|
| 196 |
+
Peak Allocated Bytes 0 B
|
| 197 |
+
Overflow Count 0
|
| 198 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 199 |
+
Peak main deferred allocation count 44
|
| 200 |
+
[ALLOC_BUCKET]
|
| 201 |
+
Large Block size 4.0 MB
|
| 202 |
+
Used Block count 1
|
| 203 |
+
Peak Allocated bytes 1.0 MB
|
| 204 |
+
[ALLOC_DEFAULT_MAIN]
|
| 205 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 11226 frames, [8.0 MB-16.0 MB]: 14692 frames
|
| 206 |
+
Requested Block Size 16.0 MB
|
| 207 |
+
Peak Block count 2
|
| 208 |
+
Peak Allocated memory 14.3 MB
|
| 209 |
+
Peak Large allocation bytes 0 B
|
| 210 |
+
[ALLOC_DEFAULT_THREAD]
|
| 211 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 25918 frames
|
| 212 |
+
Requested Block Size 16.0 MB
|
| 213 |
+
Peak Block count 1
|
| 214 |
+
Peak Allocated memory 17.7 MB
|
| 215 |
+
Peak Large allocation bytes 16.0 MB
|
| 216 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 217 |
+
Initial Block Size 2.0 MB
|
| 218 |
+
Used Block Count 1
|
| 219 |
+
Overflow Count (too large) 0
|
| 220 |
+
Overflow Count (full) 0
|
| 221 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 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_4_FRAMES (JobTemp)]
|
| 227 |
+
Initial Block Size 2.0 MB
|
| 228 |
+
Used Block Count 2
|
| 229 |
+
Overflow Count (too large) 0
|
| 230 |
+
Overflow Count (full) 0
|
| 231 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 232 |
+
Initial Block Size 1.0 MB
|
| 233 |
+
Used Block Count 3
|
| 234 |
+
Overflow Count (too large) 0
|
| 235 |
+
Overflow Count (full) 0
|
| 236 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 237 |
+
Peak main deferred allocation count 0
|
| 238 |
+
[ALLOC_BUCKET]
|
| 239 |
+
Large Block size 4.0 MB
|
| 240 |
+
Used Block count 1
|
| 241 |
+
Peak Allocated bytes 1.0 MB
|
| 242 |
+
[ALLOC_GFX_MAIN]
|
| 243 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 24901 frames, [64.0 KB-128.0 KB]: 1017 frames
|
| 244 |
+
Requested Block Size 16.0 MB
|
| 245 |
+
Peak Block count 1
|
| 246 |
+
Peak Allocated memory 66.8 KB
|
| 247 |
+
Peak Large allocation bytes 0 B
|
| 248 |
+
[ALLOC_GFX_THREAD]
|
| 249 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 25918 frames
|
| 250 |
+
Requested Block Size 16.0 MB
|
| 251 |
+
Peak Block count 1
|
| 252 |
+
Peak Allocated memory 39.6 KB
|
| 253 |
+
Peak Large allocation bytes 0 B
|
| 254 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 255 |
+
Peak main deferred allocation count 0
|
| 256 |
+
[ALLOC_BUCKET]
|
| 257 |
+
Large Block size 4.0 MB
|
| 258 |
+
Used Block count 1
|
| 259 |
+
Peak Allocated bytes 1.0 MB
|
| 260 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 261 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 25918 frames
|
| 262 |
+
Requested Block Size 4.0 MB
|
| 263 |
+
Peak Block count 1
|
| 264 |
+
Peak Allocated memory 0.6 MB
|
| 265 |
+
Peak Large allocation bytes 0 B
|
| 266 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 267 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 25917 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 268 |
+
Requested Block Size 4.0 MB
|
| 269 |
+
Peak Block count 1
|
| 270 |
+
Peak Allocated memory 2.2 MB
|
| 271 |
+
Peak Large allocation bytes 0 B
|
| 272 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 273 |
+
Peak main deferred allocation count 0
|
| 274 |
+
[ALLOC_BUCKET]
|
| 275 |
+
Large Block size 4.0 MB
|
| 276 |
+
Used Block count 1
|
| 277 |
+
Peak Allocated bytes 1.0 MB
|
| 278 |
+
[ALLOC_TYPETREE_MAIN]
|
| 279 |
+
Peak usage frame count: [0-1.0 KB]: 25918 frames
|
| 280 |
+
Requested Block Size 2.0 MB
|
| 281 |
+
Peak Block count 1
|
| 282 |
+
Peak Allocated memory 1.0 KB
|
| 283 |
+
Peak Large allocation bytes 0 B
|
| 284 |
+
[ALLOC_TYPETREE_THREAD]
|
| 285 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 25918 frames
|
| 286 |
+
Requested Block Size 2.0 MB
|
| 287 |
+
Peak Block count 1
|
| 288 |
+
Peak Allocated memory 1.7 KB
|
| 289 |
+
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.45387300848960876,
|
| 6 |
+
"min": 0.4342562258243561,
|
| 7 |
+
"max": 1.8801276683807373,
|
| 8 |
+
"count": 96
|
| 9 |
+
},
|
| 10 |
+
"SnowballTarget.Policy.Entropy.sum": {
|
| 11 |
+
"value": 4633.1357421875,
|
| 12 |
+
"min": 1323.60986328125,
|
| 13 |
+
"max": 17677.826171875,
|
| 14 |
+
"count": 96
|
| 15 |
+
},
|
| 16 |
+
"SnowballTarget.IsTraining.mean": {
|
| 17 |
+
"value": 1.0,
|
| 18 |
+
"min": 1.0,
|
| 19 |
+
"max": 1.0,
|
| 20 |
+
"count": 96
|
| 21 |
+
},
|
| 22 |
+
"SnowballTarget.IsTraining.sum": {
|
| 23 |
+
"value": 1.0,
|
| 24 |
+
"min": 1.0,
|
| 25 |
+
"max": 1.0,
|
| 26 |
+
"count": 96
|
| 27 |
+
},
|
| 28 |
+
"SnowballTarget.Step.mean": {
|
| 29 |
+
"value": 999992.0,
|
| 30 |
+
"min": 59952.0,
|
| 31 |
+
"max": 999992.0,
|
| 32 |
+
"count": 95
|
| 33 |
+
},
|
| 34 |
+
"SnowballTarget.Step.sum": {
|
| 35 |
+
"value": 999992.0,
|
| 36 |
+
"min": 59952.0,
|
| 37 |
+
"max": 999992.0,
|
| 38 |
+
"count": 95
|
| 39 |
+
},
|
| 40 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
|
| 41 |
+
"value": 14.051997184753418,
|
| 42 |
+
"min": 6.840594291687012,
|
| 43 |
+
"max": 14.108394622802734,
|
| 44 |
+
"count": 95
|
| 45 |
+
},
|
| 46 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
|
| 47 |
+
"value": 2740.139404296875,
|
| 48 |
+
"min": 1333.9158935546875,
|
| 49 |
+
"max": 2892.220947265625,
|
| 50 |
+
"count": 95
|
| 51 |
+
},
|
| 52 |
+
"SnowballTarget.Losses.PolicyLoss.mean": {
|
| 53 |
+
"value": 0.07358759555398708,
|
| 54 |
+
"min": 0.05805854102586369,
|
| 55 |
+
"max": 0.07793183089540667,
|
| 56 |
+
"count": 95
|
| 57 |
+
},
|
| 58 |
+
"SnowballTarget.Losses.PolicyLoss.sum": {
|
| 59 |
+
"value": 0.29435038221594834,
|
| 60 |
+
"min": 0.23223416410345477,
|
| 61 |
+
"max": 0.3806744671314578,
|
| 62 |
+
"count": 95
|
| 63 |
+
},
|
| 64 |
+
"SnowballTarget.Losses.ValueLoss.mean": {
|
| 65 |
+
"value": 0.15896714076984164,
|
| 66 |
+
"min": 0.14173051123233402,
|
| 67 |
+
"max": 0.3036635354407789,
|
| 68 |
+
"count": 95
|
| 69 |
+
},
|
| 70 |
+
"SnowballTarget.Losses.ValueLoss.sum": {
|
| 71 |
+
"value": 0.6358685630793666,
|
| 72 |
+
"min": 0.5669220449293361,
|
| 73 |
+
"max": 1.3392533300554053,
|
| 74 |
+
"count": 95
|
| 75 |
+
},
|
| 76 |
+
"SnowballTarget.Policy.LearningRate.mean": {
|
| 77 |
+
"value": 1.5756994748000017e-06,
|
| 78 |
+
"min": 1.5756994748000017e-06,
|
| 79 |
+
"max": 0.0002833956055348,
|
| 80 |
+
"count": 95
|
| 81 |
+
},
|
| 82 |
+
"SnowballTarget.Policy.LearningRate.sum": {
|
| 83 |
+
"value": 6.302797899200007e-06,
|
| 84 |
+
"min": 6.302797899200007e-06,
|
| 85 |
+
"max": 0.001402128032624,
|
| 86 |
+
"count": 95
|
| 87 |
+
},
|
| 88 |
+
"SnowballTarget.Policy.Epsilon.mean": {
|
| 89 |
+
"value": 0.1005252,
|
| 90 |
+
"min": 0.1005252,
|
| 91 |
+
"max": 0.1944652,
|
| 92 |
+
"count": 95
|
| 93 |
+
},
|
| 94 |
+
"SnowballTarget.Policy.Epsilon.sum": {
|
| 95 |
+
"value": 0.4021008,
|
| 96 |
+
"min": 0.4021008,
|
| 97 |
+
"max": 0.967376,
|
| 98 |
+
"count": 95
|
| 99 |
+
},
|
| 100 |
+
"SnowballTarget.Policy.Beta.mean": {
|
| 101 |
+
"value": 3.6207480000000034e-05,
|
| 102 |
+
"min": 3.6207480000000034e-05,
|
| 103 |
+
"max": 0.00472381348,
|
| 104 |
+
"count": 95
|
| 105 |
+
},
|
| 106 |
+
"SnowballTarget.Policy.Beta.sum": {
|
| 107 |
+
"value": 0.00014482992000000014,
|
| 108 |
+
"min": 0.00014482992000000014,
|
| 109 |
+
"max": 0.0233720624,
|
| 110 |
+
"count": 95
|
| 111 |
+
},
|
| 112 |
+
"SnowballTarget.Environment.EpisodeLength.mean": {
|
| 113 |
+
"value": 199.0,
|
| 114 |
+
"min": 199.0,
|
| 115 |
+
"max": 199.0,
|
| 116 |
+
"count": 95
|
| 117 |
+
},
|
| 118 |
+
"SnowballTarget.Environment.EpisodeLength.sum": {
|
| 119 |
+
"value": 8756.0,
|
| 120 |
+
"min": 8756.0,
|
| 121 |
+
"max": 10945.0,
|
| 122 |
+
"count": 95
|
| 123 |
+
},
|
| 124 |
+
"SnowballTarget.Environment.CumulativeReward.mean": {
|
| 125 |
+
"value": 27.681818181818183,
|
| 126 |
+
"min": 17.954545454545453,
|
| 127 |
+
"max": 28.022727272727273,
|
| 128 |
+
"count": 95
|
| 129 |
+
},
|
| 130 |
+
"SnowballTarget.Environment.CumulativeReward.sum": {
|
| 131 |
+
"value": 1218.0,
|
| 132 |
+
"min": 790.0,
|
| 133 |
+
"max": 1541.0,
|
| 134 |
+
"count": 95
|
| 135 |
+
},
|
| 136 |
+
"SnowballTarget.Policy.ExtrinsicReward.mean": {
|
| 137 |
+
"value": 27.681818181818183,
|
| 138 |
+
"min": 17.954545454545453,
|
| 139 |
+
"max": 28.022727272727273,
|
| 140 |
+
"count": 95
|
| 141 |
+
},
|
| 142 |
+
"SnowballTarget.Policy.ExtrinsicReward.sum": {
|
| 143 |
+
"value": 1218.0,
|
| 144 |
+
"min": 790.0,
|
| 145 |
+
"max": 1541.0,
|
| 146 |
+
"count": 95
|
| 147 |
+
}
|
| 148 |
+
},
|
| 149 |
+
"metadata": {
|
| 150 |
+
"timer_format_version": "0.1.0",
|
| 151 |
+
"start_time_seconds": "1777469100",
|
| 152 |
+
"python_version": "3.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0]",
|
| 153 |
+
"command_line_arguments": "/home/mhpromit7473/.local/bin/mlagents-learn config/ppo/SnowballTarget.yaml --env=training-envs-executables/linux/SnowballTarget/SnowballTarget/SnowballTarget.x86_64 --run-id=SnowballTarget1 --no-graphics --resume",
|
| 154 |
+
"mlagents_version": "1.1.0",
|
| 155 |
+
"mlagents_envs_version": "1.1.0",
|
| 156 |
+
"communication_protocol_version": "1.5.0",
|
| 157 |
+
"pytorch_version": "2.11.0+cu128",
|
| 158 |
+
"numpy_version": "1.23.5",
|
| 159 |
+
"end_time_seconds": "1777473051"
|
| 160 |
+
},
|
| 161 |
+
"total": 3950.509240911004,
|
| 162 |
+
"count": 1,
|
| 163 |
+
"self": 0.529804032001266,
|
| 164 |
+
"children": {
|
| 165 |
+
"run_training.setup": {
|
| 166 |
+
"total": 0.10699782500159927,
|
| 167 |
+
"count": 1,
|
| 168 |
+
"self": 0.10699782500159927
|
| 169 |
+
},
|
| 170 |
+
"TrainerController.start_learning": {
|
| 171 |
+
"total": 3949.872439054001,
|
| 172 |
+
"count": 1,
|
| 173 |
+
"self": 4.581158673285245,
|
| 174 |
+
"children": {
|
| 175 |
+
"TrainerController._reset_env": {
|
| 176 |
+
"total": 3.192181657999754,
|
| 177 |
+
"count": 1,
|
| 178 |
+
"self": 3.192181657999754
|
| 179 |
+
},
|
| 180 |
+
"TrainerController.advance": {
|
| 181 |
+
"total": 3941.933289790719,
|
| 182 |
+
"count": 86392,
|
| 183 |
+
"self": 5.132914953384898,
|
| 184 |
+
"children": {
|
| 185 |
+
"env_step": {
|
| 186 |
+
"total": 2704.0614437438344,
|
| 187 |
+
"count": 86392,
|
| 188 |
+
"self": 1894.266331887131,
|
| 189 |
+
"children": {
|
| 190 |
+
"SubprocessEnvManager._take_step": {
|
| 191 |
+
"total": 806.8457410449664,
|
| 192 |
+
"count": 86392,
|
| 193 |
+
"self": 19.636642739027593,
|
| 194 |
+
"children": {
|
| 195 |
+
"TorchPolicy.evaluate": {
|
| 196 |
+
"total": 787.2090983059388,
|
| 197 |
+
"count": 86392,
|
| 198 |
+
"self": 787.2090983059388
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
},
|
| 202 |
+
"workers": {
|
| 203 |
+
"total": 2.949370811737026,
|
| 204 |
+
"count": 86392,
|
| 205 |
+
"self": 0.0,
|
| 206 |
+
"children": {
|
| 207 |
+
"worker_root": {
|
| 208 |
+
"total": 3939.9174563852794,
|
| 209 |
+
"count": 86392,
|
| 210 |
+
"is_parallel": true,
|
| 211 |
+
"self": 2367.980027331032,
|
| 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.00362984900129959,
|
| 221 |
+
"count": 1,
|
| 222 |
+
"is_parallel": true,
|
| 223 |
+
"self": 0.0011823039967566729,
|
| 224 |
+
"children": {
|
| 225 |
+
"_process_rank_one_or_two_observation": {
|
| 226 |
+
"total": 0.002447545004542917,
|
| 227 |
+
"count": 10,
|
| 228 |
+
"is_parallel": true,
|
| 229 |
+
"self": 0.002447545004542917
|
| 230 |
+
}
|
| 231 |
+
}
|
| 232 |
+
},
|
| 233 |
+
"UnityEnvironment.step": {
|
| 234 |
+
"total": 0.05104765400028555,
|
| 235 |
+
"count": 1,
|
| 236 |
+
"is_parallel": true,
|
| 237 |
+
"self": 0.0004840279980271589,
|
| 238 |
+
"children": {
|
| 239 |
+
"UnityEnvironment._generate_step_input": {
|
| 240 |
+
"total": 0.0003932760009774938,
|
| 241 |
+
"count": 1,
|
| 242 |
+
"is_parallel": true,
|
| 243 |
+
"self": 0.0003932760009774938
|
| 244 |
+
},
|
| 245 |
+
"communicator.exchange": {
|
| 246 |
+
"total": 0.048161873000935884,
|
| 247 |
+
"count": 1,
|
| 248 |
+
"is_parallel": true,
|
| 249 |
+
"self": 0.048161873000935884
|
| 250 |
+
},
|
| 251 |
+
"steps_from_proto": {
|
| 252 |
+
"total": 0.0020084770003450103,
|
| 253 |
+
"count": 1,
|
| 254 |
+
"is_parallel": true,
|
| 255 |
+
"self": 0.0005820529950142372,
|
| 256 |
+
"children": {
|
| 257 |
+
"_process_rank_one_or_two_observation": {
|
| 258 |
+
"total": 0.001426424005330773,
|
| 259 |
+
"count": 10,
|
| 260 |
+
"is_parallel": true,
|
| 261 |
+
"self": 0.001426424005330773
|
| 262 |
+
}
|
| 263 |
+
}
|
| 264 |
+
}
|
| 265 |
+
}
|
| 266 |
+
}
|
| 267 |
+
}
|
| 268 |
+
},
|
| 269 |
+
"UnityEnvironment.step": {
|
| 270 |
+
"total": 1571.9374290542473,
|
| 271 |
+
"count": 86391,
|
| 272 |
+
"is_parallel": true,
|
| 273 |
+
"self": 55.13261123140546,
|
| 274 |
+
"children": {
|
| 275 |
+
"UnityEnvironment._generate_step_input": {
|
| 276 |
+
"total": 42.41011388066909,
|
| 277 |
+
"count": 86391,
|
| 278 |
+
"is_parallel": true,
|
| 279 |
+
"self": 42.41011388066909
|
| 280 |
+
},
|
| 281 |
+
"communicator.exchange": {
|
| 282 |
+
"total": 1315.6951957544334,
|
| 283 |
+
"count": 86391,
|
| 284 |
+
"is_parallel": true,
|
| 285 |
+
"self": 1315.6951957544334
|
| 286 |
+
},
|
| 287 |
+
"steps_from_proto": {
|
| 288 |
+
"total": 158.6995081877394,
|
| 289 |
+
"count": 86391,
|
| 290 |
+
"is_parallel": true,
|
| 291 |
+
"self": 40.5069470071212,
|
| 292 |
+
"children": {
|
| 293 |
+
"_process_rank_one_or_two_observation": {
|
| 294 |
+
"total": 118.19256118061821,
|
| 295 |
+
"count": 863910,
|
| 296 |
+
"is_parallel": true,
|
| 297 |
+
"self": 118.19256118061821
|
| 298 |
+
}
|
| 299 |
+
}
|
| 300 |
+
}
|
| 301 |
+
}
|
| 302 |
+
}
|
| 303 |
+
}
|
| 304 |
+
}
|
| 305 |
+
}
|
| 306 |
+
}
|
| 307 |
+
}
|
| 308 |
+
},
|
| 309 |
+
"trainer_advance": {
|
| 310 |
+
"total": 1232.7389310934996,
|
| 311 |
+
"count": 86392,
|
| 312 |
+
"self": 6.652593582588452,
|
| 313 |
+
"children": {
|
| 314 |
+
"process_trajectory": {
|
| 315 |
+
"total": 274.38434630194024,
|
| 316 |
+
"count": 86392,
|
| 317 |
+
"self": 271.2760722069288,
|
| 318 |
+
"children": {
|
| 319 |
+
"RLTrainer._checkpoint": {
|
| 320 |
+
"total": 3.1082740950114385,
|
| 321 |
+
"count": 20,
|
| 322 |
+
"self": 3.1082740950114385
|
| 323 |
+
}
|
| 324 |
+
}
|
| 325 |
+
},
|
| 326 |
+
"_update_policy": {
|
| 327 |
+
"total": 951.7019912089709,
|
| 328 |
+
"count": 431,
|
| 329 |
+
"self": 286.8661666713633,
|
| 330 |
+
"children": {
|
| 331 |
+
"TorchPPOOptimizer.update": {
|
| 332 |
+
"total": 664.8358245376076,
|
| 333 |
+
"count": 21978,
|
| 334 |
+
"self": 664.8358245376076
|
| 335 |
+
}
|
| 336 |
+
}
|
| 337 |
+
}
|
| 338 |
+
}
|
| 339 |
+
}
|
| 340 |
+
}
|
| 341 |
+
},
|
| 342 |
+
"trainer_threads": {
|
| 343 |
+
"total": 1.243002770934254e-06,
|
| 344 |
+
"count": 1,
|
| 345 |
+
"self": 1.243002770934254e-06
|
| 346 |
+
},
|
| 347 |
+
"TrainerController._save_models": {
|
| 348 |
+
"total": 0.16580768899439136,
|
| 349 |
+
"count": 1,
|
| 350 |
+
"self": 0.0018561229953775182,
|
| 351 |
+
"children": {
|
| 352 |
+
"RLTrainer._checkpoint": {
|
| 353 |
+
"total": 0.16395156599901384,
|
| 354 |
+
"count": 1,
|
| 355 |
+
"self": 0.16395156599901384
|
| 356 |
+
}
|
| 357 |
+
}
|
| 358 |
+
}
|
| 359 |
+
}
|
| 360 |
+
}
|
| 361 |
+
}
|
| 362 |
+
}
|
run_logs/training_status.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"stats_format_version": "0.3.0",
|
| 4 |
+
"mlagents_version": "1.1.0",
|
| 5 |
+
"torch_version": "2.11.0+cu128"
|
| 6 |
+
},
|
| 7 |
+
"SnowballTarget": {
|
| 8 |
+
"checkpoints": [
|
| 9 |
+
{
|
| 10 |
+
"steps": 599936,
|
| 11 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-599936.onnx",
|
| 12 |
+
"reward": 26.727272727272727,
|
| 13 |
+
"creation_time": 1777471564.6333435,
|
| 14 |
+
"auxillary_file_paths": [
|
| 15 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-599936.pt"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"steps": 649936,
|
| 20 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-649936.onnx",
|
| 21 |
+
"reward": 27.363636363636363,
|
| 22 |
+
"creation_time": 1777471749.256455,
|
| 23 |
+
"auxillary_file_paths": [
|
| 24 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-649936.pt"
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"steps": 699960,
|
| 29 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-699960.onnx",
|
| 30 |
+
"reward": 28.454545454545453,
|
| 31 |
+
"creation_time": 1777471935.1607049,
|
| 32 |
+
"auxillary_file_paths": [
|
| 33 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-699960.pt"
|
| 34 |
+
]
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"steps": 749984,
|
| 38 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-749984.onnx",
|
| 39 |
+
"reward": 28.272727272727273,
|
| 40 |
+
"creation_time": 1777472121.2143943,
|
| 41 |
+
"auxillary_file_paths": [
|
| 42 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-749984.pt"
|
| 43 |
+
]
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"steps": 799984,
|
| 47 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-799984.onnx",
|
| 48 |
+
"reward": 26.818181818181817,
|
| 49 |
+
"creation_time": 1777472305.845005,
|
| 50 |
+
"auxillary_file_paths": [
|
| 51 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-799984.pt"
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"steps": 849944,
|
| 56 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-849944.onnx",
|
| 57 |
+
"reward": 27.272727272727273,
|
| 58 |
+
"creation_time": 1777472493.7242799,
|
| 59 |
+
"auxillary_file_paths": [
|
| 60 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-849944.pt"
|
| 61 |
+
]
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"steps": 899968,
|
| 65 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-899968.onnx",
|
| 66 |
+
"reward": 26.636363636363637,
|
| 67 |
+
"creation_time": 1777472679.6969743,
|
| 68 |
+
"auxillary_file_paths": [
|
| 69 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-899968.pt"
|
| 70 |
+
]
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"steps": 949992,
|
| 74 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-949992.onnx",
|
| 75 |
+
"reward": 27.818181818181817,
|
| 76 |
+
"creation_time": 1777472865.7359695,
|
| 77 |
+
"auxillary_file_paths": [
|
| 78 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-949992.pt"
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"steps": 999992,
|
| 83 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-999992.onnx",
|
| 84 |
+
"reward": 28.0,
|
| 85 |
+
"creation_time": 1777473050.345841,
|
| 86 |
+
"auxillary_file_paths": [
|
| 87 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-999992.pt"
|
| 88 |
+
]
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"steps": 1000248,
|
| 92 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-1000248.onnx",
|
| 93 |
+
"reward": 28.0,
|
| 94 |
+
"creation_time": 1777473050.5650613,
|
| 95 |
+
"auxillary_file_paths": [
|
| 96 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-1000248.pt"
|
| 97 |
+
]
|
| 98 |
+
}
|
| 99 |
+
],
|
| 100 |
+
"final_checkpoint": {
|
| 101 |
+
"steps": 1000248,
|
| 102 |
+
"file_path": "results/SnowballTarget1/SnowballTarget.onnx",
|
| 103 |
+
"reward": 28.0,
|
| 104 |
+
"creation_time": 1777473050.5650613,
|
| 105 |
+
"auxillary_file_paths": [
|
| 106 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-1000248.pt"
|
| 107 |
+
]
|
| 108 |
+
}
|
| 109 |
+
}
|
| 110 |
+
}
|