younghyopark commited on
Commit
c9be794
·
verified ·
1 Parent(s): c08ebfa

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +56 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD",
7
+ "ENV": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.right.joint": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 8
14
+ ]
15
+ },
16
+ "observation.environment.main_camera.image.aug3": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 720,
21
+ 1280
22
+ ]
23
+ }
24
+ },
25
+ "output_features": {
26
+ "action.right.joint": {
27
+ "type": "ACTION",
28
+ "shape": [
29
+ 8
30
+ ]
31
+ }
32
+ },
33
+ "device": "cuda",
34
+ "use_amp": false,
35
+ "chunk_size": 100,
36
+ "n_action_steps": 50,
37
+ "vision_backbone": "resnet18",
38
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
39
+ "replace_final_stride_with_dilation": false,
40
+ "pre_norm": false,
41
+ "dim_model": 512,
42
+ "n_heads": 8,
43
+ "dim_feedforward": 3200,
44
+ "feedforward_activation": "relu",
45
+ "n_encoder_layers": 4,
46
+ "n_decoder_layers": 1,
47
+ "use_vae": true,
48
+ "latent_dim": 32,
49
+ "n_vae_encoder_layers": 4,
50
+ "temporal_ensemble_coeff": null,
51
+ "dropout": 0.1,
52
+ "kl_weight": 10.0,
53
+ "optimizer_lr": 1e-05,
54
+ "optimizer_weight_decay": 0.0001,
55
+ "optimizer_lr_backbone": 1e-05
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae07f0ddc04192013062efbefb82f8940b29a3ed672d05904b719115f2d6be9c
3
+ size 206717336