mshukor HF Staff commited on
Commit
3c84a0b
·
verified ·
1 Parent(s): 753c975

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +67 -0
  2. model.safetensors +3 -0
  3. train_config.json +156 -0
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.image": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.image2": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ }
40
+ },
41
+ "use_env_state": true,
42
+ "exclude_image_keys": "",
43
+ "normalize_per_robot_type": false,
44
+ "checkpoint_keys_mapping": "",
45
+ "checkpoint_path": null,
46
+ "chunk_size": 100,
47
+ "n_action_steps": 100,
48
+ "vision_backbone": "resnet18",
49
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
50
+ "replace_final_stride_with_dilation": false,
51
+ "pre_norm": false,
52
+ "dim_model": 512,
53
+ "n_heads": 8,
54
+ "dim_feedforward": 3200,
55
+ "feedforward_activation": "relu",
56
+ "n_encoder_layers": 4,
57
+ "n_decoder_layers": 1,
58
+ "use_vae": true,
59
+ "latent_dim": 32,
60
+ "n_vae_encoder_layers": 4,
61
+ "temporal_ensemble_coeff": null,
62
+ "dropout": 0.1,
63
+ "kl_weight": 10.0,
64
+ "optimizer_lr": 1e-05,
65
+ "optimizer_weight_decay": 0.0001,
66
+ "optimizer_lr_backbone": 1e-05
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcdf0c6dbc1a7aca47723e47dad62992bd6414c4c22047889c0b42953162d86
3
+ size 206701040
train_config.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "danaaubakirova/so100_v2_task_1",
4
+ "episodes": null,
5
+ "image_transforms": {
6
+ "enable": false,
7
+ "max_num_transforms": 3,
8
+ "random_order": false,
9
+ "tfs": {
10
+ "resize_with_pad": {
11
+ "weight": 1.0,
12
+ "type": "ResizeWithPad",
13
+ "kwargs": {
14
+ "size": [
15
+ 256,
16
+ 256
17
+ ]
18
+ }
19
+ }
20
+ }
21
+ },
22
+ "local_files_only": true,
23
+ "use_imagenet_stats": true,
24
+ "video_backend": "pyav",
25
+ "sampling_weights": null,
26
+ "max_action_dim": null,
27
+ "max_state_dim": null,
28
+ "max_num_images": null,
29
+ "max_image_dim": null,
30
+ "train_on_all_features": false
31
+ },
32
+ "env": null,
33
+ "policy": {
34
+ "type": "act",
35
+ "n_obs_steps": 1,
36
+ "normalization_mapping": {
37
+ "VISUAL": "MEAN_STD",
38
+ "STATE": "MEAN_STD",
39
+ "ACTION": "MEAN_STD"
40
+ },
41
+ "input_features": {
42
+ "observation.state": {
43
+ "type": "STATE",
44
+ "shape": [
45
+ 6
46
+ ]
47
+ },
48
+ "observation.image": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 480,
53
+ 640
54
+ ]
55
+ },
56
+ "observation.image2": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 480,
61
+ 640
62
+ ]
63
+ }
64
+ },
65
+ "output_features": {
66
+ "action": {
67
+ "type": "ACTION",
68
+ "shape": [
69
+ 6
70
+ ]
71
+ }
72
+ },
73
+ "use_env_state": true,
74
+ "exclude_image_keys": "",
75
+ "normalize_per_robot_type": false,
76
+ "checkpoint_keys_mapping": "",
77
+ "checkpoint_path": null,
78
+ "chunk_size": 100,
79
+ "n_action_steps": 100,
80
+ "vision_backbone": "resnet18",
81
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
82
+ "replace_final_stride_with_dilation": false,
83
+ "pre_norm": false,
84
+ "dim_model": 512,
85
+ "n_heads": 8,
86
+ "dim_feedforward": 3200,
87
+ "feedforward_activation": "relu",
88
+ "n_encoder_layers": 4,
89
+ "n_decoder_layers": 1,
90
+ "use_vae": true,
91
+ "latent_dim": 32,
92
+ "n_vae_encoder_layers": 4,
93
+ "temporal_ensemble_coeff": null,
94
+ "dropout": 0.1,
95
+ "kl_weight": 10.0,
96
+ "optimizer_lr": 1e-05,
97
+ "optimizer_weight_decay": 0.0001,
98
+ "optimizer_lr_backbone": 1e-05
99
+ },
100
+ "output_dir": "/lustre/fswork/projects/rech/dyf/ugz83ue/logs/lerobot/lerobot_so100_v2_task_1_act_2",
101
+ "job_name": "act",
102
+ "resume": false,
103
+ "overwrite": false,
104
+ "device": "cuda",
105
+ "use_amp": false,
106
+ "seed": 1000,
107
+ "num_workers": 4,
108
+ "batch_size": 8,
109
+ "eval_freq": 20000,
110
+ "log_freq": 200,
111
+ "save_checkpoint": true,
112
+ "save_freq": 20000,
113
+ "offline": {
114
+ "steps": 2000000
115
+ },
116
+ "online": {
117
+ "steps": 0,
118
+ "rollout_n_episodes": 1,
119
+ "rollout_batch_size": 1,
120
+ "steps_between_rollouts": null,
121
+ "sampling_ratio": 0.5,
122
+ "env_seed": null,
123
+ "buffer_capacity": null,
124
+ "buffer_seed_size": 0,
125
+ "do_rollout_async": false
126
+ },
127
+ "use_policy_training_preset": true,
128
+ "optimizer": {
129
+ "type": "adamw",
130
+ "lr": 1e-05,
131
+ "weight_decay": 0.0001,
132
+ "grad_clip_norm": 10.0,
133
+ "betas": [
134
+ 0.9,
135
+ 0.999
136
+ ],
137
+ "eps": 1e-08
138
+ },
139
+ "scheduler": null,
140
+ "eval": {
141
+ "n_episodes": 50,
142
+ "batch_size": 50,
143
+ "use_async_envs": false
144
+ },
145
+ "wandb": {
146
+ "enable": false,
147
+ "disable_artifact": false,
148
+ "project": "lerobot",
149
+ "entity": null,
150
+ "notes": null
151
+ },
152
+ "nccl_timeout": 9000,
153
+ "gradient_accumulation_steps": 1,
154
+ "torch_compile": false,
155
+ "save_on_eval": false
156
+ }