Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Jun 30, 2024
1 parent 95df39f commit bad2839
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PyFlyt/gym_envs/quadx_envs/quadx_pole_waypoints_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ def compute_state(self) -> None:
new_state["attitude"] = np.concatenate(
[
ang_vel,
quaternion,
ang_pos,
lin_vel,
lin_pos,
self.action,
aux_state,
pole_top_pos,
pole_top_vel,
pole_bot_pos,
pole_top_vel,
pole_bot_vel,
],
axis=-1,
Expand All @@ -207,8 +207,8 @@ def compute_state(self) -> None:
self.action,
aux_state,
pole_top_pos,
pole_top_vel,
pole_bot_pos,
pole_top_vel,
pole_bot_vel,
]
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `PyFlyt/QuadX-Pole-Balance-v2`

```{figure} https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/quadx_hover.gif
```{figure} https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/pole_balance.gif
:width: 50%
```

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/gym_envs/quadx_pole_balance_env.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<section id="pyflyt-quadx-pole-balance-v2">
<h1><code class="docutils literal notranslate"><span class="pre">PyFlyt/QuadX-Pole-Balance-v2</span></code><a class="headerlink" href="#pyflyt-quadx-pole-balance-v2" title="Link to this heading">#</a></h1>
<figure class="align-default">
<a class="reference internal image-reference" href="https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/quadx_hover.gif"><img alt="https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/quadx_hover.gif" src="https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/quadx_hover.gif" style="width: 50%;" />
<a class="reference internal image-reference" href="https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/pole_balance.gif"><img alt="https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/pole_balance.gif" src="https://raw.githubusercontent.com/jjshoots/PyFlyt/master/readme_assets/pole_balance.gif" style="width: 50%;" />
</a>
</figure>
<section id="task-description">
Expand Down

0 comments on commit bad2839

Please sign in to comment.