Skip to content

Conversation

@ZiwenZhuang
Copy link
Contributor

@ZiwenZhuang ZiwenZhuang commented May 10, 2025

Description

The modifier should get obs_dims before modified by history_buffer initialization, since Modifiers are called before the history buffer.

Fixes #2460

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Screenshots

screenshots2025-05-10 14 19 57

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • 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

- The modifier should get `obs_dims` before modified by history_buffer initialization, since Modifiers are called before the history buffer.
@ZiwenZhuang ZiwenZhuang force-pushed the fix/observation-modifier-history branch from 542b81a to a4f2e1c Compare May 10, 2025 06:37
@Mayankm96 Mayankm96 requested a review from jtigue-bdai May 11, 2025 09:58
Copy link
Collaborator

@jtigue-bdai jtigue-bdai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the catch and for trying both modifiers and history.

@kellyguo11 kellyguo11 merged commit e5584ba into isaac-sim:main May 16, 2025
4 of 5 checks passed
yrh012 pushed a commit to aica-technology/isaac-lab that referenced this pull request Jun 16, 2025
…-sim#2461)

# Description

The modifier should get `obs_dims` before modified by history_buffer
initialization, since Modifiers are called before the history buffer.

Fixes isaac-sim#2460

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Screenshots

<img width="1594" alt="screenshots2025-05-10 14 19 57"
src="https://github.com/user-attachments/assets/6d1d65e4-3ac4-4842-8a14-5cafb5521045"
/>

## Checklist

- [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
- [x] 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
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

Co-authored-by: James Tigue <[email protected]>
harry-wf-cheung pushed a commit to harry-wf-cheung/IsaacLab-Harry that referenced this pull request Jul 30, 2025
…-sim#2461)

# Description

The modifier should get `obs_dims` before modified by history_buffer
initialization, since Modifiers are called before the history buffer.

Fixes isaac-sim#2460

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Screenshots

<img width="1594" alt="screenshots2025-05-10 14 19 57"
src="https://github.com/user-attachments/assets/6d1d65e4-3ac4-4842-8a14-5cafb5521045"
/>

## Checklist

- [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
- [x] 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
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

Co-authored-by: James Tigue <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report] Modifiers and history buffer cannot be used together in observation term

3 participants