younghyopark commited on
Commit
b7a0e50
·
verified ·
1 Parent(s): c33baae

Upload policy

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