MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
ParserTOICompactRewardDecPOMDPDiscrete.h
Go to the documentation of this file.
1
28
/* Only include this header file once. */
29
#ifndef _PARSERTOICOMPACTREWARDDECPOMDPDISCRETE_H_
30
#define _PARSERTOICOMPACTREWARDDECPOMDPDISCRETE_H_ 1
31
32
/* the include directives */
33
#include <iostream>
34
#include "
Globals.h
"
35
36
#include "
TOICompactRewardDecPOMDPDiscrete.h
"
37
#include "
ParserTOIDecPOMDPDiscrete.h
"
38
#include "
DecPOMDPDiscrete.h
"
39
40
41
44
class
ParserTOICompactRewardDecPOMDPDiscrete
:
45
public
ParserTOIDecPOMDPDiscrete
46
{
47
private
:
48
49
TOICompactRewardDecPOMDPDiscrete
*
_m_problem
;
50
51
void
StoreDecPOMDP
(
DecPOMDPDiscrete
*decpomdp,
52
Index
id
);
53
54
using
ParserTOIDecPOMDPDiscrete::ParseRewards
;
55
void
ParseRewards
();
56
57
protected
:
58
59
public
:
60
// Constructor, destructor and copy assignment.
62
ParserTOICompactRewardDecPOMDPDiscrete
(
63
TOICompactRewardDecPOMDPDiscrete
64
*problem);
65
66
};
67
68
69
#endif
/* !_PARSERTOICOMPACTREWARDDECPOMDPDISCRETE_H_ */
70
71
// Local Variables: ***
72
// mode:c++ ***
73
// End: ***
src
parser
ParserTOICompactRewardDecPOMDPDiscrete.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2