Open Source RLHF Library

ThinkRL Documentation

A modular, high-performance, reasoning-centric library for Reinforcement Learning from Human and AI Feedback (RLHF & RLAIF).

Made with love from India 🇮🇳 for the world

Quick Install

Get started with ThinkRL in seconds

# Clone and setup
git clone https://github.com/ellanorai/ThinkRL.git
cd ThinkRL
# Create venv and install
python -m venv .venv
source .venv/bin/activate
pip install -e .
# Or use the make shortcut
make install
# Or with all extras
pip install -e ".[all]"