You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attitude_freq = 500# Controller frequency, in Hz. This frequency is used to simulate the onboard controller, NOT for the environment's step function
28
28
gui = false# Enable/disable PyBullet's GUI
29
29
@@ -37,7 +37,7 @@ low = [-0.1, -0.1, -0.1]
37
37
high = [0.1, 0.1, 0.1]
38
38
39
39
[env]
40
-
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingThrust-v0". If using "DroneRacingThrust-v0", the drone will use the thrust controller instead of the position controller.
40
+
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingAttitude-v0". If using "DroneRacingAttitude-v0", the drone will use the attitude controller instead of the position controller.
41
41
random_resets = false# Whether to re-seed the random number generator between episodes
42
42
seed = 1337# Random seed
43
43
freq = 50# Frequency of the environment's step function, in Hz
attitude_freq = 500# Controller frequency, in Hz. This frequency is used to simulate the onboard controller, NOT for the environment's step function
24
24
gui = false# Enable/disable PyBullet's GUI
25
25
26
26
[env]
27
-
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingThrust-v0". If using "DroneRacingThrust-v0", the drone will use the thrust controller instead of the position controller.
27
+
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingAttitude-v0". If using "DroneRacingAttitude-v0", the drone will use the attitude controller instead of the position controller.
28
28
random_resets = false# Whether to re-seed the random number generator between episodes
29
29
seed = 1337# Random seed
30
30
freq = 50# Frequency of the environment's step function, in Hz
attitude_freq = 500# Controller frequency, in Hz. This frequency is used to simulate the onboard controller, NOT for the environment's step function
24
24
gui = false# Enable/disable PyBullet's GUI
25
25
26
26
[env]
27
-
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingThrust-v0". If using "DroneRacingThrust-v0", the drone will use the thrust controller instead of the position controller.
27
+
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingAttitude-v0". If using "DroneRacingAttitude-v0", the drone will use the attitude controller instead of the position controller.
28
28
random_resets = false# Whether to re-seed the random number generator between episodes
29
29
seed = 1337# Random seed
30
30
freq = 50# Frequency of the environment's step function, in Hz
attitude_freq = 500# Controller frequency, in Hz. This frequency is used to simulate the onboard controller, NOT for the environment's step function
24
24
gui = false# Enable/disable PyBullet's GUI
25
25
26
26
[env]
27
-
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingThrust-v0". If using "DroneRacingThrust-v0", the drone will use the thrust controller instead of the position controller.
27
+
id = "DroneRacing-v0"# Either "DroneRacing-v0" or "DroneRacingAttitude-v0". If using "DroneRacingAttitude-v0", the drone will use the attitude controller instead of the position controller.
28
28
random_resets = true# Whether to re-seed the random number generator between episodes
29
29
seed = 1337# Random seed
30
30
freq = 50# Frequency of the environment's step function, in Hz
0 commit comments