NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
NeuroAdapter Class Reference

Public Member Functions

void initialize (NeuroEvolution *evo, bool isLearning, configuration config)
 
std::vector< std::vector
< double > > 
step (double deltaTimeSeconds, std::vector< double > state)
 
void endEpisode (std::vector< double > state)
 

Detailed Description

Definition at line 34 of file NeuroAdapter.h.

Member Function Documentation

void NeuroAdapter::initialize ( NeuroEvolution evo,
bool  isLearning,
configuration  config 
)

Initialize needs to be called at the beginning of each trial For NTRT this means main or simulator needs to own the pointer to NeuroEvolution, we can't create it here

Definition at line 46 of file NeuroAdapter.cpp.


The documentation for this class was generated from the following files: