Skip to content

Commit

Permalink
fix robomimic dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
fyu-bdai committed Jan 9, 2025
1 parent 29cc4dc commit 6c25890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions source/extensions/omni.isaac.lab/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ Added
Added
^^^^^

<<<<<<< HEAD
* Added wrappers to enable TorchRL training workflow.
* Added PPO Runner and configuration for TorchRL.
* Added ``torchrl`` as `setup.py` required dependency.
=======
* Added action clip to all :class:`omni.isaac.lab.envs.mdp.actions`.


Expand Down Expand Up @@ -480,7 +475,6 @@ Fixed

* Fixed the :meth:`omni.isaac.lab.envs.mdp.events.randomize_rigid_body_material` function to
correctly sample friction and restitution from the given ranges.
>>>>>>> main


0.24.19 (2024-10-05)
Expand Down
1 change: 1 addition & 0 deletions source/extensions/omni.isaac.lab_tasks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"skrl": ["skrl>=1.3.0"],
"rl-games": ["rl-games==1.6.1", "gym"], # rl-games still needs gym :(
"rsl-rl": ["rsl-rl@git+https://github.com/leggedrobotics/rsl_rl.git"],
"robomimic": [],
"torchrl": ["torchrl==0.5"],
}
# Add the names with hyphens as aliases for convenience
Expand Down

0 comments on commit 6c25890

Please sign in to comment.