This repository contains the practical materials for the Embodied Artificial Intelligence course.
To run this software, install the dependencies by running
python3 -m pip install -r requirements.txt --user
To run the code simply execute the main.py file. For more detailed overview of the code structure and functionality, please see the supplementary document 'CodeTutorial'.
If you want to auto generate the documentation, just run in the terminal in the main folder
pdoc3 --html .
There is a known bug that may (rarely) crash the program in random occasions when the number of agents is very high (especially if your computer is not very performant), regarding the memory usage of pygame. When this bug appears, just waiting couple of seconds and re-running the program should fix it
We are actively working for fixing this.
About Stage 1:
About Experiment 1:
About Experiment 2:
SIR model:
Simplified lockdown: