It's finally time to start planning our journey, before jumping into the next chapter.
Planning our journey
Technical terminology
Since, for some of you, this is your first journey into AI, it's important that you have a small glossary of the technical terms that are used throughout this book (and in general, in AI). We have already encountered some of these in the past few pages:
- Agents are systems that are capable of autonomous reasoning toward solving a specific set of goals.
- Backward Chaining is the process of tracing the cause of a problem by working backwards.
- Blackboard is an architecture for exchanging data between different agents, and sometimes even within the agent itself (especially in Unreal).
- Environment...