aliberts HF staff imstevenpmwork HF staff commited on
Commit
84a7c23
·
verified ·
1 Parent(s): 202c869

refactor/pretrainedconfig_device_amps_args (#3)

Browse files

- Upload folder using huggingface_hub (e7bf12d26c4d50a9386ff209b643d24f7009b61d)
- fix/add_args_to_nested_policy_config (6757eddf48d727c4f297581dbe62f17b9fdd6ae3)


Co-authored-by: Steven Palma <[email protected]>

Files changed (2) hide show
  1. config.json +2 -0
  2. train_config.json +2 -2
config.json CHANGED
@@ -38,6 +38,8 @@
38
  "n_action_steps": 8,
39
  "n_groups": 8,
40
  "n_obs_steps": 2,
 
 
41
  "noise_scheduler_type": "DDPM",
42
  "normalization_mapping": {
43
  "ACTION": "MIN_MAX",
 
38
  "n_action_steps": 8,
39
  "n_groups": 8,
40
  "n_obs_steps": 2,
41
+ "device": "cuda",
42
+ "use_amp": false,
43
  "noise_scheduler_type": "DDPM",
44
  "normalization_mapping": {
45
  "ACTION": "MIN_MAX",
train_config.json CHANGED
@@ -104,6 +104,8 @@
104
  "policy": {
105
  "type": "diffusion",
106
  "n_obs_steps": 2,
 
 
107
  "normalization_mapping": {
108
  "VISUAL": "MEAN_STD",
109
  "STATE": "MIN_MAX",
@@ -178,8 +180,6 @@
178
  "output_dir": "outputs/train/2025-01-17/11-51-15_pusht_diffusion",
179
  "job_name": "pusht_diffusion",
180
  "resume": false,
181
- "device": "cuda",
182
- "use_amp": false,
183
  "seed": 100000,
184
  "num_workers": 4,
185
  "batch_size": 64,
 
104
  "policy": {
105
  "type": "diffusion",
106
  "n_obs_steps": 2,
107
+ "device": "cuda",
108
+ "use_amp": false,
109
  "normalization_mapping": {
110
  "VISUAL": "MEAN_STD",
111
  "STATE": "MIN_MAX",
 
180
  "output_dir": "outputs/train/2025-01-17/11-51-15_pusht_diffusion",
181
  "job_name": "pusht_diffusion",
182
  "resume": false,
 
 
183
  "seed": 100000,
184
  "num_workers": 4,
185
  "batch_size": 64,