Add files using upload-large-folder tool
Browse files- config.json +185 -0
- models.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": {
|
| 3 |
+
"dataset": {
|
| 4 |
+
"_target_": "datasets.make_dataset",
|
| 5 |
+
"seq_len": 1,
|
| 6 |
+
"pad_mode": "none",
|
| 7 |
+
"val_ratio": 0.01,
|
| 8 |
+
"obs_stack": 1,
|
| 9 |
+
"action_chunk": 16,
|
| 10 |
+
"to_memory": false,
|
| 11 |
+
"dataset_id": "libero-90",
|
| 12 |
+
"data_paths": "/opt/ml/input/data/training/libero_90/*.hdf5",
|
| 13 |
+
"buffer_dir": "/tmp/buffers/libero_90/",
|
| 14 |
+
"shape_meta": {
|
| 15 |
+
"obs": {
|
| 16 |
+
"agentview_rgb": {
|
| 17 |
+
"shape": [
|
| 18 |
+
128,
|
| 19 |
+
128,
|
| 20 |
+
3
|
| 21 |
+
],
|
| 22 |
+
"type": "rgb"
|
| 23 |
+
},
|
| 24 |
+
"eye_in_hand_rgb": {
|
| 25 |
+
"shape": [
|
| 26 |
+
128,
|
| 27 |
+
128,
|
| 28 |
+
3
|
| 29 |
+
],
|
| 30 |
+
"type": "rgb"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"action": {
|
| 34 |
+
"shape": [
|
| 35 |
+
7
|
| 36 |
+
]
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"batch_size": 200
|
| 40 |
+
},
|
| 41 |
+
"env": {
|
| 42 |
+
"_target_": "environments.make_env",
|
| 43 |
+
"seed": 42,
|
| 44 |
+
"obs_stack": 1,
|
| 45 |
+
"action_chunk": 16,
|
| 46 |
+
"env_id": "libero-test",
|
| 47 |
+
"hdf5_path": "/opt/ml/input/data/training/libero_90/KITCHEN_SCENE2_stack_the_middle_black_bowl_on_the_back_black_bowl_demo.hdf5",
|
| 48 |
+
"shape_meta": {
|
| 49 |
+
"obs": {
|
| 50 |
+
"agentview_rgb": {
|
| 51 |
+
"shape": [
|
| 52 |
+
128,
|
| 53 |
+
128,
|
| 54 |
+
3
|
| 55 |
+
],
|
| 56 |
+
"type": "rgb"
|
| 57 |
+
},
|
| 58 |
+
"eye_in_hand_rgb": {
|
| 59 |
+
"shape": [
|
| 60 |
+
128,
|
| 61 |
+
128,
|
| 62 |
+
3
|
| 63 |
+
],
|
| 64 |
+
"type": "rgb"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"action": {
|
| 68 |
+
"shape": [
|
| 69 |
+
7
|
| 70 |
+
]
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"max_episode_steps": 1000
|
| 74 |
+
}
|
| 75 |
+
},
|
| 76 |
+
"optimizer": {
|
| 77 |
+
"_target_": "common.optimization.get_optimizer",
|
| 78 |
+
"name": "AdamW",
|
| 79 |
+
"model": "???",
|
| 80 |
+
"lr": 0.0001,
|
| 81 |
+
"weight_decay": 1e-06,
|
| 82 |
+
"betas": [
|
| 83 |
+
0.9,
|
| 84 |
+
0.999
|
| 85 |
+
],
|
| 86 |
+
"eps": 1e-08,
|
| 87 |
+
"obs_encoder_lr_scale": 0.1
|
| 88 |
+
},
|
| 89 |
+
"scheduler": {
|
| 90 |
+
"_target_": "common.optimization.get_scheduler",
|
| 91 |
+
"name": "constant",
|
| 92 |
+
"optimizer": "???",
|
| 93 |
+
"num_warmup_steps": 20
|
| 94 |
+
},
|
| 95 |
+
"algo": "lmp-policy-ppo",
|
| 96 |
+
"exp_id": "clipexpdiff0.05_ll0.01_s16v16_sig0.1-0.01",
|
| 97 |
+
"seed": 42,
|
| 98 |
+
"logdir": "/opt/ml/checkpoints/lmp-policy-ppo/libero_90/clipexpdiff0.05_ll0.01_s16v16_sig0.1-0.01/42",
|
| 99 |
+
"resume": false,
|
| 100 |
+
"use_amp": true,
|
| 101 |
+
"compile": false,
|
| 102 |
+
"pretrain_checkpoint_path": null,
|
| 103 |
+
"num_steps": 5000000,
|
| 104 |
+
"train_every": 3200,
|
| 105 |
+
"num_train_epochs": 2,
|
| 106 |
+
"eval_every": 128000,
|
| 107 |
+
"save_every": 128000,
|
| 108 |
+
"eval_rollout_every": 500000,
|
| 109 |
+
"num_eval_rollouts": 20,
|
| 110 |
+
"rollout_batch_size": 200,
|
| 111 |
+
"train_batch_size": 64,
|
| 112 |
+
"clip_grad_norm": 1.0,
|
| 113 |
+
"free_nats_ratio": 0.05,
|
| 114 |
+
"clip_range": 0.05,
|
| 115 |
+
"alpha": 0.1,
|
| 116 |
+
"kl_coef": 1.0,
|
| 117 |
+
"ll_coef": 0.01,
|
| 118 |
+
"model": {
|
| 119 |
+
"_target_": "algorithms.latent_memory_palace.LatentMemoryPalacePolicy",
|
| 120 |
+
"obs_encoder": {
|
| 121 |
+
"_target_": "models.obs_encoders.SequenceObservationEncoder",
|
| 122 |
+
"shape_meta": {
|
| 123 |
+
"obs": {
|
| 124 |
+
"agentview_rgb": {
|
| 125 |
+
"shape": [
|
| 126 |
+
128,
|
| 127 |
+
128,
|
| 128 |
+
3
|
| 129 |
+
],
|
| 130 |
+
"type": "rgb"
|
| 131 |
+
},
|
| 132 |
+
"eye_in_hand_rgb": {
|
| 133 |
+
"shape": [
|
| 134 |
+
128,
|
| 135 |
+
128,
|
| 136 |
+
3
|
| 137 |
+
],
|
| 138 |
+
"type": "rgb"
|
| 139 |
+
}
|
| 140 |
+
},
|
| 141 |
+
"action": {
|
| 142 |
+
"shape": [
|
| 143 |
+
7
|
| 144 |
+
]
|
| 145 |
+
}
|
| 146 |
+
},
|
| 147 |
+
"embed_dim": 768,
|
| 148 |
+
"num_timesteps": 1,
|
| 149 |
+
"resize_shape": [
|
| 150 |
+
240,
|
| 151 |
+
240
|
| 152 |
+
],
|
| 153 |
+
"crop_shape": [
|
| 154 |
+
224,
|
| 155 |
+
224
|
| 156 |
+
],
|
| 157 |
+
"random_crop": false,
|
| 158 |
+
"color_jitter": null,
|
| 159 |
+
"vision_backbone": "pi05",
|
| 160 |
+
"use_low_dim": true,
|
| 161 |
+
"use_language": true,
|
| 162 |
+
"pool_output": true,
|
| 163 |
+
"max_language_length": 64,
|
| 164 |
+
"num_film_layers": 2
|
| 165 |
+
},
|
| 166 |
+
"action_dim": 7,
|
| 167 |
+
"action_chunk": 16,
|
| 168 |
+
"seq_len": 16,
|
| 169 |
+
"vocab_size": 16,
|
| 170 |
+
"enc_embed_dim": 768,
|
| 171 |
+
"enc_depth": 12,
|
| 172 |
+
"enc_num_heads": 12,
|
| 173 |
+
"enc_mlp_ratio": 4.0,
|
| 174 |
+
"enc_num_registers": 1,
|
| 175 |
+
"dec_embed_dim": 768,
|
| 176 |
+
"dec_depth": 10,
|
| 177 |
+
"dec_num_heads": 12,
|
| 178 |
+
"dec_mlp_ratio": 4.0,
|
| 179 |
+
"sigma_max": 0.1,
|
| 180 |
+
"sigma_min": 0.01,
|
| 181 |
+
"sigma_type": "learned_grid",
|
| 182 |
+
"reg_type": "none",
|
| 183 |
+
"reg_coef": 0
|
| 184 |
+
}
|
| 185 |
+
}
|
models.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45893c0553a8f6c5b6b4dbb1d9f4c9cceb0f51334042e34a6fa6234972a1a751
|
| 3 |
+
size 10114863648
|