Jeongeun commited on
Commit
af05def
·
verified ·
1 Parent(s): 86515be

Initial commit

Browse files
Files changed (2) hide show
  1. config.json +62 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "omy_baseline",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "STATE": "MEAN_STD",
6
+ "ENVIRONMENT_STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 7
14
+ ]
15
+ },
16
+ "observation.image": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 256,
21
+ 256
22
+ ]
23
+ },
24
+ "observation.wrist_image": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 256,
29
+ 256
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 7
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "chunk_size": 10,
44
+ "n_action_steps": 10,
45
+ "backbone": "mlp",
46
+ "vision_backbone": "facebook/dinov3-vitb16-pretrain-lvd1689m",
47
+ "projection_dim": 0,
48
+ "freeze_backbone": true,
49
+ "n_hidden_layers": 10,
50
+ "hidden_dim": 512,
51
+ "n_heads": 4,
52
+ "dim_feedforward": 2048,
53
+ "feedforward_activation": "gelu",
54
+ "dropout": 0.1,
55
+ "pre_norm": true,
56
+ "n_encoder_layers": 6,
57
+ "optimizer_lr": 0.0005,
58
+ "optimizer_weight_decay": 1e-06,
59
+ "lr_warmup_steps": 1000,
60
+ "total_training_steps": 500000,
61
+ "use_policy_training_preset": true
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf52fdffd7848f665b2f74659222845391edc85b1b5e90504bb57f67abf9cd8
3
+ size 353859112