Skip to content

Conversation

@Anchor1021
Copy link

Description

  1. Roll back the base.py in pick_place and the train.py in rl/fast_td3 to be same at [dev] track phase for rl #690.
  2. Refactor the approach_grasp_[task] (banana, spoon, screwdriver) to have object poses hardcoded in.
  3. Fix a bug in isaacgym.py in metasim/sim/isaacgym in commit 0e2b749. Line 777:
    change if self.scenario.gs_scene.with_gs_background and self.gs_background is not None:
    to if self.scenario.gs_scene is not None and self.scenario.gs_scene.with_gs_background and self.gs_background is not None:

Type of change

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

How to test

Please check two README.md files in roboverse_learn/rl/fast_td3 and roboverse_pack/tasks/pick_place.

Screenshots / Videos

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

Checklist

  • I have run the pre-commit checks with pre-commit run --color=always --all-files
  • 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 added my name to the CONTRIBUTORS.md or my name already exists there

HanchuZhou and others added 30 commits December 2, 2025 17:22
…n create less number of environment in evaluation
…n create less number of environment in evaluation
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.

2 participants