diff --git a/README.md b/README.md index f175a647..52ccb414 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ -
- -
+

+ +

Reasoning Gym Logo Reasoning Gym

+ +

+ +

+ +

+ + Paper PDF + +

+

-# 💪🧠 Reasoning Gym +## 🧠 About **Reasoning Gym** is a community-created Python library of procedural dataset generators and algorithmically verifiable reasoning environments for training reasoning models with reinforcement learning (RL). The goal is to generate virtually infinite training data with adjustable complexity. @@ -67,3 +78,20 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md). If you have ideas for dataset generators please create an issue here or contact us in the `#reasoning-gym` channel of the [GPU-Mode discord server](https://discord.gg/gpumode). [![](https://dcbadge.limes.pink/api/server/gpumode?style=flat)](https://discord.gg/gpumode) + + +## 📝 Citation + +If you use this library in your research, please cite the paper: + +```bibtex +@misc{stojanovski2025reasoninggymreasoningenvironments, + title={REASONING GYM: Reasoning Environments for Reinforcement Learning with Verifiable Rewards}, + author={Zafir Stojanovski and Oliver Stanley and Joe Sharratt and Richard Jones and Abdulhakeem Adefioye and Jean Kaddour and Andreas Köpf}, + year={2025}, + eprint={2505.24760}, + archivePrefix={arXiv}, + primaryClass={cs.LG}, + url={https://arxiv.org/abs/2505.24760}, +} +``` diff --git a/assets/examples.png b/assets/examples.png new file mode 100644 index 00000000..9279f6fd Binary files /dev/null and b/assets/examples.png differ diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 00000000..a1f6090b Binary files /dev/null and b/assets/icon.png differ