build: Initialize reasoning_gym package structure with packaging and development setup

This commit is contained in:
Andreas Koepf (aider) 2025-01-23 10:50:54 +01:00
parent 530cb523c8
commit 3f80fd7b80
5 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,5 @@
"""
Reasoning Gym - A library of procedural dataset generators for training reasoning models
"""
__version__ = "0.1.0"