-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Manager Based Cartpole Vision Example Environments #995
Create Manager Based Cartpole Vision Example Environments #995
Conversation
Will review this soon! Can you update the base branch to be the one from #976 so only new changes are reviewed here 🙏. Can help out with this if it doesn't make sense |
390ee66
to
5ae458c
Compare
5ae458c
to
c1c7972
Compare
541c029
to
549e44a
Compare
549e44a
to
a35a979
Compare
Signed-off-by: garylvov <67614381+garylvov@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to unblock, looks good!
source/extensions/omni.isaac.lab/omni/isaac/lab/envs/mdp/observations.py
Outdated
Show resolved
Hide resolved
source/extensions/omni.isaac.lab/omni/isaac/lab/envs/mdp/observations.py
Show resolved
Hide resolved
...aac.lab_tasks/omni/isaac/lab_tasks/manager_based/classic/cartpole/cartpole_camera_env_cfg.py
Outdated
Show resolved
Hide resolved
…vations.py Co-authored-by: James Smith <142246516+jsmith-bdai@users.noreply.github.com> Signed-off-by: glvov-bdai <glvov@theaiinstitute.com>
98dc71c
to
83bd480
Compare
Signed-off-by: glvov-bdai <glvov@theaiinstitute.com>
source/extensions/omni.isaac.lab/omni/isaac/lab/envs/mdp/observations.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @garylvov!
Signed-off-by: glvov-bdai <glvov@theaiinstitute.com>
Signed-off-by: glvov-bdai <glvov@theaiinstitute.com>
@jsmith-bdai ready to merge |
Co-authored-by: James Smith <142246516+jsmith-bdai@users.noreply.github.com> Signed-off-by: glvov-bdai <glvov@theaiinstitute.com>
) # Description Adds manager based cartpole vision example environments. Also uses the`convert_perspective_depth_to_orthogonal_depth ` functionality introduced in isaac-sim#976 , contains a duplicate copy of the method and test for completeness of the PR. Will be synced with main to remove this duplicate copy once isaac-sim#976 is merged into main, or isaac-sim#976 will be synced with main if this PR is merged first ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Screenshots ![image](https://github.com/user-attachments/assets/4cce3923-b199-4469-b8d0-9d8d8abb3456) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] 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 ## Testing Training converged in both RGB and Depth at similar rates to the direct environments --------- Signed-off-by: garylvov <67614381+garylvov@users.noreply.github.com> Signed-off-by: glvov-bdai <glvov@theaiinstitute.com> Co-authored-by: garylvov <gary.lvov@gmail.com> Co-authored-by: garylvov <67614381+garylvov@users.noreply.github.com> Co-authored-by: James Smith <142246516+jsmith-bdai@users.noreply.github.com>
Description
Adds manager based cartpole vision example environments.
Also uses the
convert_perspective_depth_to_orthogonal_depth
functionality introduced in #976 , contains a duplicate copy of the method and test for completeness of the PR. Will be synced with main to remove this duplicate copy once #976 is merged into main, or #976 will be synced with main if this PR is merged firstType of change
Screenshots
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists thereTesting
Training converged in both RGB and Depth at similar rates to the direct environments