CRewardEpisode Class Reference
Logs the reward
during an Episode. More...
#include <crewardmodel.h>
Inheritance diagram for CRewardEpisode:
List of all members.
Detailed Description
Logs the reward during an Episode.
Maintains a double array for logging the reward of each step.
Can be used in combination with a normal episode to log the whole
State-Action-Reward-State Tuples.
Constructor & Destructor Documentation
| virtual
CRewardEpisode::~CRewardEpisode
|
( |
|
) |
[virtual] |
|
Member Function Documentation
| double
CRewardEpisode::getLastStepsMeanReward
|
( |
int |
Steps |
) |
|
|
| double
CRewardEpisode::getMeanReward
|
( |
|
) |
|
|
| int
CRewardEpisode::getNumRewards
|
( |
|
) |
|
|
| double
CRewardEpisode::getReward
|
( |
int |
index |
) |
|
|
| |
returns the requested reward from the rewards
vector.
|
| virtual void
CRewardEpisode::loadBIN
|
( |
FILE * |
stream |
) |
[virtual] |
|
| virtual void
CRewardEpisode::loadData
|
( |
FILE * |
stream |
) |
[virtual] |
|
| virtual void
CRewardEpisode::newEpisode
|
( |
|
) |
[virtual] |
|
| virtual void
CRewardEpisode::saveBIN
|
( |
FILE * |
stream |
) |
[virtual] |
|
| virtual void
CRewardEpisode::saveData
|
( |
FILE * |
stream |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|