mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
8 lines
226 B
Python
8 lines
226 B
Python
"""
|
|
Infinite Math - A reinforcement learning environment for procedurally generated math problems.
|
|
"""
|
|
|
|
from .curriculum import MathCurriculum
|
|
from .infinimath import InfiniteMath
|
|
|
|
__all__ = ["MathCurriculum", "InfiniteMath"]
|