AdilZtn commited on
Commit
1a7bafd
·
verified ·
1 Parent(s): fbfb810

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +77 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 12
9
+ ]
10
+ },
11
+ "observation.images.left": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.top": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.right": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 480,
32
+ 640
33
+ ]
34
+ }
35
+ },
36
+ "output_features": {
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 12
41
+ ]
42
+ }
43
+ },
44
+ "device": "mps",
45
+ "use_amp": false,
46
+ "push_to_hub": true,
47
+ "repo_id": "pepijn223/bimanual-so100-handover-cube",
48
+ "private": null,
49
+ "tags": null,
50
+ "license": null,
51
+ "chunk_size": 100,
52
+ "n_action_steps": 100,
53
+ "normalization_mapping": {
54
+ "VISUAL": "MEAN_STD",
55
+ "STATE": "MEAN_STD",
56
+ "ACTION": "MEAN_STD"
57
+ },
58
+ "vision_backbone": "resnet18",
59
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
60
+ "replace_final_stride_with_dilation": 0,
61
+ "pre_norm": false,
62
+ "dim_model": 512,
63
+ "n_heads": 8,
64
+ "dim_feedforward": 3200,
65
+ "feedforward_activation": "relu",
66
+ "n_encoder_layers": 4,
67
+ "n_decoder_layers": 1,
68
+ "use_vae": true,
69
+ "latent_dim": 32,
70
+ "n_vae_encoder_layers": 4,
71
+ "temporal_ensemble_coeff": null,
72
+ "dropout": 0.1,
73
+ "kl_weight": 10.0,
74
+ "optimizer_lr": 1e-05,
75
+ "optimizer_weight_decay": 0.0001,
76
+ "optimizer_lr_backbone": 1e-05
77
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2871f4c4f2237bc5cc0d35561a4537572a4fcde51a51331a2dc40e739f8da1f8
3
+ size 206748912