Skip to content

Commit

Permalink
Rename Orbit files to Isaac Lab in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Jun 21, 2024
1 parent 7403263 commit 348c41f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/envs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Environments
Wrapping (multi-agents) <envs/multi_agents_wrapping>
Isaac Gym environments <envs/isaac_gym>
Omniverse Isaac Gym environments <envs/omniverse_isaac_gym>
Isaac Lab environments <envs/isaac_orbit>
Isaac Lab environments <envs/isaaclab>

The environment plays a fundamental and crucial role in defining the RL setup. It is the place where the agent interacts, and it is responsible for providing the agent with information about its current state, as well as the rewards/penalties associated with each action.

Expand All @@ -32,7 +32,7 @@ In addition, you will be able to :doc:`wrap single-agent <envs/wrapping>` and :d
* - :doc:`Omniverse Isaac Gym environments <envs/omniverse_isaac_gym>`
- .. centered:: :math:`\blacksquare`
- .. centered:: :math:`\blacksquare`
* - :doc:`Isaac Lab environments <envs/isaac_orbit>`
* - :doc:`Isaac Lab environments <envs/isaaclab>`
- .. centered:: :math:`\blacksquare`
- .. centered:: :math:`\blacksquare`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Isaac Lab environments
======================

.. image:: ../../_static/imgs/example_isaac_orbit.png
.. image:: ../../_static/imgs/example_isaaclab.png
:width: 100%
:align: center
:alt: Isaac Lab environments
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Environments
* :doc:`Multi-agent environment wrapping <api/envs/multi_agents_wrapping>` for **PettingZoo** and **Bi-DexHands** environments
* Loading :doc:`Isaac Gym environments <api/envs/isaac_gym>`
* Loading :doc:`Omniverse Isaac Gym environments <api/envs/omniverse_isaac_gym>`
* Loading :doc:`Isaac Lab environments <api/envs/isaac_orbit>`
* Loading :doc:`Isaac Lab environments <api/envs/isaaclab>`

Memories
^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/source/intro/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ Isaac Lab environments

Training/evaluation of an agent in `Isaac Lab environments <https://isaac-sim.github.io/IsaacLab/index.html>`_ (**one agent, multiple environments**)

.. image:: ../_static/imgs/example_isaac_orbit.png
.. image:: ../_static/imgs/example_isaaclab.png
:width: 100%
:align: center
:alt: Isaac Lab environments
Expand Down

0 comments on commit 348c41f

Please sign in to comment.