aGrUM  0.14.2
IfmdpFactory.h File Reference

Headers of the IFMDPFactory interface-like class. More...

#include <string>
#include <vector>
#include <agrum/graphs/graphElements.h>
#include <agrum/variables/discreteVariable.h>
#include <agrum/FMDP/fmdp.h>
+ Include dependency graph for IfmdpFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::AbstractFMDPFactory
 A factory class to ease Factored Markov Decision Process construction. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Enumerations

enum  gum::FMDPfactory_state : char {
  gum::FMDPfactory_state::NONE, gum::FMDPfactory_state::VARIABLE, gum::FMDPfactory_state::ACTION, gum::FMDPfactory_state::TRANSITION,
  gum::FMDPfactory_state::COST, gum::FMDPfactory_state::REWARD, gum::FMDPfactory_state::DISCOUNT
}
 The enumeration of states in which the factory can be in. More...
 

Detailed Description

Headers of the IFMDPFactory interface-like class.

Author
Jean-Christophe MAGNAN and Pierre-Henri WUILLEMIN

Definition in file IfmdpFactory.h.