mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
copied from trajectory handler branch
This commit is contained in:
parent
101cbdd803
commit
4e7fcd3c9a
8 changed files with 2238 additions and 0 deletions
8
environments/infinimath/__init__.py
Normal file
8
environments/infinimath/__init__.py
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue