Neural Networks 0.2
A framework for Lukas Zdechovan's Neural Networks C++ projects.
Public Member Functions

Projects::Robotics::CACLA_Test::Environment Class Reference

#include <Environment.h>

Inheritance diagram for Projects::Robotics::CACLA_Test::Environment:
RL::CACLA::Environment

Public Member Functions

State applyAction (Action action)
double reward (State oldState, Action action, State newState)
 Environment (State initialState, int dimension)

Constructor & Destructor Documentation

Projects::Robotics::CACLA_Test::Environment::Environment ( State  initialState,
int  dimension 
)

Member Function Documentation

State Projects::Robotics::CACLA_Test::Environment::applyAction ( Action  action) [virtual]
double Projects::Robotics::CACLA_Test::Environment::reward ( State  oldState,
Action  action,
State  newState 
) [virtual]

The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Defines