Changed render fps
This commit is contained in:
@@ -42,7 +42,8 @@ env = gym.make("Quadrotor-v0",
|
|||||||
max_time = 5,
|
max_time = 5,
|
||||||
world = None,
|
world = None,
|
||||||
sim_rate = 100,
|
sim_rate = 100,
|
||||||
render_mode='3D')
|
render_mode='3D',
|
||||||
|
render_fps=30)
|
||||||
|
|
||||||
# Now reset the quadrotor.
|
# Now reset the quadrotor.
|
||||||
# Setting initial_state to 'random' will randomly place the vehicle in the map near the origin.
|
# Setting initial_state to 'random' will randomly place the vehicle in the map near the origin.
|
||||||
|
|||||||
Reference in New Issue
Block a user