Using Deep Q-Learning in FIFA 18 to perfect the art of free-kicks
A code tutorial in Tensorflow that uses Reinforcement Learning to take free kicks. In my previous article, I presented an AI bot trained to play the game of FIFA using Supervised Learning technique. However, the training data required to improve it further quickly became cumbersome to gather and provided little-to-no improvements, making this approach very time consuming. For this sake, I decided to switch to Reinforcement Learning, as suggested by almost everyone who commented on that article! In this article, I'll provide a short description of what Reinforcement Learning is and how I applied it to this game.
Jul-23-2018, 02:58:35 GMT