MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
mathy/__init__.py
mathy/about.py
mathy/cli.py
mathy/env.py
mathy/mathy.py
mathy/models.py
mathy/problems.py
mathy/state.py
mathy/teacher.py
mathy/testing.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/agents/__init__.py
mathy/agents/action_selectors.py
mathy/agents/base_config.py
mathy/agents/embedding.py
mathy/agents/episode_memory.py
mathy/agents/mcts.py
mathy/agents/policy_value_model.py
mathy/agents/a3c/__init__.py
mathy/agents/a3c/agent.py
mathy/agents/a3c/config.py
mathy/agents/a3c/util.py
mathy/agents/a3c/worker.py
mathy/agents/trfl/__init__.py
mathy/agents/trfl/action_value_ops.py
mathy/agents/trfl/base_ops.py
mathy/agents/trfl/clipping_ops.py
mathy/agents/trfl/discrete_policy_gradient_ops.py
mathy/agents/trfl/dist_value_ops.py
mathy/agents/trfl/distribution_ops.py
mathy/agents/trfl/dpg_ops.py
mathy/agents/trfl/indexing_ops.py
mathy/agents/trfl/periodic_ops.py
mathy/agents/trfl/policy_gradient_ops.py
mathy/agents/trfl/retrace_ops.py
mathy/agents/trfl/sequence_ops.py
mathy/agents/trfl/target_update_ops.py
mathy/agents/trfl/value_ops.py
mathy/agents/trfl/vtrace_ops.py
mathy/agents/zero/__init__.py
mathy/agents/zero/config.py
mathy/agents/zero/practice_runner.py
mathy/agents/zero/practice_session.py
mathy/agents/zero/self_play_runner.py
mathy/agents/zero/trainer.py
mathy/agents/zero/types.py
mathy/agents/zero/lib/__init__.py
mathy/agents/zero/lib/average_meter.py
mathy/agents/zero/lib/progress/__init__.py
mathy/agents/zero/lib/progress/bar.py
mathy/agents/zero/lib/progress/counter.py
mathy/agents/zero/lib/progress/helpers.py
mathy/agents/zero/lib/progress/spinner.py
mathy/core/__init__.py
mathy/core/expressions.py
mathy/core/layout.py
mathy/core/parser.py
mathy/core/rule.py
mathy/core/tokenizer.py
mathy/core/tree.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/rules/__init__.py
mathy/rules/associative_property.py
mathy/rules/commutative_property.py
mathy/rules/constants_simplify.py
mathy/rules/distributive_factor_out.py
mathy/rules/distributive_multiply_across.py
mathy/rules/variable_multiply.py
tests/__init__.py
tests/test_cli.py
tests/test_environment_state.py
tests/test_envs.py
tests/test_episode_memory.py
tests/test_expressions.py
tests/test_features.py
tests/test_layout.py
tests/test_math_game.py
tests/test_mathy.py
tests/test_models.py
tests/test_parser.py
tests/test_rules.py
tests/test_teacher.py
tests/test_tree_node.py
tests/test_util.py
tests/test_zero.py