s3y commited on
Commit
b8a95d8
·
verified ·
1 Parent(s): ac4ceba

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +79 -79
  2. policy_preprocessor.json +3 -3
config.json CHANGED
@@ -1,83 +1,83 @@
1
  {
2
- "type": "pi05",
3
- "n_obs_steps": 1,
4
- "input_features": {
5
- "observation.state": {
6
- "type": "STATE",
7
- "shape": [
8
- 6
9
- ]
10
- },
11
- "observation.images.gripper": {
12
- "type": "VISUAL",
13
- "shape": [
14
- 3,
15
- 360,
16
- 640
17
- ]
18
- },
19
- "observation.images.scene": {
20
- "type": "VISUAL",
21
- "shape": [
22
- 3,
23
- 480,
24
- 640
25
- ]
26
- }
27
  },
28
- "output_features": {
29
- "action": {
30
- "type": "ACTION",
31
- "shape": [
32
- 6
33
- ]
34
- }
35
  },
36
- "device": "cuda",
37
- "use_amp": false,
38
- "push_to_hub": true,
39
- "repo_id": "s3y/pi05-10-30",
40
- "private": null,
41
- "tags": null,
42
- "license": null,
43
- "pretrained_path": "/root/pi05_libero_finetuned",
44
- "paligemma_variant": "gemma_2b",
45
- "action_expert_variant": "gemma_300m",
46
- "dtype": "bfloat16",
47
- "chunk_size": 50,
48
- "n_action_steps": 50,
49
- "max_state_dim": 32,
50
- "max_action_dim": 32,
51
- "num_inference_steps": 10,
52
- "time_sampling_beta_alpha": 1.5,
53
- "time_sampling_beta_beta": 1.0,
54
- "time_sampling_scale": 0.999,
55
- "time_sampling_offset": 0.001,
56
- "min_period": 0.004,
57
- "max_period": 4.0,
58
- "image_resolution": [
59
- 224,
60
- 224
61
- ],
62
- "empty_cameras": 0,
63
- "tokenizer_max_length": 200,
64
- "normalization_mapping": {
65
- "VISUAL": "IDENTITY",
66
- "STATE": "QUANTILES",
67
- "ACTION": "QUANTILES"
68
- },
69
- "gradient_checkpointing": true,
70
- "compile_model": true,
71
- "compile_mode": "max-autotune",
72
- "optimizer_lr": 2.5e-05,
73
- "optimizer_betas": [
74
- 0.9,
75
- 0.95
76
- ],
77
- "optimizer_eps": 1e-08,
78
- "optimizer_weight_decay": 0.01,
79
- "optimizer_grad_clip_norm": 1.0,
80
- "scheduler_warmup_steps": 1000,
81
- "scheduler_decay_steps": 30000,
82
- "scheduler_decay_lr": 2.5e-06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  }
 
1
  {
2
+ "type": "pi05",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation/state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  },
11
+ "observation/wrist_image": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 360,
16
+ 640
17
+ ]
18
  },
19
+ "observation/image": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ }
27
+ },
28
+ "output_features": {
29
+ "actions": {
30
+ "type": "ACTION",
31
+ "shape": [
32
+ 6
33
+ ]
34
+ }
35
+ },
36
+ "device": "cuda",
37
+ "use_amp": false,
38
+ "push_to_hub": true,
39
+ "repo_id": "s3y/pi05-10-30",
40
+ "private": null,
41
+ "tags": null,
42
+ "license": null,
43
+ "pretrained_path": "/root/pi05_libero_finetuned",
44
+ "paligemma_variant": "gemma_2b",
45
+ "action_expert_variant": "gemma_300m",
46
+ "dtype": "bfloat16",
47
+ "chunk_size": 50,
48
+ "n_action_steps": 50,
49
+ "max_state_dim": 32,
50
+ "max_action_dim": 32,
51
+ "num_inference_steps": 10,
52
+ "time_sampling_beta_alpha": 1.5,
53
+ "time_sampling_beta_beta": 1.0,
54
+ "time_sampling_scale": 0.999,
55
+ "time_sampling_offset": 0.001,
56
+ "min_period": 0.004,
57
+ "max_period": 4.0,
58
+ "image_resolution": [
59
+ 224,
60
+ 224
61
+ ],
62
+ "empty_cameras": 0,
63
+ "tokenizer_max_length": 200,
64
+ "normalization_mapping": {
65
+ "VISUAL": "IDENTITY",
66
+ "STATE": "QUANTILES",
67
+ "ACTION": "QUANTILES"
68
+ },
69
+ "gradient_checkpointing": true,
70
+ "compile_model": true,
71
+ "compile_mode": "max-autotune",
72
+ "optimizer_lr": 2.5e-05,
73
+ "optimizer_betas": [
74
+ 0.9,
75
+ 0.95
76
+ ],
77
+ "optimizer_eps": 1e-08,
78
+ "optimizer_weight_decay": 0.01,
79
+ "optimizer_grad_clip_norm": 1.0,
80
+ "scheduler_warmup_steps": 1000,
81
+ "scheduler_decay_steps": 30000,
82
+ "scheduler_decay_lr": 2.5e-06
83
  }
policy_preprocessor.json CHANGED
@@ -16,13 +16,13 @@
16
  "config": {
17
  "eps": 1e-08,
18
  "features": {
19
- "observation.state": {
20
  "type": "STATE",
21
  "shape": [
22
  6
23
  ]
24
  },
25
- "observation.images.gripper": {
26
  "type": "VISUAL",
27
  "shape": [
28
  3,
@@ -30,7 +30,7 @@
30
  640
31
  ]
32
  },
33
- "observation.images.scene": {
34
  "type": "VISUAL",
35
  "shape": [
36
  3,
 
16
  "config": {
17
  "eps": 1e-08,
18
  "features": {
19
+ "observation/state": {
20
  "type": "STATE",
21
  "shape": [
22
  6
23
  ]
24
  },
25
+ "observation/wrist_image": {
26
  "type": "VISUAL",
27
  "shape": [
28
  3,
 
30
  640
31
  ]
32
  },
33
+ "observation/image": {
34
  "type": "VISUAL",
35
  "shape": [
36
  3,