This repositiory contains code to train and run a model on FIFA 18 shooting skills. The model uses a Convolutional LSTM and is trained on a batch of sequences, using Reinforcement Learning. The models performace improves after about 100 epochs and you can start to see better scores.
The medium article for this project is available at Reinforcement Learning with FIFA and Keras
- Install requirements
- Start game in 1280x720 dimensions in windowed mode (Opens by default in top left corner)
- In FIFA 18, choose skill games and choose Bronze shooting.
- Toggle the train_mode variable to run in train or test mode.
- Run main.py
- Make sure to click on FIFA window after starting program
This repository is forked copy with lots of changes. The original was made for free kicks and is available at: DeepGamingAI_FIFARL
- OS: Windows (FIFA 18)
- Pytesseract
- Tensorflow
- Keras
- MatplotLib