Armageddon
commited on
update config
Browse files- config.json +1 -1
- configuration.yaml +1 -1
- run_logs/timers.json +1 -1
- run_logs/training_status.json +24 -24
config.json
CHANGED
|
@@ -1 +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, "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": "
|
|
|
|
| 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, "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": "Huggy", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
CHANGED
|
@@ -66,7 +66,7 @@ engine_settings:
|
|
| 66 |
no_graphics_monitor: false
|
| 67 |
environment_parameters: null
|
| 68 |
checkpoint_settings:
|
| 69 |
-
run_id:
|
| 70 |
initialize_from: null
|
| 71 |
load_model: false
|
| 72 |
resume: false
|
|
|
|
| 66 |
no_graphics_monitor: false
|
| 67 |
environment_parameters: null
|
| 68 |
checkpoint_settings:
|
| 69 |
+
run_id: Huggy
|
| 70 |
initialize_from: null
|
| 71 |
load_model: false
|
| 72 |
resume: false
|
run_logs/timers.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
| 150 |
"timer_format_version": "0.1.0",
|
| 151 |
"start_time_seconds": "1714983444",
|
| 152 |
"python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
|
| 153 |
-
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=
|
| 154 |
"mlagents_version": "1.1.0.dev0",
|
| 155 |
"mlagents_envs_version": "1.1.0.dev0",
|
| 156 |
"communication_protocol_version": "1.5.0",
|
|
|
|
| 150 |
"timer_format_version": "0.1.0",
|
| 151 |
"start_time_seconds": "1714983444",
|
| 152 |
"python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.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",
|
| 154 |
"mlagents_version": "1.1.0.dev0",
|
| 155 |
"mlagents_envs_version": "1.1.0.dev0",
|
| 156 |
"communication_protocol_version": "1.5.0",
|
run_logs/training_status.json
CHANGED
|
@@ -3,111 +3,111 @@
|
|
| 3 |
"checkpoints": [
|
| 4 |
{
|
| 5 |
"steps": 199796,
|
| 6 |
-
"file_path": "results/
|
| 7 |
"reward": 3.3247198212531304,
|
| 8 |
"creation_time": 1714983681.6918037,
|
| 9 |
"auxillary_file_paths": [
|
| 10 |
-
"results/
|
| 11 |
]
|
| 12 |
},
|
| 13 |
{
|
| 14 |
"steps": 399990,
|
| 15 |
-
"file_path": "results/
|
| 16 |
"reward": 3.686517777012997,
|
| 17 |
"creation_time": 1714983920.7645643,
|
| 18 |
"auxillary_file_paths": [
|
| 19 |
-
"results/
|
| 20 |
]
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"steps": 599939,
|
| 24 |
-
"file_path": "results/
|
| 25 |
"reward": 3.6759069057611318,
|
| 26 |
"creation_time": 1714984161.733613,
|
| 27 |
"auxillary_file_paths": [
|
| 28 |
-
"results/
|
| 29 |
]
|
| 30 |
},
|
| 31 |
{
|
| 32 |
"steps": 799977,
|
| 33 |
-
"file_path": "results/
|
| 34 |
"reward": 3.5921007894581147,
|
| 35 |
"creation_time": 1714984400.413139,
|
| 36 |
"auxillary_file_paths": [
|
| 37 |
-
"results/
|
| 38 |
]
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"steps": 999973,
|
| 42 |
-
"file_path": "results/
|
| 43 |
"reward": 3.8718669726469805,
|
| 44 |
"creation_time": 1714984644.5454206,
|
| 45 |
"auxillary_file_paths": [
|
| 46 |
-
"results/
|
| 47 |
]
|
| 48 |
},
|
| 49 |
{
|
| 50 |
"steps": 1199616,
|
| 51 |
-
"file_path": "results/
|
| 52 |
"reward": 3.9237643480300903,
|
| 53 |
"creation_time": 1714984889.7041872,
|
| 54 |
"auxillary_file_paths": [
|
| 55 |
-
"results/
|
| 56 |
]
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"steps": 1399910,
|
| 60 |
-
"file_path": "results/
|
| 61 |
"reward": 3.6780028704440957,
|
| 62 |
"creation_time": 1714985132.4384637,
|
| 63 |
"auxillary_file_paths": [
|
| 64 |
-
"results/
|
| 65 |
]
|
| 66 |
},
|
| 67 |
{
|
| 68 |
"steps": 1599993,
|
| 69 |
-
"file_path": "results/
|
| 70 |
"reward": 3.5161744423632353,
|
| 71 |
"creation_time": 1714985377.4357305,
|
| 72 |
"auxillary_file_paths": [
|
| 73 |
-
"results/
|
| 74 |
]
|
| 75 |
},
|
| 76 |
{
|
| 77 |
"steps": 1799993,
|
| 78 |
-
"file_path": "results/
|
| 79 |
"reward": 3.768036076316127,
|
| 80 |
"creation_time": 1714985617.2445047,
|
| 81 |
"auxillary_file_paths": [
|
| 82 |
-
"results/
|
| 83 |
]
|
| 84 |
},
|
| 85 |
{
|
| 86 |
"steps": 1999969,
|
| 87 |
-
"file_path": "results/
|
| 88 |
"reward": 3.813259919242161,
|
| 89 |
"creation_time": 1714985850.6678615,
|
| 90 |
"auxillary_file_paths": [
|
| 91 |
-
"results/
|
| 92 |
]
|
| 93 |
},
|
| 94 |
{
|
| 95 |
"steps": 2000019,
|
| 96 |
-
"file_path": "results/
|
| 97 |
"reward": 3.810212592645125,
|
| 98 |
"creation_time": 1714985850.7860093,
|
| 99 |
"auxillary_file_paths": [
|
| 100 |
-
"results/
|
| 101 |
]
|
| 102 |
}
|
| 103 |
],
|
| 104 |
"final_checkpoint": {
|
| 105 |
"steps": 2000019,
|
| 106 |
-
"file_path": "results/
|
| 107 |
"reward": 3.810212592645125,
|
| 108 |
"creation_time": 1714985850.7860093,
|
| 109 |
"auxillary_file_paths": [
|
| 110 |
-
"results/
|
| 111 |
]
|
| 112 |
}
|
| 113 |
},
|
|
|
|
| 3 |
"checkpoints": [
|
| 4 |
{
|
| 5 |
"steps": 199796,
|
| 6 |
+
"file_path": "results/Huggy/Huggy/Huggy-199796.onnx",
|
| 7 |
"reward": 3.3247198212531304,
|
| 8 |
"creation_time": 1714983681.6918037,
|
| 9 |
"auxillary_file_paths": [
|
| 10 |
+
"results/Huggy/Huggy/Huggy-199796.pt"
|
| 11 |
]
|
| 12 |
},
|
| 13 |
{
|
| 14 |
"steps": 399990,
|
| 15 |
+
"file_path": "results/Huggy/Huggy/Huggy-399990.onnx",
|
| 16 |
"reward": 3.686517777012997,
|
| 17 |
"creation_time": 1714983920.7645643,
|
| 18 |
"auxillary_file_paths": [
|
| 19 |
+
"results/Huggy/Huggy/Huggy-399990.pt"
|
| 20 |
]
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"steps": 599939,
|
| 24 |
+
"file_path": "results/Huggy/Huggy/Huggy-599939.onnx",
|
| 25 |
"reward": 3.6759069057611318,
|
| 26 |
"creation_time": 1714984161.733613,
|
| 27 |
"auxillary_file_paths": [
|
| 28 |
+
"results/Huggy/Huggy/Huggy-599939.pt"
|
| 29 |
]
|
| 30 |
},
|
| 31 |
{
|
| 32 |
"steps": 799977,
|
| 33 |
+
"file_path": "results/Huggy/Huggy/Huggy-799977.onnx",
|
| 34 |
"reward": 3.5921007894581147,
|
| 35 |
"creation_time": 1714984400.413139,
|
| 36 |
"auxillary_file_paths": [
|
| 37 |
+
"results/Huggy/Huggy/Huggy-799977.pt"
|
| 38 |
]
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"steps": 999973,
|
| 42 |
+
"file_path": "results/Huggy/Huggy/Huggy-999973.onnx",
|
| 43 |
"reward": 3.8718669726469805,
|
| 44 |
"creation_time": 1714984644.5454206,
|
| 45 |
"auxillary_file_paths": [
|
| 46 |
+
"results/Huggy/Huggy/Huggy-999973.pt"
|
| 47 |
]
|
| 48 |
},
|
| 49 |
{
|
| 50 |
"steps": 1199616,
|
| 51 |
+
"file_path": "results/Huggy/Huggy/Huggy-1199616.onnx",
|
| 52 |
"reward": 3.9237643480300903,
|
| 53 |
"creation_time": 1714984889.7041872,
|
| 54 |
"auxillary_file_paths": [
|
| 55 |
+
"results/Huggy/Huggy/Huggy-1199616.pt"
|
| 56 |
]
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"steps": 1399910,
|
| 60 |
+
"file_path": "results/Huggy/Huggy/Huggy-1399910.onnx",
|
| 61 |
"reward": 3.6780028704440957,
|
| 62 |
"creation_time": 1714985132.4384637,
|
| 63 |
"auxillary_file_paths": [
|
| 64 |
+
"results/Huggy/Huggy/Huggy-1399910.pt"
|
| 65 |
]
|
| 66 |
},
|
| 67 |
{
|
| 68 |
"steps": 1599993,
|
| 69 |
+
"file_path": "results/Huggy/Huggy/Huggy-1599993.onnx",
|
| 70 |
"reward": 3.5161744423632353,
|
| 71 |
"creation_time": 1714985377.4357305,
|
| 72 |
"auxillary_file_paths": [
|
| 73 |
+
"results/Huggy/Huggy/Huggy-1599993.pt"
|
| 74 |
]
|
| 75 |
},
|
| 76 |
{
|
| 77 |
"steps": 1799993,
|
| 78 |
+
"file_path": "results/Huggy/Huggy/Huggy-1799993.onnx",
|
| 79 |
"reward": 3.768036076316127,
|
| 80 |
"creation_time": 1714985617.2445047,
|
| 81 |
"auxillary_file_paths": [
|
| 82 |
+
"results/Huggy/Huggy/Huggy-1799993.pt"
|
| 83 |
]
|
| 84 |
},
|
| 85 |
{
|
| 86 |
"steps": 1999969,
|
| 87 |
+
"file_path": "results/Huggy/Huggy/Huggy-1999969.onnx",
|
| 88 |
"reward": 3.813259919242161,
|
| 89 |
"creation_time": 1714985850.6678615,
|
| 90 |
"auxillary_file_paths": [
|
| 91 |
+
"results/Huggy/Huggy/Huggy-1999969.pt"
|
| 92 |
]
|
| 93 |
},
|
| 94 |
{
|
| 95 |
"steps": 2000019,
|
| 96 |
+
"file_path": "results/Huggy/Huggy/Huggy-2000019.onnx",
|
| 97 |
"reward": 3.810212592645125,
|
| 98 |
"creation_time": 1714985850.7860093,
|
| 99 |
"auxillary_file_paths": [
|
| 100 |
+
"results/Huggy/Huggy/Huggy-2000019.pt"
|
| 101 |
]
|
| 102 |
}
|
| 103 |
],
|
| 104 |
"final_checkpoint": {
|
| 105 |
"steps": 2000019,
|
| 106 |
+
"file_path": "results/Huggy/Huggy.onnx",
|
| 107 |
"reward": 3.810212592645125,
|
| 108 |
"creation_time": 1714985850.7860093,
|
| 109 |
"auxillary_file_paths": [
|
| 110 |
+
"results/Huggy/Huggy/Huggy-2000019.pt"
|
| 111 |
]
|
| 112 |
}
|
| 113 |
},
|