setup.cfg
setup.py
SerpentAI.egg-info/PKG-INFO
SerpentAI.egg-info/SOURCES.txt
SerpentAI.egg-info/dependency_links.txt
SerpentAI.egg-info/entry_points.txt
SerpentAI.egg-info/not-zip-safe
SerpentAI.egg-info/requires.txt
SerpentAI.egg-info/top_level.txt
serpent/__init__.py
serpent/analytics_client.py
serpent/config.py
serpent/cv.py
serpent/datasets.py
serpent/frame_grabber.py
serpent/game.py
serpent/game_agent.py
serpent/game_api.py
serpent/game_frame.py
serpent/game_frame_buffer.py
serpent/game_frame_limiter.py
serpent/game_launcher.py
serpent/input_controller.py
serpent/ocr.py
serpent/offshoot.manifest.json
serpent/offshoot.yml
serpent/raycasting.py
serpent/requirements.darwin.txt
serpent/requirements.linux.txt
serpent/requirements.win32.txt
serpent/serpent.py
serpent/sprite.py
serpent/sprite_identifier.py
serpent/sprite_locator.py
serpent/trigonometry.py
serpent/utilities.py
serpent/window_controller.py
serpent/config/config.plugins.yml
serpent/config/config.yml
serpent/game_agents/__init__.py
serpent/game_launchers/__init__.py
serpent/game_launchers/executable_game_launcher.py
serpent/game_launchers/steam_game_launcher.py
serpent/games/__init__.py
serpent/machine_learning/__init__.py
serpent/machine_learning/context_classification/__init__.py
serpent/machine_learning/context_classification/context_classifier.py
serpent/machine_learning/context_classification/context_classifiers/__init__.py
serpent/machine_learning/context_classification/context_classifiers/cnn_inception_v3_context_classifier.py
serpent/machine_learning/context_classification/context_classifiers/svm_context_classifier.py
serpent/machine_learning/reinforcement_learning/__init__.py
serpent/machine_learning/reinforcement_learning/ddqn.py
serpent/machine_learning/reinforcement_learning/dqn.py
serpent/machine_learning/reinforcement_learning/epsilon_greedy_q_policy.py
serpent/machine_learning/reinforcement_learning/keyboard_mouse_action_space.py
serpent/machine_learning/reinforcement_learning/replay_memory.py
serpent/templates/SerpentGameAgentPlugin/.gitattributes
serpent/templates/SerpentGameAgentPlugin/.gitignore
serpent/templates/SerpentGameAgentPlugin/__init__.py
serpent/templates/SerpentGameAgentPlugin/plugin.py
serpent/templates/SerpentGameAgentPlugin/files/__init__.py
serpent/templates/SerpentGameAgentPlugin/files/serpent_game_agent.py
serpent/templates/SerpentGameAgentPlugin/files/helpers/.gitkeep
serpent/templates/SerpentGameAgentPlugin/files/ml_models/.gitkeep
serpent/templates/SerpentGamePlugin/.gitignore
serpent/templates/SerpentGamePlugin/__init__.py
serpent/templates/SerpentGamePlugin/plugin.py
serpent/templates/SerpentGamePlugin/files/__init__.py
serpent/templates/SerpentGamePlugin/files/serpent_game.py
serpent/templates/SerpentGamePlugin/files/api/__init__.py
serpent/templates/SerpentGamePlugin/files/api/api.py
serpent/templates/SerpentGamePlugin/files/data/sprites/.gitkeep
serpent/visual_debugger/__init__.py
serpent/visual_debugger/visual_debugger.py
serpent/visual_debugger/visual_debugger_app.py
serpent/wamp_components/__init__.py
serpent/wamp_components/analytics_component.py
serpent/wamp_components/analytics_elasticsearch_component.py
serpent/window_controllers/__init__.py
serpent/window_controllers/darwin_window_controller.py
serpent/window_controllers/linux_window_controller.py
serpent/window_controllers/win32_window_controller.py