0xD4rky

0xD4rky / Tiny-RL

Public

This repo has scripts to compare various powerful RL methods

33
6
100% credibility
Found Feb 24, 2026 at 22 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

Tiny-RL is an open-source tool for training AI language models to improve at solving competition math problems using various reinforcement learning methods.

How It Works

1
🔍 Discover Tiny-RL

You stumble upon Tiny-RL, a simple kit that helps teach AI models to solve tricky math problems better.

2
🛠️ Prepare your setup

You install the easy-to-use tools on your powerful computer so everything is ready to go.

3
📝 Pick your training style

You choose your favorite AI starting point and how fast it learns, like setting up a personalized lesson plan.

4
🚀 Start the learning session

With one command, you kick off the training, and the AI begins practicing math questions.

5
📈 Track the progress

You watch live charts that show the AI getting smarter at solving problems step by step.

6
💾 Save your improved AI

The system automatically saves the smarter AI brain at key moments for you to use later.

🎉 AI math whiz ready!

Your AI now tackles math challenges with confidence, and you feel proud of its new skills.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 22 to 33 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is Tiny-RL?

Tiny-RL is a Python toolkit for training small LLMs like Qwen 1.7B on math problems using RL methods such as GRPO, DAPO, and REINFORCE++. It generates completions via vLLM for fast rollouts, scores them automatically against ground-truth answers, and fine-tunes the model with configurable hyperparameters in a YAML file. Run it with `uv sync` then `uv run train.py --config config.yaml`, saving checkpoints to `./output` and logging metrics to wandb—perfect for quick RL experiments on reasoning tasks.

Why is it gaining traction?

It stands out by packing multiple state-of-the-art RL losses into a minimal setup, letting you swap algorithms like grpo or dapo without rewriting code, unlike heavier frameworks. Developers dig the vLLM integration for speedy inference on limited GPUs and the built-in math reward model that handles boxed answers and normalization. As a compact scripts repo akin to proxmox scripts repo or react scripts repo, it hooks RL tiny gaston fans wanting reproducible math benchmarks without the bloat.

Who should use this?

RL engineers benchmarking LLM alignment on datasets like competition_math, or AI researchers prototyping math reasoning boosts on consumer hardware. Ideal for indie devs forking repo github private setups to test custom losses, or teams using repo github actions for CI/CD on tiny house-scale models—skip if you're doing non-math domains.

Verdict

Grab it for fast RLHF prototyping on math tasks if you're okay with its 1.0% credibility score and 19 stars signaling early-stage maturity—docs are basic but setup is dead simple. Not battle-tested for production, but a solid starting point for experiments.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.