MISSION.md
README.md
pyproject.toml
assets/showoff.gif
src/cogames/__init__.py
src/cogames/curricula.py
src/cogames/device.py
src/cogames/evaluate.py
src/cogames/game.py
src/cogames/logging.py
src/cogames/main.py
src/cogames/play.py
src/cogames/py.typed
src/cogames/train.py
src/cogames.egg-info/PKG-INFO
src/cogames.egg-info/SOURCES.txt
src/cogames.egg-info/dependency_links.txt
src/cogames.egg-info/entry_points.txt
src/cogames.egg-info/requires.txt
src/cogames.egg-info/top_level.txt
src/cogames/cli/__init__.py
src/cogames/cli/base.py
src/cogames/cli/mission.py
src/cogames/cli/policy.py
src/cogames/cogs_vs_clips/__init__.py
src/cogames/cogs_vs_clips/assets.md
src/cogames/cogs_vs_clips/glyphs.py
src/cogames/cogs_vs_clips/missions.py
src/cogames/cogs_vs_clips/protocols.py
src/cogames/cogs_vs_clips/scenarios.py
src/cogames/cogs_vs_clips/stations.py
src/cogames/maps/canidate1_1000.map
src/cogames/maps/canidate1_1000_stations.map
src/cogames/maps/canidate1_500.map
src/cogames/maps/canidate1_500_stations.map
src/cogames/maps/canidate2_1000.map
src/cogames/maps/canidate2_1000_stations.map
src/cogames/maps/canidate2_500.map
src/cogames/maps/canidate2_500_stations.map
src/cogames/maps/canidate3_1000.map
src/cogames/maps/canidate3_1000_stations.map
src/cogames/maps/canidate3_500.map
src/cogames/maps/canidate3_500_stations.map
src/cogames/maps/canidate4_500.map
src/cogames/maps/canidate4_500_stations.map
src/cogames/maps/cave_base_50.map
src/cogames/maps/machina_100_stations.map
src/cogames/maps/machina_200_stations.map
src/cogames/maps/training_facility_clipped.map
src/cogames/maps/training_facility_open_1.map
src/cogames/maps/training_facility_open_2.map
src/cogames/maps/training_facility_open_3.map
src/cogames/maps/training_facility_tight_4.map
src/cogames/maps/training_facility_tight_5.map
src/cogames/maps/zelda.map
src/cogames/policy/__init__.py
src/cogames/policy/interfaces.py
src/cogames/policy/lstm.py
src/cogames/policy/noop.py
src/cogames/policy/random.py
src/cogames/policy/signal_handler.py
src/cogames/policy/simple.py
src/cogames/policy/token.py
src/cogames/policy/utils.py
tests/test_all_games_describe.py
tests/test_all_games_eval.py
tests/test_all_games_play.py
tests/test_all_games_train.py
tests/test_cli.py
tests/test_cogs_vs_clips.py
tests/test_lstm_policy.py
tests/test_train_integration.py