• Stars
    star
    280
  • Rank 142,757 (Top 3 %)
  • Language
    Python
  • Created about 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Using Reinforcement Learning to play FIFA

DeepGamingAI_FIFARL

Using Reinforcement Learning to play FIFA

alt text

Code Tutorial

https://medium.com/@chintan.t93/using-deep-q-learning-in-fifa-18-to-perfect-the-art-of-free-kicks-f2e4e979ee66

Video

https://www.youtube.com/watch?v=MasxAN-xZIU

Setup Requirements

  1. OS: Windows (FIFA 18)
  2. Pytesseract
  3. Tensorflow
  4. Keras
  5. MatplotLib

To run

Go to the root directory and run main.py in train or test mode. Toggle the train_mode variable to run in train or test mode.

Acknowledgements for code

https://medium.freecodecamp.org/deep-reinforcement-learning-where-to-start-291fb0058c01