The OpenSTARLab RLearn package is the fundamental package for Reinforcement Learning modeling. It is designed to provide a simple and efficient way to train, inference, and simulate Reinforcement Learning. This package supports the data preprocessed by the OpenSTARLab PreProcessing package.
This package is continuously evolving to support future OpenSTARLab projects. If you have any suggestions or encounter any bugs, please feel free to open an issue.
- Install pytorch (recommended version 2.4.0 linux pip python3.10 cuda12.6)
pip install torch
- To install this package via PyPI
pip install openstarlab-rlearn
- To install manually
git clone git@github.com:open-starlab/RLearn.git
cd ./RLearn
pip install -e .
- Release the package
- Incorporate more functions
![]() Kenjiro Ide 💻 |
![]() Keisuke Fujii 🧑💻 |

