feat(rewards): add Robometer reward model#3366
Open
philipmit wants to merge 3 commits intohuggingface:refactor/reward-modelsfrom
Open
feat(rewards): add Robometer reward model#3366philipmit wants to merge 3 commits intohuggingface:refactor/reward-modelsfrom
philipmit wants to merge 3 commits intohuggingface:refactor/reward-modelsfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
Added Robometer, a popular new reward model (Robometer website and arXiv paper)
Type / Scope
Summary / Motivation
This PR adds the popular new reward model, Robometer, under the new reward-model foundation in
src/lerobot/rewards/.This is in line with the call for contributions from #3143.
Implementation is aligned with the Robometer paper: arXiv:2603.02115.
This PR follows a similar structure as the PR for adding RoboReward (another new reward model) submitted by int-smart.
Related issues
What changed
src/lerobot/rewards/robometer/configuration_robometer.pysrc/lerobot/rewards/robometer/modeling_robometer.pysrc/lerobot/rewards/robometer/__init__.pysrc/lerobot/robometer/__init__.pysrc/lerobot/robometer/factory.pytests/rewards/test_robometer.pydocs/source/robometer.mdxHow was this tested (or how to run locally)
Example:
Ran the relevant tests:
Checklist (required before merge)
pre-commit run -a)pytest)Example videos (successful and failed)
Task: "Pick up the cube and place it in the target area marked by the X."
jackvial_so101_pickplace_recap_merged_v2_episode_0.mp4
jackvial_so101_pickplace_recap_merged_v2_episode_14.mp4