@@ -214,6 +214,12 @@ We provide environments for both disassembly and assembly.
214214 wget https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux.run
215215 sudo sh cuda_12.8.0_570.86.10_linux.run
216216
217+ When using conda, cuda toolkit can be installed with:
218+
219+ .. code-block :: bash
220+
221+ conda install cudatoolkit
222+
217223 For addition instructions and Windows installation, please refer to the `CUDA installation page <https://developer.nvidia.com/cuda-12-8-0-download-archive >`_.
218224
219225* |disassembly-link |: The plug starts inserted in the socket. A low-level controller lifts the plug out and moves it to a random position. This process is purely scripted and does not involve any learned policy. Therefore, it does not require policy training or evaluation. The resulting trajectories serve as demonstrations for the reverse process, i.e., learning to assemble. To run disassembly for a specific task: ``python source/isaaclab_tasks/isaaclab_tasks/direct/automate/run_disassembly_w_id.py --assembly_id=ASSEMBLY_ID --disassembly_dir=DISASSEMBLY_DIR ``. All generated trajectories are saved to a local directory ``DISASSEMBLY_DIR ``.
@@ -288,6 +294,12 @@ Environments based on legged locomotion tasks.
288294 +------------------------------+----------------------------------------------+------------------------------------------------------------------------------+
289295 | |velocity-rough-g1 | | |velocity-rough-g1-link | | Track a velocity command on rough terrain with the Unitree G1 robot |
290296 +------------------------------+----------------------------------------------+------------------------------------------------------------------------------+
297+ | |velocity-flat-digit | | |velocity-flat-digit-link | | Track a velocity command on flat terrain with the Agility Digit robot |
298+ +------------------------------+----------------------------------------------+------------------------------------------------------------------------------+
299+ | |velocity-rough-digit | | |velocity-rough-digit-link | | Track a velocity command on rough terrain with the Agility Digit robot |
300+ +------------------------------+----------------------------------------------+------------------------------------------------------------------------------+
301+ | |tracking-loco-manip-digit | | |tracking-loco-manip-digit-link | | Track a root velocity and hand pose command with the Agility Digit robot |
302+ +------------------------------+----------------------------------------------+------------------------------------------------------------------------------+
291303
292304.. |velocity-flat-anymal-b-link | replace :: `Isaac-Velocity-Flat-Anymal-B-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/velocity/config/anymal_b/flat_env_cfg.py >`__
293305.. |velocity-rough-anymal-b-link | replace :: `Isaac-Velocity-Rough-Anymal-B-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/velocity/config/anymal_b/rough_env_cfg.py >`__
@@ -318,6 +330,9 @@ Environments based on legged locomotion tasks.
318330.. |velocity-flat-g1-link | replace :: `Isaac-Velocity-Flat-G1-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/velocity/config/g1/flat_env_cfg.py >`__
319331.. |velocity-rough-g1-link | replace :: `Isaac-Velocity-Rough-G1-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/velocity/config/g1/rough_env_cfg.py >`__
320332
333+ .. |velocity-flat-digit-link | replace :: `Isaac-Velocity-Flat-Digit-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/velocity/config/digit/flat_env_cfg.py >`__
334+ .. |velocity-rough-digit-link | replace :: `Isaac-Velocity-Rough-Digit-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/velocity/config/digit/rough_env_cfg.py >`__
335+ .. |tracking-loco-manip-digit-link | replace :: `Isaac-Tracking-Flat-Digit-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/locomotion/tracking/config/digit/loco_manip_env_cfg.py >`__
321336
322337.. |velocity-flat-anymal-b | image :: ../_static/tasks/locomotion/anymal_b_flat.jpg
323338.. |velocity-rough-anymal-b | image :: ../_static/tasks/locomotion/anymal_b_rough.jpg
@@ -336,6 +351,9 @@ Environments based on legged locomotion tasks.
336351.. |velocity-rough-h1 | image :: ../_static/tasks/locomotion/h1_rough.jpg
337352.. |velocity-flat-g1 | image :: ../_static/tasks/locomotion/g1_flat.jpg
338353.. |velocity-rough-g1 | image :: ../_static/tasks/locomotion/g1_rough.jpg
354+ .. |velocity-flat-digit | image :: ../_static/tasks/locomotion/agility_digit_flat.jpg
355+ .. |velocity-rough-digit | image :: ../_static/tasks/locomotion/agility_digit_rough.jpg
356+ .. |tracking-loco-manip-digit | image :: ../_static/tasks/locomotion/agility_digit_loco_manip.jpg
339357
340358Navigation
341359~~~~~~~~~~
@@ -554,6 +572,10 @@ Environments based on fixed-arm manipulation tasks.
554572Comprehensive List of Environments
555573==================================
556574
575+ For environments that have a different task name listed under ``Inference Task Name ``, please use the Inference Task Name
576+ provided when running ``play.py `` or any inferencing workflows. These tasks provide more suitable configurations for
577+ inferencing, including reading from an already trained checkpoint and disabling runtime perturbations used for training.
578+
557579.. list-table ::
558580 :widths: 33 25 19 25
559581
@@ -761,6 +783,10 @@ Comprehensive List of Environments
761783 -
762784 - Manager Based
763785 -
786+ * - Isaac-Tracking-LocoManip-Digit-v0
787+ - Isaac-Tracking-LocoManip-Digit-Play-v0
788+ - Manager Based
789+ - **rsl_rl ** (PPO)
764790 * - Isaac-Navigation-Flat-Anymal-C-v0
765791 - Isaac-Navigation-Flat-Anymal-C-Play-v0
766792 - Manager Based
@@ -869,6 +895,10 @@ Comprehensive List of Environments
869895 - Isaac-Velocity-Flat-Cassie-Play-v0
870896 - Manager Based
871897 - **rsl_rl ** (PPO), **skrl ** (PPO)
898+ * - Isaac-Velocity-Flat-Digit-v0
899+ - Isaac-Velocity-Flat-Digit-Play-v0
900+ - Manager Based
901+ - **rsl_rl ** (PPO)
872902 * - Isaac-Velocity-Flat-G1-v0
873903 - Isaac-Velocity-Flat-G1-Play-v0
874904 - Manager Based
@@ -884,7 +914,7 @@ Comprehensive List of Environments
884914 * - Isaac-Velocity-Flat-Unitree-A1-v0
885915 - Isaac-Velocity-Flat-Unitree-A1-Play-v0
886916 - Manager Based
887- - **rsl_rl ** (PPO), **skrl ** (PPO)
917+ - **rsl_rl ** (PPO), **skrl ** (PPO), ** sb3 ** (PPO)
888918 * - Isaac-Velocity-Flat-Unitree-Go1-v0
889919 - Isaac-Velocity-Flat-Unitree-Go1-Play-v0
890920 - Manager Based
@@ -913,6 +943,10 @@ Comprehensive List of Environments
913943 - Isaac-Velocity-Rough-Cassie-Play-v0
914944 - Manager Based
915945 - **rsl_rl ** (PPO), **skrl ** (PPO)
946+ * - Isaac-Velocity-Rough-Digit-v0
947+ - Isaac-Velocity-Rough-Digit-Play-v0
948+ - Manager Based
949+ - **rsl_rl ** (PPO)
916950 * - Isaac-Velocity-Rough-G1-v0
917951 - Isaac-Velocity-Rough-G1-Play-v0
918952 - Manager Based
@@ -924,7 +958,7 @@ Comprehensive List of Environments
924958 * - Isaac-Velocity-Rough-Unitree-A1-v0
925959 - Isaac-Velocity-Rough-Unitree-A1-Play-v0
926960 - Manager Based
927- - **rsl_rl ** (PPO), **skrl ** (PPO)
961+ - **rsl_rl ** (PPO), **skrl ** (PPO), ** sb3 ** (PPO)
928962 * - Isaac-Velocity-Rough-Unitree-Go1-v0
929963 - Isaac-Velocity-Rough-Unitree-Go1-Play-v0
930964 - Manager Based
0 commit comments