Qualia
0.2
|
#include <MapperBasicEnvironment.h>
Public Member Functions | |
MapperBasicEnvironment (int observationDim, ActionProperties *actionProps, MapperConnector *connector) | |
virtual | ~MapperBasicEnvironment () |
virtual void | init () |
Initializes the environment. More... | |
virtual void | addSignals () |
virtual void | writeOutputs (const Action *action) |
virtual Observation * | readInputs () |
![]() | |
MapperEnvironment (MapperConnector *connector) | |
virtual | ~MapperEnvironment () |
virtual Observation * | start () |
Sends the first observation. More... | |
virtual Observation * | step (const Action *action) |
Performs action action and returns observation. More... | |
![]() | |
virtual | ~Environment () |
Public Attributes | |
Observation * | currentObservation |
int | observationDim |
ActionProperties * | actionProperties |
![]() | |
MapperConnector * | connector |
MapperBasicEnvironment::MapperBasicEnvironment | ( | int | observationDim, |
ActionProperties * | actionProps, | ||
MapperConnector * | connector | ||
) |
|
virtual |
|
virtual |
Implements MapperEnvironment.
Reimplemented in MapperRLEnvironment.
|
virtual |
Initializes the environment.
Reimplemented from MapperEnvironment.
Reimplemented in MapperRLEnvironment.
|
virtual |
Implements MapperEnvironment.
Reimplemented in MapperRLEnvironment.
|
virtual |
Implements MapperEnvironment.
ActionProperties* MapperBasicEnvironment::actionProperties |
Observation* MapperBasicEnvironment::currentObservation |
int MapperBasicEnvironment::observationDim |