Commit 1f77ebe1 authored by Kelly Guo's avatar Kelly Guo

Update Franka Stacking Env (#146)

<!--
Thank you for your interest in sending a pull request. Please make sure
to check the contribution guidelines.

Link: https://isaac-sim.github.io/IsaacLab/source/refs/contributing.html
-->

Update the Franka Stacking Env to align with Robosuite stacking task
used in MimicGen.

<!-- As a practice, it is recommended to open an issue to have
discussions on the proposed pull request.
This makes it easier for the community to keep track of what is being
developed or added, and if a given feature
is demanded by more than one party. -->

<!-- As you go through the list, delete the ones that are not
applicable. -->

- New feature (non-breaking change which adds functionality)

Please attach before and after screenshots of the change if applicable.

<!--
Example:

| Before | After |
| ------ | ----- |
| _gif/png before_ | _gif/png after_ |

To upload images to a PR -- simply drag and drop an image while in edit
mode and it should upload the image directly. You can then paste that
source into the above before/after sections.
-->

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it

For example,
- [x] I have done this task
- [ ] I have not done this task
-->

---------
Signed-off-by: 's avatarpeterd-NV <peterd@nvidia.com>
Co-authored-by: 's avatarCY Chen <cyc@nvidia.com>
Co-authored-by: 's avataroahmednv <oahmed@Nvidia.com>
Co-authored-by: 's avatarToni-SM <aserranomuno@nvidia.com>
parent 54fcabd1
[package]
# Note: Semantic Versioning is used: https://semver.org/
version = "0.10.19"
version = "0.10.20"
# Description
title = "Isaac Lab Environments"
......
Changelog
---------
0.10.19 (2025-01-03)
0.10.20 (2025-01-03)
~~~~~~~~~~~~~~~~~~~
Fixed
......@@ -10,7 +10,7 @@ Fixed
* Fixed the reset of the actions in the function overriding of the low level observations of :class:`omni.isaac.lab_tasks.manager_based.navigation.mdp.PreTrainedPolicyAction`.
0.10.18 (2024-12-17)
0.10.19 (2024-12-17)
~~~~~~~~~~~~~~~~~~~~
Changed
......@@ -21,7 +21,7 @@ Changed
inside the ``Isaac-Reach-Franka-OSC-v0`` environment to enable nullspace control.
0.10.17 (2024-12-16)
0.10.18 (2024-12-16)
~~~~~~~~~~~~~~~~~~~~
Added
......@@ -32,7 +32,7 @@ Added
gear meshing, and nut threading.
0.10.16 (2024-12-16)
0.10.17 (2024-12-16)
~~~~~~~~~~~~~~~~~~~~
Added
......@@ -43,7 +43,7 @@ Added
:class:`omni.isaac.lab.envs.mdp.actions.OperationalSpaceControllerAction`.
0.10.15 (2024-12-03)
0.10.16 (2024-12-03)
~~~~~~~~~~~~~~~~~~~~
Added
......@@ -53,7 +53,7 @@ Added
as manager-based RL envs that implement a three cube stacking task.
0.10.14 (2024-10-30)
0.10.15 (2024-10-30)
~~~~~~~~~~~~~~~~~~~~
Changed
......@@ -64,7 +64,7 @@ Changed
* Blacklisted ``mdp`` directories during the recursive module search.
0.10.13 (2024-10-28)
0.10.14 (2024-10-28)
~~~~~~~~~~~~~~~~~~~~
Changed
......@@ -74,7 +74,7 @@ Changed
and Isaac-Cartpole-Depth-Camera-v0 to Isaac-Cartpole-RGB-v0 and Isaac-Cartpole-Depth-v0
0.10.12 (2024-10-28)
0.10.13 (2024-10-28)
~~~~~~~~~~~~~~~~~~~~
Added
......@@ -83,7 +83,7 @@ Added
* Added feature extracted observation cartpole examples.
0.10.11 (2024-10-25)
0.10.12 (2024-10-25)
~~~~~~~~~~~~~~~~~~~~
Fixed
......@@ -92,8 +92,8 @@ Fixed
* Fixed issues with defining Gymnasium spaces in Direct workflows due to Hydra/OmegaConf limitations with non-primitive types.
0.10.10 (2024-10-22)
~~~~~~~~~~~~~~~~~~~
0.10.11 (2024-10-22)
~~~~~~~~~~~~~~~~~~~~
Changed
^^^^^^^
......@@ -102,8 +102,8 @@ Changed
Earlier, this was done by making an empty configuration object, which is now unnecessary.
0.10.9 (2024-10-22)
~~~~~~~~~~~~~~~~~~~
0.10.10 (2024-10-22)
~~~~~~~~~~~~~~~~~~~~
Fixed
^^^^^
......@@ -112,6 +112,15 @@ Fixed
reward function. This makes sure the right IDs are selected for the bodies.
0.10.9 (2024-10-01)
~~~~~~~~~~~~~~~~~~~
Changed
^^^^^^^
* Changed ``Isaac-Stack-Cube-Franka-IK-Rel-v0`` to align with Robosuite stacking env.
0.10.8 (2024-09-25)
~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment