Rewind Reward
Project description
ReWiND Reward - Pytorch (wip)
Implementation of ReWiND, "Language-Guided Rewards Teach Robot Policies without New Demonstrations", from USC / Amazon Robotics
Install
$ pip install rewind-reward-pytorch
Usage
import torch
from rewind_reward_pytorch import RewardModel
reward_model = RewardModel()
commands = [
'pick up the blue ball and put it in the red tray',
'pick up the red cube and put it in the green bin'
]
videos = torch.rand(2, 3, 16, 224, 224)
loss = reward_model(commands, videos, rewards = torch.randn(2, 16))
loss.backward()
# after much training
pred = reward_model(commands, videos)
assert pred.shape == (2, 16)
Citations
@article{Zhang2025ReWiNDLR,
title = {ReWiND: Language-Guided Rewards Teach Robot Policies without New Demonstrations},
author = {Jiahui Zhang and Yusen Luo and Abrar Anwar and Sumedh Anand Sontakke and Joseph J. Lim and Jesse Thomason and Erdem Biyik and Jesse Zhang},
journal = {ArXiv},
year = {2025},
volume = {abs/2505.10911},
url = {https://api.semanticscholar.org/CorpusID:278714746}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rewind_reward_pytorch-0.0.16.tar.gz
(909.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rewind_reward_pytorch-0.0.16.tar.gz.
File metadata
- Download URL: rewind_reward_pytorch-0.0.16.tar.gz
- Upload date:
- Size: 909.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eff785c5b2d069ef260700a04b1fedc62edf99938b3d4a624c88ed4b758a592
|
|
| MD5 |
6d1834d279548f3c32c71f3ac7e846b9
|
|
| BLAKE2b-256 |
a7ac4137c9082188af937fbfd7d288d5d5f22ac15ee9fb0c3ec1fd32c3a5cc01
|
File details
Details for the file rewind_reward_pytorch-0.0.16-py3-none-any.whl.
File metadata
- Download URL: rewind_reward_pytorch-0.0.16-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8a5f0528ea8dd99c269b4a45609caeddefad757a70dee4cc5117e4f6af82f3d
|
|
| MD5 |
8615c09a61acc2e98b547a91f93a0e09
|
|
| BLAKE2b-256 |
c3f7eacfb5f3e50ef63870c4c7cfb6a449fe3f9d6ded14853e9c2803dbc4096c
|