Skip to content

v0.6.2

Choose a tag to compare

@MGross21 MGross21 released this 02 Jun 08:45
· 6 commits to main since this release

mujoco-toolbox — Release Notes

v0.6.2 (2025-06-02)


Documentation Improvements and Styling Enhancements

Pull Requests: #54, #55, #56

  • Improved CSS variables and code block styling for better readability.
  • Enhanced docstring for merge method in the Builder class.
  • Simplified imports in the box example for clarity.
  • Removed redundant capture instructions.
  • Refined project description (Fixes #51).
  • Updated minimum Python version to 3.9.
  • Added dark mode support for documentation.
  • Included instructions for building documentation locally.
  • Refactored model loading to simplify exception handling.

Core Changes

Pull Request: #57

  • Renamed: All Wrapper references changed to Simulation.
  • Documentation:
    • Clarified available pre-made controllers in the README.
    • Reduced image sizes in README.
    • Added a recommendation for using the real_time controller.
  • Testing:
    • Added test coverage for simulation and loader logic.
  • Fixes:
    • Updated deprecation warning for the old Wrapper class.
    • Updated Python version requirement and improved pyproject.toml metadata.

CI and Build System

  • Updated GitHub Actions to use Python 3.11.
  • Added sphinx as a dependency for building documentation.

See Detailed Changes: v0.6.1...v0.6.2