MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
mathy_envs/__init__.py
mathy_envs/about.py
mathy_envs/env.py
mathy_envs/py.typed
mathy_envs/state.py
mathy_envs/time_step.py
mathy_envs/types.py
mathy_envs/util.py
mathy_envs.egg-info/PKG-INFO
mathy_envs.egg-info/SOURCES.txt
mathy_envs.egg-info/dependency_links.txt
mathy_envs.egg-info/requires.txt
mathy_envs.egg-info/top_level.txt
mathy_envs/envs/__init__.py
mathy_envs/envs/binomial_distribute.py
mathy_envs/envs/complex_simplify.py
mathy_envs/envs/poly_combine_in_place.py
mathy_envs/envs/poly_commute_like_terms.py
mathy_envs/envs/poly_grouping.py
mathy_envs/envs/poly_haystack_like_terms.py
mathy_envs/envs/poly_simplify.py
mathy_envs/envs/poly_simplify_blockers.py
mathy_envs/gym/__init__.py
mathy_envs/gym/gym_binomial_distribute.py
mathy_envs/gym/gym_complex_simplify.py
mathy_envs/gym/gym_goal_env.py
mathy_envs/gym/gym_poly_blockers.py
mathy_envs/gym/gym_poly_combine_in_place.py
mathy_envs/gym/gym_poly_commute_like_terms.py
mathy_envs/gym/gym_poly_grouping.py
mathy_envs/gym/gym_poly_haystack_like_terms.py
mathy_envs/gym/gym_poly_simplify.py
mathy_envs/gym/masked_discrete.py
mathy_envs/gym/mathy_gym_env.py
tests/__init__.py
tests/test_env.py
tests/test_gym.py
tests/test_state.py