-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
69 lines (64 loc) · 1.19 KB
/
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
# File specifying the environment and algorithm configuration
env_config:
timestep: 0.1
seed: 42
IC:
- 2000 # x
- -1600 # y
- 0 # z
- -90 # vx
- 180 # vy
- 0 # vz
- 0.866
- 0
- 0
- -0.5
- 0
- 0
- 0
- 41.0E+3
ICRange:
- 10
- 200
- 0
- 30
- 30
- 0
- 0.1
- 0.1
- 0.1
- 0.1
- 0.05
- 0.05
- 0.05
- 1.0E+3
reward_coeff:
alfa: -0.01
beta: -1.0E-8
delta: -5
eta: 0.1
gamma: -10
kappa: 10
xi: 0.004
w_r_f : 0 # SET TO 0 TO DISABLE TERMINAL REWARD
w_v_f : 0.75 # SET TO 0 TO DISABLE TERMINAL REWARD
max_r_f: 100
max_v_f: 50
trajectory_limits:
attitude_limit: [85, 85, 360]
landing_params:
waypoint: -1
landing_radius: 30
maximum_velocity: 10
landing_attitude_limit: [10 , 10, 360,]
# [Yaw, Pitch, Roll] in DEG,
# rotations order zyx
# VISUALIZATION:
# https://bit.ly/3CoEdvH
omega_lim: [0.2, 0.2, 0.2]
reward_shaping_type: 'acceleration'
sb3_config:
env_id: "my_environment/Falcon6DOF-v0"
policy_type: "MlpPolicy"
total_timesteps: 20.0E+6
max_time: 150