Skip to content

Commit

Permalink
Merge pull request #213 from utiasDSL/bf-action_space-docs
Browse files Browse the repository at this point in the history
Update BetaAviary.py `action_space` documentation
  • Loading branch information
JacopoPan authored Jun 2, 2024
2 parents 50d1a95 + 8de4c6f commit 3d7b12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym_pybullet_drones/envs/BetaAviary.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ 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 CTBR to Betaflight SITL.
"""
#### Action vector ######## P0 P1 P2 P3
Expand Down

0 comments on commit 3d7b12e

Please sign in to comment.