arcade library for the game.
for install run following commends:
pip install -r requirements.txt
- First,you need to run the (collect_dataset.py) file to creat the dataset.
python collect_dataset.py
- After creating the dataset, run file (train.py) to make the mode fit.
python train.py
- Now the model is ready to use and starts playing the AI by running file (inference.py) .
python inference.py