|
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 () |
Public Member Functions inherited from MapperEnvironment | |
| 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... | |
Public Member Functions inherited from Environment | |
| virtual | ~Environment () |
Public Attributes | |
| Observation * | currentObservation |
| int | observationDim |
| ActionProperties * | actionProperties |
Public Attributes inherited from MapperEnvironment | |
| 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 |
1.8.3.1