-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexp_time.yaml
More file actions
34 lines (34 loc) · 830 Bytes
/
exp_time.yaml
File metadata and controls
34 lines (34 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
path: 'results/time'
# +x is distance
# +y is left
# +z is top
targets:
x : [ 1.0, 1.5, 0.5, 2.0, 1.0, 1.0]
y : [ 0.0, 0.0, 0.0, 0.0, 1.0, -1.0]
z : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
stlc: # small-time locally controllability
offsets:
# base
- target: [0,0,0]
position: [0,0,0]
lr_pos: 0.001
lr_patch: 0.01
prob_weight: 1.0
num_hl_iter: 10
num_pos_restarts: 3
num_pos_epochs: 1
num_patch_epochs: 1
batch_size: 32
num_patches: 1
scale_min: 0.2
scale_max: 0.7
patch:
mode: 'diffusion' # face, white, random
size: [80, 80] # patch size in [height, width]
path: 'src/custom_patches/custom_patch_96x160.npy' # if mode == 'face' set a path, otherwise path is ignored
position:
- 8.775911522598138
- 0.0713878212138874
- 0.6354601127523487
mode: "joint" # fixed, joint, split, hybrid
quantized: false