README.md
pyproject.toml
balancer/__init__.py
balancer/analyzer.py
balancer/optimizer.py
cli/__init__.py
cli/__main__.py
cli/main.py
core/__init__.py
core/base_adapter.py
core/base_agent.py
core/engine.py
core/stats.py
core/types.py
games/__init__.py
games/cards/__init__.py
games/cards/adapter.py
games/example/__init__.py
games/nim/__init__.py
games/nim/adapter.py
games/nim/eval.py
games/odin/__init__.py
games/odin/adapter.py
games/seven_families/__init__.py
games/seven_families/adapter.py
games/tictactoe/__init__.py
games/tictactoe/adapter.py
llm/__init__.py
llm/adapter_generator.py
llm/eval_generator.py
rl/__init__.py
rl/greedy_agent.py
rl/human_agent.py
rl/mcts_agent.py
rl/random_agent.py
rl/self_play.py
shako.egg-info/PKG-INFO
shako.egg-info/SOURCES.txt
shako.egg-info/dependency_links.txt
shako.egg-info/requires.txt
shako.egg-info/top_level.txt
tests/__init__.py
tests/test_balance.py
tests/test_balancer.py
tests/test_cards.py
tests/test_engine.py
tests/test_generators.py
tests/test_mcts.py
tests/test_nim.py
tests/test_odin.py
tests/test_self_play.py
tests/test_seven_families.py
tests/test_tictactoe.py
viz/__init__.py
viz/plots.py