Jeongeun commited on
Commit
3c57790
·
verified ·
1 Parent(s): 3e1f63d

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +95 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "groot",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 256,
10
+ 256
11
+ ]
12
+ },
13
+ "observation.wrist_image": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 3,
17
+ 256,
18
+ 256
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 8
25
+ ]
26
+ },
27
+ "observation.eef_pose": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 7
31
+ ]
32
+ }
33
+ },
34
+ "output_features": {
35
+ "action": {
36
+ "type": "ACTION",
37
+ "shape": [
38
+ 7
39
+ ]
40
+ }
41
+ },
42
+ "device": "cuda",
43
+ "use_amp": false,
44
+ "use_peft": false,
45
+ "push_to_hub": true,
46
+ "repo_id": "Jeongeun/tutorial_v2_grootn15",
47
+ "private": null,
48
+ "tags": null,
49
+ "license": null,
50
+ "pretrained_path": null,
51
+ "chunk_size": 20,
52
+ "n_action_steps": 20,
53
+ "max_state_dim": 64,
54
+ "max_action_dim": 32,
55
+ "normalization_mapping": {
56
+ "VISUAL": "IDENTITY",
57
+ "STATE": "MEAN_STD",
58
+ "ACTION": "MEAN_STD"
59
+ },
60
+ "image_size": [
61
+ 224,
62
+ 224
63
+ ],
64
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
65
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
66
+ "embodiment_tag": "new_embodiment",
67
+ "tune_llm": false,
68
+ "tune_visual": false,
69
+ "tune_projector": true,
70
+ "tune_diffusion_model": true,
71
+ "lora_rank": 0,
72
+ "lora_alpha": 16,
73
+ "lora_dropout": 0.1,
74
+ "lora_full_model": false,
75
+ "optimizer_lr": 0.0001,
76
+ "optimizer_betas": [
77
+ 0.95,
78
+ 0.999
79
+ ],
80
+ "optimizer_eps": 1e-08,
81
+ "optimizer_weight_decay": 1e-05,
82
+ "warmup_ratio": 0.05,
83
+ "use_bf16": true,
84
+ "video_backend": "decord",
85
+ "balance_dataset_weights": true,
86
+ "balance_trajectory_weights": true,
87
+ "dataset_paths": null,
88
+ "output_dir": "./tmp/gr00t",
89
+ "save_steps": 1000,
90
+ "max_steps": 10000,
91
+ "batch_size": 32,
92
+ "dataloader_num_workers": 8,
93
+ "report_to": "wandb",
94
+ "resume": false
95
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d69f36df1eb5f9df6d34cdfd7a5508d89b252ded1596786a72c9789ad137b9
3
+ size 6964802952