Book Image

Artificial Intelligence with Python - Heuristic Search [Video]

By : Prateek Joshi
Book Image

Artificial Intelligence with Python - Heuristic Search [Video]

By: Prateek Joshi

Overview of this book

<p>This course is a go-to guide for the four topics, logic programming, heuristic search, genetic algorithms and building games with AI. It will help you learn to programme with AI. The course will start with the basic puzzles, parsing trees and expression matching. This will be followed by building solutions for region coloring and maze solving. The course also has fun-filled videos on building bots to play Tic-tac-toe, Connect Four and Hexapawn.</p> <h2>Style and Approach</h2> <p>This course takes a concept-based, explanation-focused approach. Each concept is explained and then the exercise or example is implemented.</p>
Table of Contents (4 chapters)
Chapter 4
Building Games with Artificial Intelligence
Content Locked
Section 4
Building a Bot to Play Last Coin Standing
In this video, we will play a bot to play last coin standing. - Define number of coins, coins that can be taken out and all possible moves. - Check if somebody won the game and stop it - Start the game against the computer