Value networks
Project description
Value network (wip)
Exploration into some new research surrounding value networks
Install
$ pip install value-network
Usage
First, organize your videos (trajectories). The videos should have a suffix .1 for success and .0 for failure.
.
├── data
│ ├── traj_0.1.mp4
│ ├── traj_1.0.mp4
│ └── traj_2.1.mp4
└── ...
1. Train
Train the SigLIP value network by passing the folder containing the videos. The tool will automatically handle the conversion.
$ value-network-cli train --trajectories-folder ./data --max-steps 1000 --model_output_path ./model.pt
2. Predict
Use the trained model to predict the value of any image
$ value-network-cli predict-value ./model.pt ./frame.png
Citations
@article{Farebrother2024StopRT,
title = {Stop Regressing: Training Value Functions via Classification for Scalable Deep RL},
author = {Jesse Farebrother and Jordi Orbay and Quan Ho Vuong and Adrien Ali Taiga and Yevgen Chebotar and Ted Xiao and Alex Irpan and Sergey Levine and Pablo Samuel Castro and Aleksandra Faust and Aviral Kumar and Rishabh Agarwal},
journal = {ArXiv},
year = {2024},
volume = {abs/2403.03950},
url = {https://api.semanticscholar.org/CorpusID:268253088}
}
@misc{lee2025banelexplorationposteriorsgenerative,
title = {BaNEL: Exploration Posteriors for Generative Modeling Using Only Negative Rewards},
author = {Sangyun Lee and Brandon Amos and Giulia Fanti},
year = {2025},
eprint = {2510.09596},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2510.09596},
}
@misc{ma2024visionlanguagemodelsincontext,
title = {Vision Language Models are In-Context Value Learners},
author = {Yecheng Jason Ma and Joey Hejna and Ayzaan Wahid and Chuyuan Fu and Dhruv Shah and Jacky Liang and Zhuo Xu and Sean Kirmani and Peng Xu and Danny Driess and Ted Xiao and Jonathan Tompson and Osbert Bastani and Dinesh Jayaraman and Wenhao Yu and Tingnan Zhang and Dorsa Sadigh and Fei Xia},
year = {2024},
eprint = {2411.04549},
archivePrefix = {arXiv},
primaryClass = {cs.RO},
url = {https://arxiv.org/abs/2411.04549},
}
@misc{yang2026riseselfimprovingrobotpolicy,
title = {RISE: Self-Improving Robot Policy with Compositional World Model},
author = {Jiazhi Yang and Kunyang Lin and Jinwei Li and Wencong Zhang and Tianwei Lin and Longyan Wu and Zhizhong Su and Hao Zhao and Ya-Qin Zhang and Li Chen and Ping Luo and Xiangyu Yue and Hongyang Li},
year = {2026},
eprint = {2602.11075},
archivePrefix = {arXiv},
primaryClass = {cs.RO},
url = {https://arxiv.org/abs/2602.11075},
}
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
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 value_network-0.0.25.tar.gz.
File metadata
- Download URL: value_network-0.0.25.tar.gz
- Upload date:
- Size: 83.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e97ba2d5a8a9efd34c78cc3a4ba341109358968ea19b8aece29de4f8956a2a7
|
|
| MD5 |
d0e9cfacc0155b41f229dc5026a375ec
|
|
| BLAKE2b-256 |
f3426ae3eff25d41a8162f9523140a1517911fb27f88d520a4473a12e77c625f
|
File details
Details for the file value_network-0.0.25-py3-none-any.whl.
File metadata
- Download URL: value_network-0.0.25-py3-none-any.whl
- Upload date:
- Size: 83.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8836f1c41f5b553a36e3f3e4ebe41830ba6f521a14bd781020b58b9d67c38e76
|
|
| MD5 |
dd7f62b71f88192bd439e397ebfd608f
|
|
| BLAKE2b-256 |
f7080e8d6b585a348667c257fd3b43a2e2754244a7c2cad9a0ffc6cf897e6c39
|