lucas98774 / rl-blackjack

Implementing rl on blackjack
0 stars 0 forks source link

README

Build Package and Test Game

This project is to start learning about reinforcement learning. The starting task will be to solve the gamblers dilema with the blackjack game.

Implementation

At first everything will be looked to implement from scratch and then a solution using built in packages (gym) will be used.

Evironment:

Python Version: 3.8.12 Pip version: 21.2.2

NOTE

This branch is essentially just a backup that does not have protection rules --- easier to automate checks and formatting.