Skip to content

Conversation

@wut19
Copy link
Contributor

@wut19 wut19 commented Dec 24, 2025

This pull request updates the documentation for the WALL-OSS model and makes a minor improvement to the WallXPolicy class constructor. The most important changes are grouped below:

Documentation improvements:

  • Added direct links to the official WALL-OSS research page, paper, repository, and Hugging Face model in docs/source/policy_walloss_README.md to enhance discoverability and resource access.
  • Updated the license section in the README to clarify that the model uses the Apache 2.0 License, consistent with the original WallX repository.

Codebase improvement:

  • Modified the WallXPolicy class constructor in src/lerobot/policies/wall_x/modeling_wall_x.py to accept additional keyword arguments (**kwargs), improving extensibility for future enhancements.

Copilot AI review requested due to automatic review settings December 24, 2025 05:20
@github-actions github-actions bot added documentation Improvements or fixes to the project’s docs policies Items related to robot policies labels Dec 24, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request aims to improve the WallXPolicy class extensibility and enhance the WALL-OSS documentation with additional resources. However, the main code change has a bug that prevents the intended functionality from working correctly.

Key changes:

  • Added **kwargs parameter to WallXPolicy.__init__ method (though not properly forwarded to parent)
  • Enhanced documentation with direct links to paper, repository, and Hugging Face resources
  • Fixed markdown table formatting issues in the README

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/lerobot/policies/wall_x/modeling_wall_x.py Added **kwargs parameter to constructor signature, but missing proper forwarding to parent class
docs/source/policy_walloss_README.md Added "Additional Resources" section with links, fixed table formatting, and clarified license information

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or fixes to the project’s docs policies Items related to robot policies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants