first commit
Browse files- config.json +1 -1
- configuration.yaml +1 -1
- run_logs/timers.json +15 -15
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default_settings": null, "behaviors": {"Walker": {"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": 500000, "network_settings": {"normalize": true, "hidden_units": 256, "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": 5, "even_checkpoints": false, "max_steps": 300000, "time_horizon": 1000, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"Walker": {"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": 500000, "network_settings": {"normalize": true, "hidden_units": 256, "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": 5, "even_checkpoints": false, "max_steps": 300000, "time_horizon": 1000, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "Walker", "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": "Walker Training", "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
CHANGED
@@ -45,7 +45,7 @@ behaviors:
|
|
45 |
self_play: null
|
46 |
behavioral_cloning: null
|
47 |
env_settings:
|
48 |
-
env_path:
|
49 |
env_args: null
|
50 |
base_port: 5005
|
51 |
num_envs: 1
|
|
|
45 |
self_play: null
|
46 |
behavioral_cloning: null
|
47 |
env_settings:
|
48 |
+
env_path: Walker
|
49 |
env_args: null
|
50 |
base_port: 5005
|
51 |
num_envs: 1
|
run_logs/timers.json
CHANGED
@@ -2,44 +2,44 @@
|
|
2 |
"name": "root",
|
3 |
"metadata": {
|
4 |
"timer_format_version": "0.1.0",
|
5 |
-
"start_time_seconds": "
|
6 |
"python_version": "3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0]",
|
7 |
-
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Walker.yaml --env
|
8 |
"mlagents_version": "1.1.0.dev0",
|
9 |
"mlagents_envs_version": "1.1.0.dev0",
|
10 |
"communication_protocol_version": "1.5.0",
|
11 |
"pytorch_version": "2.3.1+cu121",
|
12 |
"numpy_version": "1.23.5",
|
13 |
-
"end_time_seconds": "
|
14 |
},
|
15 |
-
"total": 0.
|
16 |
"count": 1,
|
17 |
-
"self": 0.
|
18 |
"children": {
|
19 |
"run_training.setup": {
|
20 |
-
"total": 0.
|
21 |
"count": 1,
|
22 |
-
"self": 0.
|
23 |
},
|
24 |
"TrainerController.start_learning": {
|
25 |
-
"total": 0.
|
26 |
"count": 1,
|
27 |
-
"self": 0.
|
28 |
"children": {
|
29 |
"TrainerController._reset_env": {
|
30 |
-
"total": 0.
|
31 |
"count": 1,
|
32 |
-
"self": 0.
|
33 |
},
|
34 |
"trainer_threads": {
|
35 |
-
"total": 2.
|
36 |
"count": 1,
|
37 |
-
"self": 2.
|
38 |
},
|
39 |
"TrainerController._save_models": {
|
40 |
-
"total":
|
41 |
"count": 1,
|
42 |
-
"self":
|
43 |
}
|
44 |
}
|
45 |
}
|
|
|
2 |
"name": "root",
|
3 |
"metadata": {
|
4 |
"timer_format_version": "0.1.0",
|
5 |
+
"start_time_seconds": "1722627021",
|
6 |
"python_version": "3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0]",
|
7 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Walker.yaml --env=Walker --run-id=Walker Training --no-graphics --resume",
|
8 |
"mlagents_version": "1.1.0.dev0",
|
9 |
"mlagents_envs_version": "1.1.0.dev0",
|
10 |
"communication_protocol_version": "1.5.0",
|
11 |
"pytorch_version": "2.3.1+cu121",
|
12 |
"numpy_version": "1.23.5",
|
13 |
+
"end_time_seconds": "1722627021"
|
14 |
},
|
15 |
+
"total": 0.1743355169996903,
|
16 |
"count": 1,
|
17 |
+
"self": 0.029275382999912836,
|
18 |
"children": {
|
19 |
"run_training.setup": {
|
20 |
+
"total": 0.1067342460000873,
|
21 |
"count": 1,
|
22 |
+
"self": 0.1067342460000873
|
23 |
},
|
24 |
"TrainerController.start_learning": {
|
25 |
+
"total": 0.03832588799969017,
|
26 |
"count": 1,
|
27 |
+
"self": 0.0008429109993812745,
|
28 |
"children": {
|
29 |
"TrainerController._reset_env": {
|
30 |
+
"total": 0.037428019999879325,
|
31 |
"count": 1,
|
32 |
+
"self": 0.037428019999879325
|
33 |
},
|
34 |
"trainer_threads": {
|
35 |
+
"total": 2.1190003280935343e-06,
|
36 |
"count": 1,
|
37 |
+
"self": 2.1190003280935343e-06
|
38 |
},
|
39 |
"TrainerController._save_models": {
|
40 |
+
"total": 5.283800010147388e-05,
|
41 |
"count": 1,
|
42 |
+
"self": 5.283800010147388e-05
|
43 |
}
|
44 |
}
|
45 |
}
|