MENU

Fun & Interesting

Part 9 | Humans vs AI - Reinforcement Learning Game

Raspberry Pi Coding 4 lượt xem 1 day ago
Video Not Working? Fix It Now

This is part 9. In this video we introduce the foundational elements for reinforcement learning within the game environment, paving the way to introduce an AI into the game.

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