pzal commited on
Commit
0ac8d82
·
verified ·
1 Parent(s): f65fe3e

Add files using upload-large-folder tool

Browse files
toppling_red_soap/config.yaml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:openpi.training.config.TrainConfig
2
+ name: toppling_red_soap
3
+ project_name: openpi
4
+ exp_name: toppling_red_soap
5
+ model: !!python/object:openpi.models.pi0_config.Pi0Config
6
+ action_dim: 32
7
+ action_horizon: 50
8
+ max_token_len: 48
9
+ dtype: bfloat16
10
+ paligemma_variant: gemma_2b
11
+ action_expert_variant: gemma_300m
12
+ img_variant: So400m/14
13
+ pi05: false
14
+ discrete_state_input: false
15
+ weight_loader: !!python/object:openpi.training.weight_loaders.CheckpointWeightLoader
16
+ local_dir: null
17
+ repo_id: robotgeneralist/openpi_checkpoint_mirrors
18
+ revision: main
19
+ checkpoint_path: pi0_base
20
+ pytorch_weight_path: null
21
+ pytorch_training_precision: bfloat16
22
+ lr_schedule: !!python/object:openpi.training.optimizer.CosineDecaySchedule
23
+ warmup_steps: 1000
24
+ peak_lr: 2.5e-05
25
+ decay_steps: 30000
26
+ decay_lr: 2.5e-06
27
+ optimizer: !!python/object:openpi.training.optimizer.AdamW
28
+ b1: 0.9
29
+ b2: 0.95
30
+ eps: 1.0e-08
31
+ weight_decay: 1.0e-10
32
+ clip_gradient_norm: 1.0
33
+ ema_decay: 0.99
34
+ freeze_filter: !!python/name:flax.nnx.filterlib.Nothing ''
35
+ data: !!python/object:openpi.training.config.LeRobotNomagicURXDataConfig
36
+ repo_ids: !!python/tuple
37
+ - robotgeneralist/toppling-red-soap
38
+ assets: !!python/object:openpi.training.config.AssetsConfig
39
+ assets_dir: null
40
+ asset_id: ur10e
41
+ norm_stats_sample_ratio: 0.05
42
+ base_config: !!python/object:openpi.training.config.DataConfig
43
+ repo_ids: null
44
+ asset_id: null
45
+ norm_stats_data: null
46
+ norm_stats_sample_ratio: 1.0
47
+ norm_stats_dir: null
48
+ repack_transforms: !!python/object:openpi.transforms.Group
49
+ inputs: !!python/tuple []
50
+ outputs: !!python/tuple []
51
+ data_transforms: !!python/object:openpi.transforms.Group
52
+ inputs: !!python/tuple []
53
+ outputs: !!python/tuple []
54
+ model_transforms: !!python/object:openpi.transforms.Group
55
+ inputs: !!python/tuple []
56
+ outputs: !!python/tuple []
57
+ use_quantile_norm: false
58
+ action_sequence_keys: !!python/tuple
59
+ - actions
60
+ fourier_config: null
61
+ prompt_from_task: true
62
+ rlds_data_dir: null
63
+ action_space: null
64
+ filter_dict_path: null
65
+ default_prompt: null
66
+ use_poses: true
67
+ end_effector_frame: false
68
+ fourier_config: null
69
+ assets_base_dir: ./assets
70
+ checkpoint_base_dir: /storage_nvme_1/pzal/checkpoints
71
+ seed: 42
72
+ batch_size: 32
73
+ num_workers: 2
74
+ num_train_steps: 10001
75
+ log_interval: 100
76
+ save_interval: 1000
77
+ keep_period: 5000
78
+ overwrite: false
79
+ resume: true
80
+ wandb_enabled: true
81
+ policy_metadata: null
82
+ fsdp_devices: 1
83
+ test_split_ratio: 0.05
84
+ test_eval_interval: 1000
85
+ test_eval_use_train_mode: false
toppling_red_soap/wandb_id.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0ciaogqn