MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
mathy/__init__.py
mathy/about.py
mathy/api.py
mathy/cli.py
mathy/env.py
mathy/models.py
mathy/py.typed
mathy/state.py
mathy/teacher.py
mathy/time_step.py
mathy/types.py
mathy/util.py
mathy.egg-info/PKG-INFO
mathy.egg-info/SOURCES.txt
mathy.egg-info/dependency_links.txt
mathy.egg-info/entry_points.txt
mathy.egg-info/requires.txt
mathy.egg-info/top_level.txt
mathy/agent/__init__.py
mathy/agent/action_selectors.py
mathy/agent/agent.py
mathy/agent/config.py
mathy/agent/episode_memory.py
mathy/agent/model.py
mathy/agent/util.py
mathy/agent/worker.py
mathy/agent/trfl/__init__.py
mathy/agent/trfl/base_ops.py
mathy/agent/trfl/discrete_policy_gradient_ops.py
mathy/agent/trfl/sequence_ops.py
mathy/agent/trfl/value_ops.py
mathy/envs/__init__.py
mathy/envs/binomial_distribute.py
mathy/envs/complex_simplify.py
mathy/envs/poly_combine_in_place.py
mathy/envs/poly_commute_like_terms.py
mathy/envs/poly_grouping.py
mathy/envs/poly_haystack_like_terms.py
mathy/envs/poly_simplify.py
mathy/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_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
mathy/swarm/__init__.py
mathy/swarm/fragile.py
tests/__init__.py
tests/test_api.py
tests/test_cli.py
tests/test_env.py
tests/test_environment_state.py
tests/test_episode_memory.py
tests/test_features.py
tests/test_math_game.py
tests/test_models.py
tests/test_teacher.py