How do I create an AI player for UNO card game? /u/warryerr Python Education

I am familiar with basic python and I want to create an UNO card game in python with an AI to compete against the user. The only experience I have is making a tic tac toe AI bot using minimax algorithm in python.

I’ve read that minimax is not feasible since UNO has a bigger set of moves you can make. I’ve read a little about Monte Carlo and deep reinforcement learning and neural networks and such.

What libraries or algorithms should I take a look at to get started on this project?

I’d like to know how I should go about implementing the bot.

submitted by /u/warryerr
[link] [comments]

​r/learnpython I am familiar with basic python and I want to create an UNO card game in python with an AI to compete against the user. The only experience I have is making a tic tac toe AI bot using minimax algorithm in python. I’ve read that minimax is not feasible since UNO has a bigger set of moves you can make. I’ve read a little about Monte Carlo and deep reinforcement learning and neural networks and such. What libraries or algorithms should I take a look at to get started on this project? I’d like to know how I should go about implementing the bot. submitted by /u/warryerr [link] [comments] 

I am familiar with basic python and I want to create an UNO card game in python with an AI to compete against the user. The only experience I have is making a tic tac toe AI bot using minimax algorithm in python.

I’ve read that minimax is not feasible since UNO has a bigger set of moves you can make. I’ve read a little about Monte Carlo and deep reinforcement learning and neural networks and such.

What libraries or algorithms should I take a look at to get started on this project?

I’d like to know how I should go about implementing the bot.

submitted by /u/warryerr
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *