Jeongeun commited on
Commit
61223b9
·
verified ·
1 Parent(s): e154d05

Initial commit

Browse files
Files changed (2) hide show
  1. config.json +52 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.environment_state": {
17
+ "type": "ENV",
18
+ "shape": [
19
+ 27
20
+ ]
21
+ }
22
+ },
23
+ "output_features": {
24
+ "action": {
25
+ "type": "ACTION",
26
+ "shape": [
27
+ 7
28
+ ]
29
+ }
30
+ },
31
+ "device": "cuda",
32
+ "use_amp": false,
33
+ "chunk_size": 10,
34
+ "n_action_steps": 10,
35
+ "backbone": "mlp",
36
+ "vision_backbone": "facebook/dinov3-vitb16-pretrain-lvd1689m",
37
+ "projection_dim": 128,
38
+ "freeze_backbone": true,
39
+ "n_hidden_layers": 10,
40
+ "hidden_dim": 512,
41
+ "n_heads": 4,
42
+ "dim_feedforward": 2048,
43
+ "feedforward_activation": "gelu",
44
+ "dropout": 0.1,
45
+ "pre_norm": true,
46
+ "n_encoder_layers": 6,
47
+ "optimizer_lr": 0.0005,
48
+ "optimizer_weight_decay": 1e-06,
49
+ "lr_warmup_steps": 1000,
50
+ "total_training_steps": 500000,
51
+ "use_policy_training_preset": true
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafb3239b96e99c0deeab0dcd6cf5394c5f20839ea8b539c9abb15c154c3e2f6
3
+ size 9673600