Skip to content

Commit 8bd1428

Browse files
[Backport] PR #7435 to release/3.0.0 (#7589)
Backports #7435 to `release/3.0.0`. The release branch advanced after this backport was created, causing a conflict in `docs/index.rst`. The original PR removes the walkthrough entry, while the updated release branch removes the old own-project entry. The resolution preserves both removals. Deterministic validation confirmed that the final diff against the updated release base has the same stable patch ID as the original merged change and changes no paths outside the original PR. | Field | Commit | |---|---| | Original merged change | `493ee92f8a9ccf62d1cd199ce90075fcd78c722a` | | Updated release base | `e79616ee6b8cc344bfdc2ea812a6dec25769748d` | | Resolved backport | `26e188e23eeaae24a1608407f62cdb43e1a1c8cc` | Validation: - `uv run isaaclab -f` - `uv run --isolated --extra test -- make -C docs current-docs` Co-authored-by: Mustafa H <34825877+StafaH@users.noreply.github.com> Co-authored-by: Mustafa Haiderbhai <mhaiderbhai@nvidia.com>
1 parent 62b92fb commit 8bd1428

14 files changed

Lines changed: 465 additions & 839 deletions

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Table of Contents
9292
source/setup/installation/index
9393
source/setup/environments
9494
source/setup/quickstart
95+
source/setup/tutorial
9596
source/migration/migrating_to_isaaclab_3-0
9697

9798

@@ -112,7 +113,6 @@ Table of Contents
112113
:caption: Getting Started
113114
:titlesonly:
114115

115-
source/setup/walkthrough/index
116116
source/tutorials/index
117117
source/how-to/index
118118
source/overview/developer-guide/index
-181 KB
Binary file not shown.
-106 KB
Binary file not shown.

docs/source/_static/setup/walkthrough_sim_stage_scene.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/_static/setup/walkthrough_stage_context.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/_static/setup/walkthrough_training_vectors.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/overview/core-concepts/task_workflows.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ For reinforcement learning, much of this has been done for you already! In most
6868

6969
.. seealso::
7070

71-
We provide a more detailed tutorial for setting up an environment using the manager-based workflow at
72-
:ref:`tutorial-create-manager-rl-env`.
71+
Start with :ref:`tutorial-create-manager-rl-env` for a focused manager-based environment example. Then follow
72+
the :ref:`SO-101 vial-placement tutorial <tutorial-so101-task>` for a complete manipulation task, including its
73+
scene, MDP terms, reset curriculum, and agent configuration.
7374

7475

7576
Direct Environments
@@ -117,10 +118,9 @@ operations in the environment.
117118

118119
.. seealso::
119120

120-
We provide a more detailed tutorial for setting up a RL environment using the direct workflow at
121+
We provide a detailed tutorial for setting up a direct RL environment at
121122
:ref:`tutorial-create-direct-rl-env`.
122123

123-
124124
.. _IsaacGymEnvs: https://github.com/isaac-sim/IsaacGymEnvs
125125
.. _OmniIsaacGymEnvs: https://github.com/isaac-sim/OmniIsaacGymEnvs
126126
.. _Pytorch JIT: https://pytorch.org/docs/stable/jit.html

0 commit comments

Comments
 (0)