An open API service indexing awesome lists of open source software.

https://github.com/swamikannan/environments-blackjack

Blackjack card game environment designed in Python
https://github.com/swamikannan/environments-blackjack

Last synced: 8 months ago
JSON representation

Blackjack card game environment designed in Python

Awesome Lists containing this project

README

          

# Building a Blackjack environment in Turtle






I have been trying to build custom environments for RL learning which gives an agent better observations/ states that are not just a bunch of pixels. With this objective, I have created this Blackjack environment





P.S.:This is just a readymade game to play manually. I intend to update this as a proper Gym environment soon

### How to play
Run
```
python main.py
```