jnm38 commited on
Commit
820c835
1 Parent(s): dbd6f99

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +12 -0
  2. config.json +43 -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,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_size": 100,
3
+ "dim_feedforward": 3200,
4
+ "dim_model": 512,
5
+ "dropout": 0.1,
6
+ "feedforward_activation": "relu",
7
+ "input_normalization_modes": {
8
+ "observation.images.elp0": "mean_std",
9
+ "observation.state": "mean_std"
10
+ },
11
+ "input_shapes": {
12
+ "observation.images.elp0": [
13
+ 3,
14
+ 600,
15
+ 800
16
+ ],
17
+ "observation.state": [
18
+ 6
19
+ ]
20
+ },
21
+ "kl_weight": 10.0,
22
+ "latent_dim": 32,
23
+ "n_action_steps": 100,
24
+ "n_decoder_layers": 1,
25
+ "n_encoder_layers": 4,
26
+ "n_heads": 8,
27
+ "n_obs_steps": 1,
28
+ "n_vae_encoder_layers": 4,
29
+ "output_normalization_modes": {
30
+ "action": "min_max"
31
+ },
32
+ "output_shapes": {
33
+ "action": [
34
+ 6
35
+ ]
36
+ },
37
+ "pre_norm": false,
38
+ "pretrained_backbone_weights": null,
39
+ "replace_final_stride_with_dilation": false,
40
+ "temporal_ensemble_coeff": null,
41
+ "use_vae": true,
42
+ "vision_backbone": "resnet18"
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051cbcb00523c0aaa23ed626b33ce4b5388cf8adb96abde916c5f02b69d1b1f4
3
+ size 206700792