Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng40 committed Mar 3, 2024
1 parent 4c0335e commit 9beb5fa
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 181 deletions.
21 changes: 21 additions & 0 deletions docs/src/api/action.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Control Actions
================

Enums specifying different control input action types.

.. currentmodule:: f110_gym.envs.action

.. autosummary::
:toctree: _generated/

LongitudinalActionEnum
LongitudinalAction
AcclAction
SpeedAction
SteerActionEnum
SteerAction
SteeringAngleAction
SteeringSpeedAction
CarAction
from_single_to_multi_action_space

1 change: 1 addition & 0 deletions docs/src/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ API Overview

env
base_classes
action
dynamic_models
integrators
laser_models
Expand Down
Loading

0 comments on commit 9beb5fa

Please sign in to comment.