Skip to content

Commit

Permalink
Update BetaAviary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan committed May 12, 2024
1 parent 50d1a95 commit 380ea97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gym_pybullet_drones/envs/BetaAviary.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ def _actionSpace(self):
Returns
-------
spaces.Box
An ndarray of shape (NUM_DRONES, 4) for the commanded RPMs.
An ndarray of shape (NUM_DRONES, 4) for the commanded RPMs.
correct as in #196
"""
#### Action vector ######## P0 P1 P2 P3
Expand Down

0 comments on commit 380ea97

Please sign in to comment.