Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
K
KincoActuatorIsaacLab
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • kevin
  • KincoActuatorIsaacLab
  • Repository

Switch branch/tag
  • KincoActuatorIsaacLab
  • source
  • isaaclab_tasks
  • test
  • benchmarking
  • test_environments_training.py
Find file
BlameHistoryPermalink
  • matthewtrepte's avatar
    Fixes callbacks with stage in memory and organize environment tests (#519) · 4dd6a1e8
    matthewtrepte authored Jul 23, 2025
    # Description
    
    <!--
    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/main/source/refs/contributing.html
    -->
    
    Fixes callbacks being cleared when stage in memory is attached.
    - uses this change Isaac Sim -
    [link](https://gitlab-master.nvidia.com/omniverse/isaac/omni_isaac_sim/-/merge_requests/6598)
    - removes some of the old callbacks fix, which is no longer needed with
    the Isaac Sim change
    
    Reorganizes environment unit tests
    - split test_environments -> test_environments and
    test_environments_with_stage_in_memory for separate test reporting
    - add a utils file for shared functions in isaaclab_tasks/tests
    - removes repose cube allegro direct unit test which can cause an OOM
    during the CI test
    - improves flakey env tests
    
    <!-- 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. -->
    
    ## Type of change
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - Bug fix (non-breaking change which fixes an issue)
    - New feature (non-breaking change which adds functionality)
    - Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - This change requires a documentation update
    
    ## Screenshots
    
    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.
    -->
    
    ## 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
    - [ ] 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 avatarrwiltz <165190220+rwiltz@users.noreply.github.com>
    Signed-off-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    Signed-off-by: 's avatarAshwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
    Signed-off-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Signed-off-by: 's avatarMichael Gussert <michael@gussert.com>
    Signed-off-by: 's avatarsamibouziri <79418773+samibouziri@users.noreply.github.com>
    Signed-off-by: 's avatarMayank Mittal <12863862+Mayankm96@users.noreply.github.com>
    Signed-off-by: 's avatarKyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
    Signed-off-by: 's avatarHongyu Li <lihongyu0807@icloud.com>
    Signed-off-by: 's avatarToni-SM <toni.semu@gmail.com>
    Signed-off-by: 's avatarJames Tigue <166445701+jtigue-bdai@users.noreply.github.com>
    Signed-off-by: 's avatarPascal Roth <57946385+pascal-roth@users.noreply.github.com>
    Signed-off-by: 's avatarVictor Khaustov <3192677+vi3itor@users.noreply.github.com>
    Signed-off-by: 's avatarAlvinC <alvincny529@gmail.com>
    Signed-off-by: 's avatarTyler Lum <tylergwlum@gmail.com>
    Signed-off-by: 's avatarMiguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
    Signed-off-by: 's avatarrenaudponcelet <renaud.poncelet@gmail.com>
    Signed-off-by: 's avatarjiehanw <jiehanw@nvidia.com>
    Signed-off-by: 's avatarmatthewtrepte <mtrepte@nvidia.com>
    Co-authored-by: 's avatarlotusl-code <lotusl@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Co-authored-by: 's avatarjaczhangnv <jaczhang@nvidia.com>
    Co-authored-by: 's avatarrwiltz <165190220+rwiltz@users.noreply.github.com>
    Co-authored-by: 's avatarYanzi Zhu <yanziz@nvidia.com>
    Co-authored-by: 's avatarnv-mhaselton <mhaselton@nvidia.com>
    Co-authored-by: 's avatarcosmith-nvidia <141183495+cosmith-nvidia@users.noreply.github.com>
    Co-authored-by: 's avatarMichael Gussert <michael@gussert.com>
    Co-authored-by: 's avatarCY Chen <cyc@nvidia.com>
    Co-authored-by: 's avataroahmednv <oahmed@Nvidia.com>
    Co-authored-by: 's avatarAshwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
    Co-authored-by: 's avatarRafael Wiltz <rwiltz@nvidia.com>
    Co-authored-by: 's avatarPeter Du <peterd@nvidia.com>
    Co-authored-by: 's avatarchengronglai <chengrongl@nvidia.com>
    Co-authored-by: 's avatarpulkitg01 <pulkitg@nvidia.com>
    Co-authored-by: 's avatarConnor Smith <cosmith@nvidia.com>
    Co-authored-by: 's avatarAshwin Varghese Kuruttukulam <ashwinvk@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    Co-authored-by: 's avatarshauryadNv <shauryad@nvidia.com>
    Co-authored-by: 's avatarMayank Mittal <12863862+Mayankm96@users.noreply.github.com>
    Co-authored-by: 's avatarsamibouziri <79418773+samibouziri@users.noreply.github.com>
    Co-authored-by: 's avatarJames Smith <142246516+jsmith-bdai@users.noreply.github.com>
    Co-authored-by: 's avatarShundo Kishi <syundo0730@gmail.com>
    Co-authored-by: 's avatarSheikh Dawood <sabdulajees@nvidia.com>
    Co-authored-by: 's avatarToni-SM <aserranomuno@nvidia.com>
    Co-authored-by: 's avatarGonglitian <70052908+Gonglitian@users.noreply.github.com>
    Co-authored-by: 's avatarJames Tigue <166445701+jtigue-bdai@users.noreply.github.com>
    Co-authored-by: 's avatarMayank Mittal <mittalma@leggedrobotics.com>
    Co-authored-by: 's avatarKyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
    Co-authored-by: 's avatarJohnson Sun <20457146+j3soon@users.noreply.github.com>
    Co-authored-by: 's avatarPascal Roth <57946385+pascal-roth@users.noreply.github.com>
    Co-authored-by: 's avatarHongyu Li <lihongyu0807@icloud.com>
    Co-authored-by: 's avatarJean-Francois-Lafleche <57650687+Jean-Francois-Lafleche@users.noreply.github.com>
    Co-authored-by: 's avatarWei Jinqi <changshanshi@outlook.com>
    Co-authored-by: 's avatarLouis LE LAY <le.lay.louis@gmail.com>
    Co-authored-by: 's avatarHarsh Patel <hapatel@theaiinstitute.com>
    Co-authored-by: 's avatarKousheek Chakraborty <kousheekc@gmail.com>
    Co-authored-by: 's avatarVictor Khaustov <3192677+vi3itor@users.noreply.github.com>
    Co-authored-by: 's avatarAlvinC <alvincny529@gmail.com>
    Co-authored-by: 's avatarFelipe Mohr <50018670+felipemohr@users.noreply.github.com>
    Co-authored-by: 's avatarAdAstra7 <87345760+likecanyon@users.noreply.github.com>
    Co-authored-by: 's avatargao <ziqi.gao@iff-extern.fraunhofer.de>
    Co-authored-by: 's avatarTyler Lum <tylergwlum@gmail.com>
    Co-authored-by: 's avatar-T.K.- <t_k_233@outlook.com>
    Co-authored-by: 's avatarClemens Schwarke <96480707+ClemensSchwarke@users.noreply.github.com>
    Co-authored-by: 's avatarMiguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
    Co-authored-by: 's avatarMiguel Alonso Jr. <miguel.alonso@nfinite.app>
    Co-authored-by: 's avatarrenaudponcelet <renaud.poncelet@gmail.com>
    Co-authored-by: 's avatarAles Borovicka <aborovicka@nvidia.com>
    Co-authored-by: 's avatarnv-mm <mmagdics@nvidia.com>
    Co-authored-by: 's avatarAntoine RICHARD <antoiner@nvidia.com>
    Co-authored-by: 's avatardvangelder-nvidia <dvangelder@nvidia.com>
    Co-authored-by: 's avatarJiehan Wang <33852873+JerryJiehanWang@users.noreply.github.com>
    Co-authored-by: 's avatarOcti Zhang <zhengyuz@nvidia.com>
    4dd6a1e8
test_environments_training.py 3.75 KB
EditWeb IDE

Replace test_environments_training.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.