.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/build.yml
.github/workflows/publish.yml
.idea/.gitignore
.idea/gymnasium-2048.iml
.idea/modules.xml
figures/observation.png
figures/stats_random_policy.png
figures/stats_tdl.png
figures/stats_tdl_small.png
figures/training_tdl.png
figures/training_tdl_small.png
models/tdl/best_n_tuple_network_policy.zip
models/tdl_small/best_n_tuple_network_policy.zip
scripts/enjoy.py
scripts/evaluate.py
scripts/play.py
scripts/plot.py
scripts/random_policy.py
scripts/train.py
src/gymnasium_2048/__init__.py
src/gymnasium_2048.egg-info/PKG-INFO
src/gymnasium_2048.egg-info/SOURCES.txt
src/gymnasium_2048.egg-info/dependency_links.txt
src/gymnasium_2048.egg-info/requires.txt
src/gymnasium_2048.egg-info/top_level.txt
src/gymnasium_2048/agents/__init__.py
src/gymnasium_2048/agents/ntuple/__init__.py
src/gymnasium_2048/agents/ntuple/factory.py
src/gymnasium_2048/agents/ntuple/network.py
src/gymnasium_2048/agents/ntuple/policy.py
src/gymnasium_2048/envs/__init__.py
src/gymnasium_2048/envs/twenty_forty_eight.py
src/gymnasium_2048/wrappers/__init__.py
src/gymnasium_2048/wrappers/illegal_reward.py
src/gymnasium_2048/wrappers/terminate_goal.py
src/gymnasium_2048/wrappers/terminate_illegal.py
tests/test_agents.py
tests/test_envs.py