zabphd commited on
Commit
39c77b9
·
verified ·
1 Parent(s): cf5e263

Delete config_modified.json

Browse files
Files changed (1) hide show
  1. config_modified.json +0 -70
config_modified.json DELETED
@@ -1,70 +0,0 @@
1
- {
2
- "type": "pi0",
3
- "n_obs_steps": 1,
4
- "normalization_mapping": {
5
- "VISUAL": "IDENTITY",
6
- "STATE": "MEAN_STD",
7
- "ACTION": "MEAN_STD"
8
- },
9
- "input_features": {
10
- "observation.state": {
11
- "type": "STATE",
12
- "shape": [
13
- 9
14
- ]
15
- },
16
- "observation.images.laptop": {
17
- "type": "VISUAL",
18
- "shape": [
19
- 3,
20
- 480,
21
- 640
22
- ]
23
- },
24
- "observation.images.phone": {
25
- "type": "VISUAL",
26
- "shape": [
27
- 3,
28
- 480,
29
- 640
30
- ]
31
- }
32
- },
33
- "output_features": {
34
- "action": {
35
- "type": "ACTION",
36
- "shape": [
37
- 9
38
- ]
39
- }
40
- },
41
- "chunk_size": 50,
42
- "n_action_steps": 50,
43
- "max_state_dim": 32,
44
- "max_action_dim": 32,
45
- "resize_imgs_with_padding": [
46
- 224,
47
- 224
48
- ],
49
- "empty_cameras": 0,
50
- "adapt_to_pi_aloha": false,
51
- "use_delta_joint_actions_aloha": false,
52
- "tokenizer_max_length": 48,
53
- "proj_width": 1024,
54
- "num_steps": 10,
55
- "use_cache": true,
56
- "attention_implementation": "eager",
57
- "freeze_vision_encoder": true,
58
- "train_expert_only": false,
59
- "train_state_proj": true,
60
- "optimizer_lr": 2.5e-05,
61
- "optimizer_betas": [
62
- 0.9,
63
- 0.95
64
- ],
65
- "optimizer_eps": 1e-08,
66
- "optimizer_weight_decay": 1e-10,
67
- "scheduler_warmup_steps": 1000,
68
- "scheduler_decay_steps": 30000,
69
- "scheduler_decay_lr": 2.5e-06
70
- }