Develop an AI to play Connect Four - Python Tutorial

preview_player
Показать описание
Learn how to create an expert level artificial intelligence to play Connect Four using Python. We start out with a very simple implementation of just dropping a piece randomly and then progress to choosing a column based on score and then finally implementing the minimax algorithm with alpha beta pruning.

Keith on social media:

--

Рекомендации по теме
Комментарии
Автор

Thanks for watching guys! Check out my channel for more python programming videos :)

KeithGalli
Автор

That helped me much in my project, thank you ^^

yahiaosama
Автор

I would love to see a 4hr vid of learning lua

projektraven
Автор

Nice demo--learning about 2-player game dev. And also not AI, simply human algorithm-weighted scoring..

BobHiltner
Автор

I love Python and I'll love learn AI, but in Portuguese there are few videos about AI in Python.
My English is basic. I can understand few words and expressions in the video.
Translate this video to Portuguese from Brazil if it is possible. PLEASE
(Some words may be wrong, thanks)

CarlosSantos-mwyq
Автор

please make complete course on laravel 5.8 its my humble request to you

MuhammadAhmed-vixt
Автор

Please put the links to the videos that you refer to.

keepsecret
Автор

How server can identify that player do not play their turn. And then invoke ai??

awwentertainment
Автор

Hi, thank you for making this video
I got this error when i tried to run the code:
line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'

Please tell me what should i do ?

yasmine.fathallah
Автор

Sorry but MiniMax with Alpha-Beta pruning is NOT an A.I. Please don't use clickbait titles just for views. Looking forward to a solution with a simple NN, GAN or LSTM.

brotherlui