Ayara31 commited on
Commit
91346fe
·
verified ·
1 Parent(s): 4f291e0

Upload policy_config.yaml

Browse files
Files changed (1) hide show
  1. policy_config.yaml +60 -0
policy_config.yaml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ type: act
2
+
3
+ n_obs_steps: 1
4
+ n_action_steps: 100
5
+ chunk_size: 100
6
+
7
+ input_features:
8
+ observation.state:
9
+ type: STATE
10
+ shape: [6]
11
+ observation.images.front:
12
+ type: VISUAL
13
+ shape: [3, 480, 640]
14
+ observation.images.top:
15
+ type: VISUAL
16
+ shape: [3, 480, 640]
17
+
18
+ output_features:
19
+ action:
20
+ type: ACTION
21
+ shape: [6]
22
+
23
+ normalization_mapping:
24
+ VISUAL: MEAN_STD
25
+ STATE: MEAN_STD
26
+ ACTION: MEAN_STD
27
+
28
+ vision_backbone: resnet18
29
+ pretrained_backbone_weights: ResNet18_Weights.IMAGENET1K_V1
30
+ replace_final_stride_with_dilation: false
31
+
32
+ pre_norm: false
33
+ dim_model: 512
34
+ n_heads: 8
35
+ dim_feedforward: 3200
36
+ feedforward_activation: relu
37
+ n_encoder_layers: 4
38
+ n_decoder_layers: 1
39
+
40
+ use_vae: true
41
+ latent_dim: 32
42
+ n_vae_encoder_layers: 4
43
+ kl_weight: 10.0
44
+
45
+ dropout: 0.1
46
+ use_amp: false
47
+ use_peft: false
48
+
49
+ optimizer_lr: 1e-5
50
+ optimizer_weight_decay: 0.0001
51
+ optimizer_lr_backbone: 1e-5
52
+
53
+ device: cuda
54
+
55
+ push_to_hub: true
56
+ repo_id: Ayara31/shape_sorter0
57
+ private: null
58
+ tags: null
59
+ license: null
60
+ pretrained_path: null