#include "MathLib.h"
#include "MOMDP.h"
#include "FacmodelStructs.h"
#include "BeliefValuePairPool.h"
#include "BeliefValuePairPoolSet.h"
#include "FullObsUBInitializer.h"
Go to the source code of this file.
Classes | |
struct | momdp::FastInfUBInitializer |
Namespaces | |
namespace | momdp |
Defines | |
#define | MDP_RESIDUAL (1e-10) |
#define | PRUNE_EPS (1e-10) |
#define MDP_RESIDUAL (1e-10) |
Definition at line 19 of file FastInfUBInitializer.h.
#define PRUNE_EPS (1e-10) |
Part of the this code is derived from ZMDP: http://www.cs.cmu.edu/~trey/zmdp/ ZMDP is released under Apache License 2.0 The rest of the code is released under GPL v2
Definition at line 18 of file FastInfUBInitializer.h.