CoolFace
Modelpublic

Kouch/SO101_IsaacSim_Test_V3

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes16downloads
config.json64 linesDownload Raw Back to root
1{2    "type": "act",3    "n_obs_steps": 1,4    "input_features": {5        "observation.state": {6            "type": "STATE",7            "shape": [8                69            ]10        },11        "observation.images.top": {12            "type": "VISUAL",13            "shape": [14                3,15                480,16                64017            ]18        }19    },20    "output_features": {21        "action": {22            "type": "ACTION",23            "shape": [24                625            ]26        }27    },28    "device": "cuda",29    "use_amp": false,30    "use_peft": false,31    "push_to_hub": true,32    "repo_id": "Kouch/SO101_IsaacSim_Test_V3",33    "private": null,34    "tags": null,35    "license": null,36    "pretrained_path": null,37    "pretrained_revision": null,38    "chunk_size": 100,39    "n_action_steps": 100,40    "normalization_mapping": {41        "VISUAL": "MEAN_STD",42        "STATE": "MEAN_STD",43        "ACTION": "MEAN_STD"44    },45    "vision_backbone": "resnet18",46    "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",47    "replace_final_stride_with_dilation": false,48    "pre_norm": false,49    "dim_model": 512,50    "n_heads": 8,51    "dim_feedforward": 3200,52    "feedforward_activation": "relu",53    "n_encoder_layers": 4,54    "n_decoder_layers": 1,55    "use_vae": true,56    "latent_dim": 32,57    "n_vae_encoder_layers": 4,58    "temporal_ensemble_coeff": null,59    "dropout": 0.1,60    "kl_weight": 10.0,61    "optimizer_lr": 1e-05,62    "optimizer_weight_decay": 0.0001,63    "optimizer_lr_backbone": 1e-0564}