-
Notifications
You must be signed in to change notification settings - Fork 1
/
experiment_config.yaml
86 lines (80 loc) · 2.07 KB
/
experiment_config.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
##------------------CARLA server config------------------##
carla_server:
host: 'localhost'
timeout: 2.0
timestep: 0.1
retries_on_error: 25
resolution_x: 600
resolution_y: 600
quality_level: 'Low'
enable_map_assets: True
enable_rendering: False
show_display: False
carla_path: '/home/hemanth/Carla/CARLA_0.9.11'
##------------------Experiment config------------------##
experiment:
weather:
[
'ClearNoon',
'SoftRainNoon',
'HardRainNoon',
'ClearSunset',
'SoftRainSunset',
'HardRainSunset',
]
background_activity:
n_vehicles: 20
n_walkers: 10
tm_hybrid_mode: True
seed: null
town: 'Town01'
##------------------Vehicle config------------------##
vehicle:
target_speed: 30 # Km/hr
agent: 'Behavior'
behavior: ['cautious', 'normal'] # 'normal' 'cautious', 'aggressive'
blueprint: 'vehicle.lincoln.mkz2017'
sensors:
collision:
type: 'sensor.other.collision'
imu:
type: 'sensor.other.imu'
obstacle:
type: 'sensor.other.obstacle'
distance: 5
hit_radius: 0.5
only_dynamics: True
# semseg:
# type: 'sensor.camera.semantic_segmentation'
# image_size_x: 256
# image_size_y: 256
# transform: '1.25,0,1.85,-90,0,0'
rgb:
type: 'sensor.camera.rgb'
image_size_x: 256
image_size_y: 256
transform: '1.25,0,1.85,-90,0,0'
sensors_process:
normalized: True
gray_scale: True
spawn_points: []
##------------------Datawriter config------------------##
data_writer:
shard_write: True
shard_maxcount: 6250
data_write_freq: 3
##------------------Collector config------------------##
collector:
steps: 300000
data_write_path: '../../../Desktop/carla_data/Town01/'
parallel_collect: True
number_collectors: 4
##------------------Collector config------------------##
reader:
data_read_path: '../../../Desktop/carla_data/Town01/'
create_movie: True
##------------------Simulation config------------------##
simulation:
seed: 1337
sync: True
# ../../../Desktop/CIRL Pace Cluster/carla-imitation-learning/data/raw/