Skip to content

Commit

Permalink
add action description
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed May 28, 2024
1 parent b23096a commit 37ec4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env.reset()

## Continuous Actions

<!-- The {py:class}`~flyer_env.envs.common.action.ContinuousAction` type allows for direct control of the agents controls
The {py:class}`~flyer_env.envs.common.action.ContinuousAction` type allows for direct control of the agents controls
either with a {ref}`FlyingVehicle <vehicle_kinematics>` or {ref}`AircraftVehicle <vehicle_dynamics>`. These
commands include:

Expand Down Expand Up @@ -57,4 +57,4 @@ The {py:class}`~flyer_env.envs.common.action.PursuitAction` type is a higher ord
|----------------------|:------------:|:-------------:|:-------:|
| **GoalPos** | $s_{g}$ | [-] | [$m$] |
| **Altitude** | $H$ | [0.0, 10,000] | [$m$] |
| **Airspeed** | $V_{\infty}$ | [0.0, 300.0] | [$m/s$] | -->
| **Airspeed** | $V_{\infty}$ | [0.0, 300.0] | [$m/s$] |

0 comments on commit 37ec4c5

Please sign in to comment.