Commit f8c1597 1 parent 0a9c2b8 commit f8c1597 Copy full SHA for f8c1597
File tree 1 file changed +62
-0
lines changed
1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Sweep over data sources and data processing parameters
2
+
3
+ program : scripts/solve_inertial_param_sdp.py
4
+ method : bayes
5
+
6
+ metric :
7
+ goal : minimize
8
+ name : sdp_cost
9
+
10
+ parameters :
11
+ joint_data_path :
12
+ values : [
13
+ joint_data/real/excitation_only/iiwa_with_wsg/fourier_payload_only_averaged,
14
+ joint_data/real/excitation_only/iiwa_with_wsg/fourier_40k_averaged
15
+ ]
16
+ filter_positions :
17
+ values : [true, false]
18
+ pos_order :
19
+ distribution : int_uniform
20
+ min : 2
21
+ max : 30
22
+ pos_cutoff_freq_hz :
23
+ distribution : uniform
24
+ min : 30.0
25
+ max : 90.0
26
+ vel_order :
27
+ distribution : int_uniform
28
+ min : 2
29
+ max : 30
30
+ vel_cutoff_freq_hz :
31
+ distribution : uniform
32
+ min : 5.0
33
+ max : 30.0
34
+ acc_order :
35
+ distribution : int_uniform
36
+ min : 2
37
+ max : 30
38
+ acc_cutoff_freq_hz :
39
+ distribution : uniform
40
+ min : 3.0
41
+ max : 35.0
42
+ torque_order :
43
+ distribution : int_uniform
44
+ min : 2
45
+ max : 30
46
+ torque_cutoff_freq_hz :
47
+ distribution : uniform
48
+ min : 1.5
49
+ max : 15.0
50
+
51
+ command :
52
+ - ${env}
53
+ - python
54
+ - ${program}
55
+ - --wandb_mode=online
56
+ - --regularization_weight=0.0
57
+ - --process_joint_data
58
+ - --not_perform_eval
59
+ - --payload_only
60
+ # Change this to match the no-payload identified parameters path!
61
+ - --initial_param_path=identified_params/real/excitation_only/iiwa_only/fourier_40k_averaged_improvedDynamicDryFriction.npy
62
+ - ${args_no_boolean_flags}
You can’t perform that action at this time.
0 commit comments