Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine.
GitHub | Iuvo Unity Updates | Creator
Loading...
Searching...
No Matches
AIMemory.cs File Reference

Classes

class  IuvoUnity.AI.AIMemory
 Represents the memory of the AI, storing relevant information and experiences. More...

Namespaces

namespace  IuvoUnity
namespace  IuvoUnity.AI
 Namespace containing AI-related classes and functionalities.

Class Documentation

◆ IuvoUnity::AI::AIMemory

class IuvoUnity::AI::AIMemory

Represents the memory of the AI, storing relevant information and experiences.

Todo
Implement memory storage and retrieval mechanisms.
Note
should be broad (not just sensory, but experiences, learned behaviors, past events, etc.)
Warning
This class is currently a placeholder and does not contain any implementation.