Skip to content

v2.2.1

Choose a tag to compare

@Mayankm96 Mayankm96 released this 29 Aug 17:58
· 150 commits to main since this release
0f00ca2

πŸ‘€ Overview

This is a minor patch release with some improvements and bug fixes.

Full Changelog: v2.2.0...v2.2.1

✨ New Features

πŸ”§ Improvements

Core API

  • Enhances Pink IK controller with null-space posture control and improv… by @michaellin6 in #3149
  • Adds periodic logging when checking USD path on Nucleus server by @matthewtrepte in #3221
  • Disallows string value written in sb3_ppo_cfg.yaml get evaluated in process_sb3_cfg by @ooctipus in #3110

Infrastructure

πŸ› Bug Fixes

Core API

  • Asset Interfaces
    • Fixes setting friction coefficients into physx in the articulation classes by @ossamaAhmed in #3243
    • Sets joint_friction_coeff only for selected physx_env_ids by @ashwinvkNV in #3119
  • Manager Interfaces
    • Fixes observation space Dict for non-concatenated groups only keeps last term by @CSCSX in #3134
  • MDP Terms
    • Fixes termination term effort limit check logic by @moribots in #3163
    • Broadcasts environment ids inside mdp.randomize_rigid_body_com by @Foruck in #3164
    • Fixes IndexError in reset_joints_by_scale and reset_joints_by_offset by @Creampelt in #2949
    • Fixes terrain_out_of_bounds to return tensor instead of bool by @fan-ziqi in #3180

Infrastructure

πŸ“œ Documentation

πŸ’” Breaking Changes

  • Improves termination manager logging to report aggregated percentage of environments done due to each term by @ooctipus in #3107

πŸ€— New Contributors