iantc104 commited on
Commit
4e84459
·
verified ·
1 Parent(s): d7d2c41

Push model using huggingface_hub.

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