iantc104 commited on
Commit
e4b04bd
1 Parent(s): cee5db5

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +12 -0
  2. config.json +61 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: lerobot
3
+ tags:
4
+ - act
5
+ - model_hub_mixin
6
+ - pytorch_model_hub_mixin
7
+ - robotics
8
+ ---
9
+
10
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
11
+ - Library: https://github.com/huggingface/lerobot
12
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_size": 50,
3
+ "dim_feedforward": 3200,
4
+ "dim_model": 512,
5
+ "dropout": 0.1,
6
+ "feedforward_activation": "relu",
7
+ "input_normalization_modes": {
8
+ "observation.images.overhead_cam": "mean_std",
9
+ "observation.images.worms_eye_cam": "mean_std",
10
+ "observation.images.wrist_cam_left": "mean_std",
11
+ "observation.images.wrist_cam_right": "mean_std",
12
+ "observation.state": "mean_std"
13
+ },
14
+ "input_shapes": {
15
+ "observation.images.overhead_cam": [
16
+ 3,
17
+ 480,
18
+ 640
19
+ ],
20
+ "observation.images.worms_eye_cam": [
21
+ 3,
22
+ 480,
23
+ 640
24
+ ],
25
+ "observation.images.wrist_cam_left": [
26
+ 3,
27
+ 480,
28
+ 640
29
+ ],
30
+ "observation.images.wrist_cam_right": [
31
+ 3,
32
+ 480,
33
+ 640
34
+ ],
35
+ "observation.state": [
36
+ 21
37
+ ]
38
+ },
39
+ "kl_weight": 10.0,
40
+ "latent_dim": 32,
41
+ "n_action_steps": 50,
42
+ "n_decoder_layers": 1,
43
+ "n_encoder_layers": 4,
44
+ "n_heads": 8,
45
+ "n_obs_steps": 1,
46
+ "n_vae_encoder_layers": 4,
47
+ "output_normalization_modes": {
48
+ "action": "mean_std"
49
+ },
50
+ "output_shapes": {
51
+ "action": [
52
+ 21
53
+ ]
54
+ },
55
+ "pre_norm": false,
56
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
57
+ "replace_final_stride_with_dilation": false,
58
+ "temporal_ensemble_coeff": null,
59
+ "use_vae": true,
60
+ "vision_backbone": "resnet18"
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ac5eca78bd735eeb772a1465456cade251c47c1e47dbe6e8bd61dc56749565
3
+ size 206620188