VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Develop an AI to play Connect Four - Python Tutorial

Develop an AI to play Connect Four - Python Tutorial

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
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. - Initial code: https://github.com/KeithGalli/Connect4-Python -Developing the initial connect four game: https://youtu.be/XpYz-q1lxu8 -How a board game AI works: https://youtu.be/y7AKtWGOPAE -Alpha-beta pruning: https://youtu.be/l-hh51ncgDI Video from Keith Galli. https://www.youtube.com/channel/UCq6XkhO5SZ66N04IcPbqNcw Keith on social media: https://www.instagram.com/keithgalli/ https://twitter.com/keithgalli/
Date: 2022-03-14

Comments and reviews: 4


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)

reply

Hi, thank you for making this video
I got this error when i tried to run the code:
line 1, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Please tell me what should i do ?

reply

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.
reply

I'm gonna go through this pretty soon!
Also random question-- any update on if were getting python on freeCodeCamp soon?

reply
Add a review, comment






Other channel videos