- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 332字
- 2021-06-24 15:23:18
Unreal Engine AI Framework
Despite other game engines, which just give you rendering capability, Unreal Engine comes with many things implemented (and extended through plugins). This doesn't mean that making a game is easier, but rather that we have more tools to develop one.
As a matter of fact, Unreal implements many tools for Artificial Intelligence as well. While we explore them, we can create a schema of these tools and how they correlate to each other. So, let's try to just understand at which level we are going to operate. This means scratching the surface of the Unreal Game Play Framework (you can find more information about this here: https://docs.unrealengine.com/en-us/Gameplay/Framework).
There is a Controller Class, which can be divided into two subclasses. The first one is a Player Controller; as the name suggests, it offers an interface between the game and the player (of course, it is not covered in this book, since we will focus on AI and not general Gameplay). The second class is the AIController, which, instead, offers an interface between our AI algorithms and the game itself.
The following diagram shows these and how they interact with one another:

Both kinds of controllers can possess a Pawn, which can be considered a virtual avatar. For the player, this may be the main character; for an AIController, a Pawn can be the enemy who wants to defeat the player.
In this book, we will focus only on the AIController, and all the tools around and beneath it to bring our AI to life (we will not cover the dotted sections in the preceding diagram). We will understand what I mean by this at a later stage, but the key concept is that we are going to operate at the level of an AIController.
- FuelPHP Application Development Blueprints
- 潮流:UI設(shè)計必修課
- Practical UX Design
- Full-Stack Vue.js 2 and Laravel 5
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- Big Data Analytics
- Yocto for Raspberry Pi
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- Jupyter數(shù)據(jù)科學(xué)實戰(zhàn)
- SQL Server從入門到精通(第3版)
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- Android應(yīng)用開發(fā)實戰(zhàn)(第2版)
- Practical Maya Programming with Python
- Python機器學(xué)習(xí)與量化投資
- Access 2016數(shù)據(jù)庫應(yīng)用與開發(fā):實戰(zhàn)從入門到精通(視頻教學(xué)版)