Robotics
LeRobot
Safetensors
act
shawnptl8 commited on
Commit
14a8e69
·
verified ·
1 Parent(s): 7b02d55

Upload policy

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