LICENSE
README.md
pyproject.toml
awgym/__init__.py
awgym/cli.py
awgym/config.py
awgym.egg-info/PKG-INFO
awgym.egg-info/SOURCES.txt
awgym.egg-info/dependency_links.txt
awgym.egg-info/entry_points.txt
awgym.egg-info/requires.txt
awgym.egg-info/top_level.txt
awgym/envs/__init__.py
awgym/envs/games.py
awgym/evals/__init__.py
awgym/evals/latent_gate.py
awgym/evals/score_awgym.py
awgym/evals/score_remote.py
awgym/gym/__init__.py
awgym/gym/ledger.py
awgym/gym/orchestrator.py
awgym/gym/recording.py
awgym/serve/__init__.py
awgym/serve/app.py
awgym/solver/__init__.py
awgym/vendor/__init__.py
awgym/vendor/dream_team.py
awgym/wm/__init__.py
awgym/wm/eval_slice.py
awgym/wm/lewm_client.py
awgym/wm/trainer.py
tests/test_evals.py
tests/test_gym_core.py
tests/test_serve_auth.py
tests/test_vendor_shim.py