HardenZhao commited on
Commit
ca6a9fc
·
verified ·
1 Parent(s): 38cac2e

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +100 -0
config.yaml ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ actor:
2
+ model:
3
+ model_type: openpi_pytorch
4
+ precision: fp32
5
+ is_lora: false
6
+ lora_rank: 32
7
+ num_action_chunks: 20
8
+ action_dim: 10
9
+ use_proprio: true
10
+ num_steps: 5
11
+ add_value_head: false
12
+ openpi:
13
+ task: sft
14
+ config_name: pi05_singlefranka_tcp_rot6d
15
+ num_images_in_input: 3
16
+ action_chunk: 20
17
+ action_env_dim: 10
18
+ model_action_dim: 32
19
+ paligemma_variant: gemma_2b
20
+ action_expert_variant: gemma_300m
21
+ max_token_len: 200
22
+ discrete_state_input: false
23
+ assets_dir: /mnt/workspace/embody-h2/users/zhaozihao/DAgger/assets/pi05_singlefranka_tcp_rot6d/umi_left_franka_tcp_rot6d
24
+ asset_id: stack_cubes_umi_1_franka
25
+ model_path: /mnt/workspace/embody-h2/users/zhaozihao/pi05_base_pytorch_new
26
+ fsdp_config:
27
+ strategy: fsdp
28
+ sharding_strategy: full_shard
29
+ gradient_checkpointing: true
30
+ cpu_offload: false
31
+ offload_pin_memory: false
32
+ reshard_after_forward: true
33
+ enable_gradient_accumulation: true
34
+ forward_prefetch: false
35
+ limit_all_gathers: false
36
+ backward_prefetch: null
37
+ use_orig_params: true
38
+ use_liger_kernel: false
39
+ mixed_precision:
40
+ param_dtype: bf16
41
+ reduce_dtype: fp32
42
+ buffer_dtype: fp32
43
+ amp_autocast:
44
+ enabled: false
45
+ precision: bf16
46
+ grad_scaler:
47
+ enabled: false
48
+ init_scale: null
49
+ growth_interval: null
50
+ gradient_checkpointing_use_reentrant: false
51
+ group_name: ActorGroup
52
+ training_backend: fsdp
53
+ micro_batch_size: 4
54
+ eval_batch_size: 1
55
+ global_batch_size: 32
56
+ seed: 0
57
+ optim:
58
+ lr: 2.5e-05
59
+ adam_beta1: 0.9
60
+ adam_beta2: 0.95
61
+ adam_eps: 1.0e-08
62
+ weight_decay: 1.0e-10
63
+ clip_grad: 1.0
64
+ total_training_steps: 30000
65
+ lr_warmup_steps: 1000
66
+ lr_scheduler: openpi_cosine
67
+ num_cycles: 0.5
68
+ min_lr: 2.5e-06
69
+ cluster:
70
+ num_nodes: 1
71
+ component_placement:
72
+ actor: 0-7
73
+ runner:
74
+ task_type: sft
75
+ logger:
76
+ log_path: /mnt/workspace/embody-h2/users/zhaozihao/DAgger/logs/stack_cubes_umi_1_franka-10
77
+ project_name: rlinf
78
+ experiment_name: umi_left_franka_tcp_rot6d_openpi_pytorch_sft
79
+ logger_backends:
80
+ - tensorboard
81
+ max_epochs: -1
82
+ max_steps: 30000
83
+ val_check_interval: -1
84
+ save_interval: 2000
85
+ resume_dir: /mnt/workspace/embody-h2/users/zhaozihao/checkpoint_archive/stack_cubes_umi_1_franka-8/umi_left_franka_tcp_rot6d_openpi_pytorch_sft/checkpoints/global_step_20000
86
+ checkpoint_offload_dir: /mnt/workspace/embody-h2/users/zhaozihao/checkpoint_archive
87
+ per_worker_log: false
88
+ per_worker_log_path: null
89
+ data:
90
+ train_data_paths: dataset/stack_cubes_umi_1_franka
91
+ post_train: true
92
+ post_train_data_path: /mnt/workspace/embody-h2/users/zhaozihao/DAgger/egodagger_dataset/stack_cubes_umi-egodagger-franka
93
+ repo_id: ''
94
+ num_workers: 4
95
+ algorithm:
96
+ adv_type: gae
97
+ reward:
98
+ use_reward_model: false
99
+ critic:
100
+ use_critic_model: false