Book Image

Graph Algorithms for AI in Games [Video]

By : Daniel Jallov
Book Image

Graph Algorithms for AI in Games [Video]

By: Daniel Jallov

Overview of this book

<p>Graphs arise in various real-world situations as there are road networks, computer networks and, most recently, social networks! If you're looking for the fastest time to get to work, cheapest way to connect a set of computers into a network you will need algorithms on graphs.</p> <p>For using the efficient algorithm to automatically find communities and opinion leaders on Facebook, you're going to work with graphs and algorithms on graphs. This course will serve as an introduction to graphs and present their increasingly complex algorithms that work on graphs. In the course, you will start by understanding how graphs can be used in games to represent various states and how searching graphs can help us. The course will introduce you to pathfinding, which is one of the most commonly solved problems in game AI. The course will then show you how to Optimize the pathfinding.</p> <p>Finally, at the end of the course, you will learn the concept of meta-heuristics which can be used to find general solutions in complex domains.</p> <h1>Style and Approach</h1> <p>The video is packed with step-by-step instructions, working examples, and helpful advice. You will learn about Graph Algorithms for AI in Games. This practical course is divided into clear byte size chunks so you can learn at your own pace and focus on the areas of most interest to you.</p>
Table of Contents (5 chapters)
Chapter 1
Understanding Graphs
Content Locked
Section 5
How Can We Use Graphs in Games?
What problems can we solve with graphs when creating games? - Graphs can represent game worlds for navigation - Graphs can represent progress in games - Graphs can represent moves in board games