/IZombie

CSCI567 project

Primary LanguageJupyter Notebook

IZombie

CSCI567 project

Note: the following steps have been tested and verified to work for: Windows 11, x86, Python 3.8 macOS, arm, Python 3.11

Preferably with Python 3.8 or higher

Train an agent

All algorithms mentioned in our paper are included in the folder izombie_ipynbs. Each notebook contains completed code of training an agent to play IZombie, including installing the dependency of the simulator, setting up the environment, implementing DDQN/RainbowDQN with MLP/LSTM, and training the agent. Choose the one you want to run according to its name and just run all cells.