Scheduler
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Mdp::GibbsActionSelection Class Reference

#include <gibbsActionSelection.h>

Inheritance diagram for Mdp::GibbsActionSelection:
Mdp::ActionSelectionStrategy

Public Member Functions

 GibbsActionSelection (double temperature, double tempDecaySpeed, double tempStepSize)
 
std::vector< double > generatePolicy (const std::vector< double > &, action_t bestAction) override
 

Detailed Description

Definition at line 18 of file gibbsActionSelection.h.

Constructor & Destructor Documentation

GibbsActionSelection::GibbsActionSelection ( double  temperature,
double  tempDecaySpeed,
double  tempStepSize 
)

Definition at line 19 of file gibbsActionSelection.cpp.

Member Function Documentation

std::vector< double > GibbsActionSelection::generatePolicy ( const std::vector< double > &  ,
action_t  bestAction 
)
overridevirtual

Generate the policy from the vector of action values (given a given state)

Implements Mdp::ActionSelectionStrategy.

Definition at line 26 of file gibbsActionSelection.cpp.


The documentation for this class was generated from the following files: