Commit
·
802ad21
1
Parent(s):
94af166
Upload config.json with huggingface_hub
Browse files- config.json +151 -0
config.json
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"help": false,
|
| 3 |
+
"algo": "APPO",
|
| 4 |
+
"env": "gdrl",
|
| 5 |
+
"experiment": "20221221a_pbt_fps_team_hyp_scan_13",
|
| 6 |
+
"train_dir": "/gpfsssd/scratch/rech/ajs/utv52ia/godot_rl/godot_rl_agents/train_dir",
|
| 7 |
+
"restart_behavior": "resume",
|
| 8 |
+
"device": "gpu",
|
| 9 |
+
"seed": null,
|
| 10 |
+
"num_policies": 4,
|
| 11 |
+
"async_rl": true,
|
| 12 |
+
"serial_mode": false,
|
| 13 |
+
"batched_sampling": false,
|
| 14 |
+
"num_batches_to_accumulate": 2,
|
| 15 |
+
"worker_num_splits": 2,
|
| 16 |
+
"policy_workers_per_policy": 1,
|
| 17 |
+
"max_policy_lag": 1000,
|
| 18 |
+
"num_workers": 80,
|
| 19 |
+
"num_envs_per_worker": 2,
|
| 20 |
+
"batch_size": 2048,
|
| 21 |
+
"num_batches_per_epoch": 2,
|
| 22 |
+
"num_epochs": 2,
|
| 23 |
+
"rollout": 32,
|
| 24 |
+
"recurrence": 32,
|
| 25 |
+
"shuffle_minibatches": false,
|
| 26 |
+
"gamma": 0.99,
|
| 27 |
+
"reward_scale": 1.0,
|
| 28 |
+
"reward_clip": 1000.0,
|
| 29 |
+
"value_bootstrap": false,
|
| 30 |
+
"normalize_returns": true,
|
| 31 |
+
"exploration_loss_coeff": 0.0001,
|
| 32 |
+
"value_loss_coeff": 0.5,
|
| 33 |
+
"kl_loss_coeff": 0.0,
|
| 34 |
+
"exploration_loss": "entropy",
|
| 35 |
+
"gae_lambda": 0.95,
|
| 36 |
+
"ppo_clip_ratio": 0.2,
|
| 37 |
+
"ppo_clip_value": 1.0,
|
| 38 |
+
"with_vtrace": false,
|
| 39 |
+
"vtrace_rho": 1.0,
|
| 40 |
+
"vtrace_c": 1.0,
|
| 41 |
+
"optimizer": "adam",
|
| 42 |
+
"adam_eps": 1e-05,
|
| 43 |
+
"adam_beta1": 0.9,
|
| 44 |
+
"adam_beta2": 0.999,
|
| 45 |
+
"max_grad_norm": 0.5,
|
| 46 |
+
"learning_rate": 2e-05,
|
| 47 |
+
"lr_schedule": "kl_adaptive_epoch",
|
| 48 |
+
"lr_schedule_kl_threshold": 0.04,
|
| 49 |
+
"obs_subtract_mean": 0.0,
|
| 50 |
+
"obs_scale": 1.0,
|
| 51 |
+
"normalize_input": true,
|
| 52 |
+
"normalize_input_keys": null,
|
| 53 |
+
"decorrelate_experience_max_seconds": 0,
|
| 54 |
+
"decorrelate_envs_on_one_worker": true,
|
| 55 |
+
"actor_worker_gpus": [],
|
| 56 |
+
"set_workers_cpu_affinity": true,
|
| 57 |
+
"force_envs_single_thread": false,
|
| 58 |
+
"default_niceness": 0,
|
| 59 |
+
"log_to_file": true,
|
| 60 |
+
"experiment_summaries_interval": 3,
|
| 61 |
+
"flush_summaries_interval": 30,
|
| 62 |
+
"stats_avg": 100,
|
| 63 |
+
"summaries_use_frameskip": true,
|
| 64 |
+
"heartbeat_interval": 20,
|
| 65 |
+
"heartbeat_reporting_interval": 180,
|
| 66 |
+
"train_for_env_steps": 200000000,
|
| 67 |
+
"train_for_seconds": 10000000000,
|
| 68 |
+
"save_every_sec": 120,
|
| 69 |
+
"keep_checkpoints": 2,
|
| 70 |
+
"load_checkpoint_kind": "latest",
|
| 71 |
+
"save_milestones_sec": -1,
|
| 72 |
+
"save_best_every_sec": 5,
|
| 73 |
+
"save_best_metric": "reward",
|
| 74 |
+
"save_best_after": 100000,
|
| 75 |
+
"benchmark": false,
|
| 76 |
+
"encoder_mlp_layers": [
|
| 77 |
+
512,
|
| 78 |
+
512
|
| 79 |
+
],
|
| 80 |
+
"encoder_conv_architecture": "convnet_simple",
|
| 81 |
+
"encoder_conv_mlp_layers": [
|
| 82 |
+
512
|
| 83 |
+
],
|
| 84 |
+
"use_rnn": true,
|
| 85 |
+
"rnn_size": 512,
|
| 86 |
+
"rnn_type": "gru",
|
| 87 |
+
"rnn_num_layers": 1,
|
| 88 |
+
"decoder_mlp_layers": [],
|
| 89 |
+
"nonlinearity": "relu",
|
| 90 |
+
"policy_initialization": "orthogonal",
|
| 91 |
+
"policy_init_gain": 1.0,
|
| 92 |
+
"actor_critic_share_weights": true,
|
| 93 |
+
"adaptive_stddev": true,
|
| 94 |
+
"continuous_tanh_scale": 0.0,
|
| 95 |
+
"initial_stddev": 1.0,
|
| 96 |
+
"use_env_info_cache": false,
|
| 97 |
+
"env_gpu_actions": false,
|
| 98 |
+
"env_gpu_observations": true,
|
| 99 |
+
"env_frameskip": 1,
|
| 100 |
+
"env_framestack": 4,
|
| 101 |
+
"pixel_format": "CHW",
|
| 102 |
+
"use_record_episode_statistics": true,
|
| 103 |
+
"with_wandb": false,
|
| 104 |
+
"wandb_user": null,
|
| 105 |
+
"wandb_project": "sample_factory",
|
| 106 |
+
"wandb_group": null,
|
| 107 |
+
"wandb_job_type": "SF",
|
| 108 |
+
"wandb_tags": [],
|
| 109 |
+
"with_pbt": true,
|
| 110 |
+
"pbt_mix_policies_in_one_env": true,
|
| 111 |
+
"pbt_period_env_steps": 1000000,
|
| 112 |
+
"pbt_start_mutation": 1000000,
|
| 113 |
+
"pbt_replace_fraction": 0.3,
|
| 114 |
+
"pbt_mutation_rate": 0.15,
|
| 115 |
+
"pbt_replace_reward_gap": 0.1,
|
| 116 |
+
"pbt_replace_reward_gap_absolute": 1e-06,
|
| 117 |
+
"pbt_optimize_gamma": false,
|
| 118 |
+
"pbt_target_objective": "true_objective",
|
| 119 |
+
"pbt_perturb_min": 1.1,
|
| 120 |
+
"pbt_perturb_max": 1.5,
|
| 121 |
+
"base_port": 21113,
|
| 122 |
+
"env_agents": 16,
|
| 123 |
+
"viz": false,
|
| 124 |
+
"command_line": "--experiment=20221221a_pbt_fps_team_hyp_scan_13 --env=gdrl --train_for_env_steps=200000000 --reward_scale=1.0 --worker_num_splits=2 --num_envs_per_worker=2 --num_workers=80 --batched_sampling=False --num_policies=4 --with_pbt=True --pbt_period_env_steps=1000000 --pbt_start_mutation=1000000 --batch_size=2048 --num_batches_per_epoch=2 --num_epochs=2 --learning_rate=0.00002 --exploration_loss_coef=0.0001 --lr_schedule=kl_adaptive_epoch --lr_schedule_kl_threshold=0.04 --use_rnn=True --recurrence=32",
|
| 125 |
+
"cli_args": {
|
| 126 |
+
"env": "gdrl",
|
| 127 |
+
"experiment": "20221221a_pbt_fps_team_hyp_scan_13",
|
| 128 |
+
"num_policies": 4,
|
| 129 |
+
"batched_sampling": false,
|
| 130 |
+
"worker_num_splits": 2,
|
| 131 |
+
"num_workers": 80,
|
| 132 |
+
"num_envs_per_worker": 2,
|
| 133 |
+
"batch_size": 2048,
|
| 134 |
+
"num_batches_per_epoch": 2,
|
| 135 |
+
"num_epochs": 2,
|
| 136 |
+
"recurrence": 32,
|
| 137 |
+
"reward_scale": 1.0,
|
| 138 |
+
"exploration_loss_coeff": 0.0001,
|
| 139 |
+
"learning_rate": 2e-05,
|
| 140 |
+
"lr_schedule": "kl_adaptive_epoch",
|
| 141 |
+
"lr_schedule_kl_threshold": 0.04,
|
| 142 |
+
"train_for_env_steps": 200000000,
|
| 143 |
+
"use_rnn": true,
|
| 144 |
+
"with_pbt": true,
|
| 145 |
+
"pbt_period_env_steps": 1000000,
|
| 146 |
+
"pbt_start_mutation": 1000000
|
| 147 |
+
},
|
| 148 |
+
"git_hash": "4d769c0a65fe43339bd62fe169e0f585acc5050c",
|
| 149 |
+
"git_repo_name": "https://github.com/edbeeching/godot_rl_agents.git",
|
| 150 |
+
"train_script": ".gpfsssd.scratch.rech.ajs.utv52ia.godot_rl.godot_rl_agents.venv.bin.g"
|
| 151 |
+
}
|