CQGreedyPolicy Class Reference
Greedy Policy based on
a Q-Function. More...
#include <cpolicies.h>
Inheritance diagram for CQGreedyPolicy:
List of all members.
Detailed Description
Greedy Policy based on a Q-Function.
This policy always takes the greedy action (action with the
highest Q-Value). The policy can't be used as stochastic policy, if
a stochastic greedy policy is needed take CQStochasticPolicy with a
greedy distribution.
Constructor & Destructor Documentation
|
CQGreedyPolicy::~CQGreedyPolicy
|
( |
|
) |
|
|
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following
file:
|