jarski commited on
Commit
de58085
·
verified ·
1 Parent(s): a8cb3f4

first commit

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. configuration.yaml +1 -1
  3. run_logs/timers.json +15 -15
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"Worm": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2024, "buffer_size": 20240, "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": 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": 5, "even_checkpoints": false, "max_steps": 70000, "time_horizon": 1000, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Worm/Worm", "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": "Worm 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}
 
1
+ {"default_settings": null, "behaviors": {"Worm": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2024, "buffer_size": 20240, "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": 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": 5, "even_checkpoints": false, "max_steps": 70000, "time_horizon": 1000, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Worm", "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": "Worm 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: ./training-envs-executables/linux/Worm/Worm
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: ./training-envs-executables/linux/Worm
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": "1722628786",
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/Worm.yaml --env=./training-envs-executables/linux/Worm/Worm --run-id=Worm 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": "1722628786"
14
  },
15
- "total": 0.1145775249997314,
16
  "count": 1,
17
- "self": 0.013859949000107008,
18
  "children": {
19
  "run_training.setup": {
20
- "total": 0.07366570900012448,
21
  "count": 1,
22
- "self": 0.07366570900012448
23
  },
24
  "TrainerController.start_learning": {
25
- "total": 0.027051866999499907,
26
  "count": 1,
27
- "self": 0.0015997439995771856,
28
  "children": {
29
  "TrainerController._reset_env": {
30
- "total": 0.02540492699972674,
31
  "count": 1,
32
- "self": 0.02540492699972674
33
  },
34
  "trainer_threads": {
35
- "total": 1.9139997675665654e-06,
36
  "count": 1,
37
- "self": 1.9139997675665654e-06
38
  },
39
  "TrainerController._save_models": {
40
- "total": 4.5282000428414904e-05,
41
  "count": 1,
42
- "self": 4.5282000428414904e-05
43
  }
44
  }
45
  }
 
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1722628823",
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/Worm.yaml --env=./training-envs-executables/linux/Worm --run-id=Worm 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": "1722628824"
14
  },
15
+ "total": 0.11406601399994543,
16
  "count": 1,
17
+ "self": 0.012405985999066615,
18
  "children": {
19
  "run_training.setup": {
20
+ "total": 0.07398531200033176,
21
  "count": 1,
22
+ "self": 0.07398531200033176
23
  },
24
  "TrainerController.start_learning": {
25
+ "total": 0.02767471600054705,
26
  "count": 1,
27
+ "self": 0.0008558760009691468,
28
  "children": {
29
  "TrainerController._reset_env": {
30
+ "total": 0.026773426999170624,
31
  "count": 1,
32
+ "self": 0.026773426999170624
33
  },
34
  "trainer_threads": {
35
+ "total": 1.7100001059588976e-06,
36
  "count": 1,
37
+ "self": 1.7100001059588976e-06
38
  },
39
  "TrainerController._save_models": {
40
+ "total": 4.370300030132057e-05,
41
  "count": 1,
42
+ "self": 4.370300030132057e-05
43
  }
44
  }
45
  }