MENU

Fun & Interesting

Part 4 | Humans vs AI - Reinforcement Learning Game

Raspberry Pi Coding 70 3 weeks ago
Video Not Working? Fix It Now

This is part 4. In this video we create the Player class, which introduces the concept of a player which will be able to interact with the environment and eventually be trained using Reinforcement Learning. I hope you enjoy the video, please do subscribe to my channel and if you wish visit my Patreon account, please see the link below. https://www.patreon.com/singleentity -- IMPORTANT - Please read -- Half way through this series Arcade updated from 2.6.17 to 3.0.0. If you're using this code and following along, please ensure you install Arcade 2.6.17 until I upgrade in a later video. To install using pipenv: pipenv install arcade=2.6.17 For Patreons, the code on Patreon includes the pinned version in the Pipfile. So you can simple do: pipenv install Apologies, but this is a good lesson in always pinning dependencies in Python!

Comment