ASD0821 commited on
Commit
b445036
·
verified ·
1 Parent(s): 7111c27

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +1 -21
config.json CHANGED
@@ -8,22 +8,6 @@
8
  6
9
  ]
10
  },
11
- "observation.images.front": {
12
- "type": "VISUAL",
13
- "shape": [
14
- 3,
15
- 480,
16
- 640
17
- ]
18
- },
19
- "observation.images.wrist": {
20
- "type": "VISUAL",
21
- "shape": [
22
- 3,
23
- 480,
24
- 640
25
- ]
26
- },
27
  "observation.front": {
28
  "type": "VISUAL",
29
  "shape": [
@@ -83,9 +67,5 @@
83
  "kl_weight": 10.0,
84
  "optimizer_lr": 1e-05,
85
  "optimizer_weight_decay": 0.0001,
86
- "optimizer_lr_backbone": 1e-05,
87
- "image_features": [
88
- "observation.front",
89
- "observation.wrist"
90
- ]
91
  }
 
8
  6
9
  ]
10
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "observation.front": {
12
  "type": "VISUAL",
13
  "shape": [
 
67
  "kl_weight": 10.0,
68
  "optimizer_lr": 1e-05,
69
  "optimizer_weight_decay": 0.0001,
70
+ "optimizer_lr_backbone": 1e-05
 
 
 
 
71
  }