copied from trajectory handler branch

This commit is contained in:
Shannon Sands 2025-05-12 07:26:10 +10:00
parent 101cbdd803
commit 4e7fcd3c9a
8 changed files with 2238 additions and 0 deletions

View file

@ -0,0 +1,8 @@
"""
Infinite Math - A reinforcement learning environment for procedurally generated math problems.
"""
from .curriculum import MathCurriculum
from .infinimath import InfiniteMath
__all__ = ["MathCurriculum", "InfiniteMath"]