andrewzhang505 commited on
Commit
e4068a7
1 Parent(s): ff4b5ef

Upload cfg.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. cfg.json +156 -0
cfg.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "help": false,
3
+ "algo": "APPO",
4
+ "env": "AllegroHand",
5
+ "experiment": "04_allegrohand_v079_norm_returns_see_3333_s.mod_True_a.rl_False_n.ret_True",
6
+ "train_dir": "./train_dir/allegrohand_v079_norm_returns/allegrohand_v079_norm_returns_slurm",
7
+ "restart_behavior": "resume",
8
+ "device": "gpu",
9
+ "seed": 3333,
10
+ "num_policies": 1,
11
+ "async_rl": false,
12
+ "serial_mode": true,
13
+ "batched_sampling": true,
14
+ "num_batches_to_accumulate": 2,
15
+ "worker_num_splits": 1,
16
+ "policy_workers_per_policy": 1,
17
+ "max_policy_lag": 1000,
18
+ "num_workers": 1,
19
+ "num_envs_per_worker": 1,
20
+ "batch_size": 32768,
21
+ "num_batches_per_epoch": 8,
22
+ "num_epochs": 5,
23
+ "rollout": 16,
24
+ "recurrence": 16,
25
+ "shuffle_minibatches": false,
26
+ "gamma": 0.99,
27
+ "reward_scale": 0.01,
28
+ "reward_clip": 1000.0,
29
+ "value_bootstrap": true,
30
+ "normalize_returns": true,
31
+ "exploration_loss_coeff": 0.0,
32
+ "value_loss_coeff": 2.0,
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-06,
43
+ "adam_beta1": 0.9,
44
+ "adam_beta2": 0.999,
45
+ "max_grad_norm": 1.0,
46
+ "learning_rate": 0.005,
47
+ "lr_schedule": "kl_adaptive_epoch",
48
+ "lr_schedule_kl_threshold": 0.02,
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
+ 0
57
+ ],
58
+ "set_workers_cpu_affinity": true,
59
+ "force_envs_single_thread": false,
60
+ "default_niceness": 0,
61
+ "log_to_file": true,
62
+ "experiment_summaries_interval": 10,
63
+ "flush_summaries_interval": 30,
64
+ "stats_avg": 100,
65
+ "summaries_use_frameskip": true,
66
+ "heartbeat_interval": 10,
67
+ "heartbeat_reporting_interval": 60,
68
+ "train_for_env_steps": 150000000,
69
+ "train_for_seconds": 10000000000,
70
+ "save_every_sec": 120,
71
+ "keep_checkpoints": 2,
72
+ "load_checkpoint_kind": "latest",
73
+ "save_milestones_sec": -1,
74
+ "save_best_every_sec": 5,
75
+ "save_best_metric": "reward",
76
+ "save_best_after": 5000000,
77
+ "benchmark": false,
78
+ "encoder_mlp_layers": [
79
+ 512,
80
+ 256,
81
+ 128
82
+ ],
83
+ "encoder_conv_architecture": "convnet_simple",
84
+ "encoder_conv_mlp_layers": [
85
+ 512
86
+ ],
87
+ "use_rnn": false,
88
+ "rnn_size": 512,
89
+ "rnn_type": "gru",
90
+ "rnn_num_layers": 1,
91
+ "decoder_mlp_layers": [],
92
+ "nonlinearity": "elu",
93
+ "policy_initialization": "torch_default",
94
+ "policy_init_gain": 1.0,
95
+ "actor_critic_share_weights": true,
96
+ "adaptive_stddev": false,
97
+ "continuous_tanh_scale": 0.0,
98
+ "initial_stddev": 1.0,
99
+ "use_env_info_cache": true,
100
+ "env_gpu_actions": true,
101
+ "env_gpu_observations": true,
102
+ "env_frameskip": 1,
103
+ "env_framestack": 1,
104
+ "pixel_format": "CHW",
105
+ "use_record_episode_statistics": false,
106
+ "with_wandb": true,
107
+ "wandb_user": null,
108
+ "wandb_project": "sample_factory",
109
+ "wandb_group": "isaacgym_allegrohand_sf2_v079_norm_returns",
110
+ "wandb_job_type": "SF",
111
+ "wandb_tags": [
112
+ "allegrohand",
113
+ "v079_norm_returns"
114
+ ],
115
+ "with_pbt": false,
116
+ "pbt_mix_policies_in_one_env": true,
117
+ "pbt_period_env_steps": 5000000,
118
+ "pbt_start_mutation": 20000000,
119
+ "pbt_replace_fraction": 0.3,
120
+ "pbt_mutation_rate": 0.15,
121
+ "pbt_replace_reward_gap": 0.1,
122
+ "pbt_replace_reward_gap_absolute": 1e-06,
123
+ "pbt_optimize_gamma": false,
124
+ "pbt_target_objective": "true_objective",
125
+ "pbt_perturb_min": 1.1,
126
+ "pbt_perturb_max": 1.5,
127
+ "env_agents": -1,
128
+ "obs_key": "obs",
129
+ "subtask": null,
130
+ "ige_api_version": "preview4",
131
+ "eval_stats": false,
132
+ "command_line": "--actor_worker_gpus 0 --wandb_project=sample_factory --env=AllegroHand --train_for_env_steps=150000000 --with_wandb=True --wandb_group=isaacgym_allegrohand_sf2_v079_norm_returns --wandb_tags allegrohand v079_norm_returns --seed=3333 --serial_mode=True --async_rl=False --normalize_returns=True --experiment=04_allegrohand_v079_norm_returns_see_3333_s.mod_True_a.rl_False_n.ret_True --train_dir=./train_dir/allegrohand_v079_norm_returns/allegrohand_v079_norm_returns_slurm",
133
+ "cli_args": {
134
+ "env": "AllegroHand",
135
+ "experiment": "04_allegrohand_v079_norm_returns_see_3333_s.mod_True_a.rl_False_n.ret_True",
136
+ "train_dir": "./train_dir/allegrohand_v079_norm_returns/allegrohand_v079_norm_returns_slurm",
137
+ "seed": 3333,
138
+ "async_rl": false,
139
+ "serial_mode": true,
140
+ "normalize_returns": true,
141
+ "actor_worker_gpus": [
142
+ 0
143
+ ],
144
+ "train_for_env_steps": 150000000,
145
+ "with_wandb": true,
146
+ "wandb_project": "sample_factory",
147
+ "wandb_group": "isaacgym_allegrohand_sf2_v079_norm_returns",
148
+ "wandb_tags": [
149
+ "allegrohand",
150
+ "v079_norm_returns"
151
+ ]
152
+ },
153
+ "git_hash": "0b1d3fc4f93b814b0987f4f5ac91119ac2078725",
154
+ "git_repo_name": "https://github.com/andrewzhang505/sample-factory.git",
155
+ "wandb_unique_id": "04_allegrohand_v079_norm_returns_see_3333_s.mod_True_a.rl_False_n.ret_True_20221128_165025_758186"
156
+ }