lucas98774 / rl-blackjack

Implementing rl on blackjack
0 stars 0 forks source link

Change backend from lists to numpy arrays #4

Open lucas98774 opened 2 years ago

lucas98774 commented 2 years ago

Convert the backend from lists to numpy arrays since they are efficient and offer more functionality for displaying results and performing mathematical operations