Class sdm::ActionVFTabulaire

Class List > sdm > ActionVFTabulaire

  • #include <action_tabulaire.hpp>

Inherits the following classes: sdm::ActionVFBase

Public Types

Type Name
typedef double TData

Public Functions

Type Name
ActionVFTabulaire ()
ActionVFTabulaire (const std::shared_ptr< SolvableByHSVI > & world)
virtual Pair< std::shared_ptr< Action >, double > selectBestAction (const std::shared_ptr< ValueFunction > & vf, const std::shared_ptr< State > & state, number t)
Select the best action for a state at a precise time.

Public Functions inherited from sdm::ActionVFBase

See sdm::ActionVFBase

Type Name
ActionVFBase ()
ActionVFBase (const std::shared_ptr< SolvableByHSVI > & world)
virtual Pair< std::shared_ptr< Action >, double > selectBestAction (const std::shared_ptr< ValueFunction > & vf, const std::shared_ptr< State > & state, number t) = 0
Select the best action for a state at a precise time.
virtual ~ActionVFBase ()

Public Functions inherited from sdm::ActionVFInterface

See sdm::ActionVFInterface

Type Name
virtual Pair< std::shared_ptr< Action >, double > selectBestAction (const std::shared_ptr< ValueFunction > & vf, const std::shared_ptr< State > & state, number t) = 0
Select the best action for a state at a precise time.

Protected Attributes inherited from sdm::ActionVFBase

See sdm::ActionVFBase

Type Name
std::shared_ptr< SolvableByHSVI > world_

Public Types Documentation

typedef TData

using sdm::ActionVFTabulaire::TData =  double;

Public Functions Documentation

function ActionVFTabulaire [1/2]

sdm::ActionVFTabulaire::ActionVFTabulaire () 

function ActionVFTabulaire [2/2]

sdm::ActionVFTabulaire::ActionVFTabulaire (
    const std::shared_ptr< SolvableByHSVI > & world
) 

function selectBestAction

virtual Pair < std::shared_ptr< Action >, double > sdm::ActionVFTabulaire::selectBestAction (
    const std::shared_ptr< ValueFunction > & vf,
    const std::shared_ptr< State > & state,
    number t
) 

Parameters:

  • const std::shared_ptr<ValueFunction>& vf : Value function
  • const std::shared_ptr<State>& state : current state
  • number t : time step

Returns:

std::shared_ptr<Action> : Action

Implements sdm::ActionVFBase::selectBestAction


The documentation for this class was generated from the following file src/sdm/utils/value_function/action_vf/action_tabulaire.hpp