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 1
Using Search Algorithms in Games
Search algorithms are used in games to figure out a strategy. The algorithms search through the possibilities and pick the best move. We will see their use in games. We will look at combinatorial in this video. - Understand search algorithms with the help of an example - Be aware of combinatorial search