Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan committed Oct 18, 2023
1 parent 5da6022 commit 1a60226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gym_pybullet_drones/envs/HoverAviary.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self,
gui=False,
record=False,
obs: ObservationType=ObservationType.KIN,
act: ActionType=ActionType.PID
act: ActionType=ActionType.RPM
):
"""Initialization of a single agent RL environment.
Expand Down
3 changes: 2 additions & 1 deletion gym_pybullet_drones/envs/LeaderFollowerAviary.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def __init__(self,
gui=False,
record=False,
obs: ObservationType=ObservationType.KIN,
act: ActionType=ActionType.PID):
act: ActionType=ActionType.RPM
):
"""Initialization of a multi-agent RL environment.
Using the generic multi-agent RL superclass.
Expand Down

0 comments on commit 1a60226

Please sign in to comment.