Open
Conversation
… to rewards/classifier/
…e from policies/factory.py
…place it with a generic samplerweight class in lerobot_train
|
very great! |
…ot into feat/add-robo-reward
Author
|
@xianglunkai Can you explain more on the VLA demos. |
Collaborator
|
Hi @int-smart, thanks for your work on this! the following tests are failing. I think the first failure is caused by the |
…ard calculation. Corrected the exhaustion of iterator.
Collaborator
|
@int-smart great all tests are passing now! new issue: I get the below error when trying your quick start code in robo_reward.mdx. The error doesn't happen when testing a batch with just one image or one video. batch = {
"observation.images.top": torch.rand(2, 3, 480, 640), # (B, C, H, W)
"observation.language_instruction": [
"pick up the red cube",
"place the block on the tray",
],
}
rewards = model.compute_reward(batch) # tensor([0.75, 0.50])Error |
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 Roboreward mentioned in Paper: arXiv:2601.00675
Type / Scope
Summary / Motivation
Related issues
What changed
How was this tested (or how to run locally)
Example:
Ran the relevant tests:
Checklist (required before merge)
pre-commit run -a)pytest)Reviewer notes