- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 233字
- 2021-06-24 15:23:11
Preface
Learning how to apply AI is crucial and can take the fun factor to the next level when developing traditional, educational, or any other kind of game. Unreal Engine is a powerful game development engine that allows you to create 2D and 3D games. If you want to use AI to extend the life of your games and make them challenging and more interesting, this book is for you.
The book starts with breaking down artificial intelligence (AI) into simple concepts to get a fundamental understanding of it. Using a variety of examples, you will work through actual implementations designed to highlight key concepts and features related to game AI in UE4. You will learn how to work through the built-in AI framework to build believable characters for every genre (e.g. RPG, Strategic, Platform, FPS, Simulation, Arcade, and Educational games). You will learn how to configure Navigation, Environmental Querying and Sensory systems for your AI agents and couple it with Behavior Trees, all with practical examples. You will then explore how the engine handles dynamic crowd. In the concluding chapters, you will learn how to profile, visualize and debug your AI systems, to correct the AI logic, and increase performance.
By the end of the book, your AI knowledge of the built-in AI system in Unreal will be deep and comprehensive, allowing you to build powerful AI agents within your projects.
- Building Modern Web Applications Using Angular
- Essential Angular
- JavaScript前端開發與實例教程(微課視頻版)
- PostgreSQL 11從入門到精通(視頻教學版)
- 零基礎學Python數據分析(升級版)
- 用Python實現深度學習框架
- MongoDB權威指南(第3版)
- Python算法指南:程序員經典算法分析與實現
- Node.js:來一打 C++ 擴展
- Node Cookbook(Second Edition)
- C++反匯編與逆向分析技術揭秘(第2版)
- DB2SQL性能調優秘笈
- Java 11 and 12:New Features
- Extending Docker
- C語言從入門到精通(微視頻精編版)