SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::AgentDataStoreCInfo Struct Reference

Data used to construct an IAgentDataStore instance More...

#include <Agent.h>

Inheritance diagram for SmartEngine::AgentDataStoreCInfo:
SmartEngine::ResourceCInfo

Public Attributes

int maxExperiences = 100000
 The maximum number of experiences to keep per RL trainer before we start removing old ones More...
 
- Public Attributes inherited from SmartEngine::ResourceCInfo
const char * resourceName = nullptr
 Optional resource name that will be used with Load() and Save() if no other name is provided. More...
 

Detailed Description

Data used to construct an IAgentDataStore instance

Member Data Documentation

◆ maxExperiences

int SmartEngine::AgentDataStoreCInfo::maxExperiences = 100000

The maximum number of experiences to keep per RL trainer before we start removing old ones