File size: 706 Bytes
604e535
 
 
 
 
ccf9f1b
604e535
 
 
ccf9f1b
 
 
604e535
ccf9f1b
 
 
604e535
 
 
 
 
 
 
 
 
 
ccf9f1b
604e535
 
 
 
 
 
ccf9f1b
604e535
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
{
  "boats": [
    "twin",
    "triangle"
  ],
  "flow_families": [
    "noflow",
    "uniform",
    "vortex_center",
    "double_gyre",
    "source_sink",
    "source_sink_pair",
    "gradient",
    "shear",
    "turbulent_patch",
    "random_fourier"
  ],
  "trajectory_types": [
    "noflow_random_action",
    "noflow_action_then_zero",
    "flow_zero_action",
    "flow_active_control",
    "flow_waypoint_control"
  ],
  "episodes": {
    "train": 2400,
    "test": 480
  },
  "steps": 300,
  "flow_pool_size": 80,
  "boundary": "terminate",
  "seeds": {
    "train": 4301,
    "test": 4302
  },
  "image_size": 160,
  "visual_scale": 2.5,
  "workspace": [
    0.0,
    10.0,
    0.0,
    10.0
  ]
}