MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
AgentDelayedSharedObservations.h
Go to the documentation of this file.
1
28
/* Only include this header file once. */
29
#ifndef _AGENTDELAYEDSHAREDOBSERVATIONS_H_
30
#define _AGENTDELAYEDSHAREDOBSERVATIONS_H_ 1
31
32
/* the include directives */
33
#include <iostream>
34
#include "
Globals.h
"
35
36
#include "
AgentDecPOMDPDiscrete.h
"
37
38
39
42
class
AgentDelayedSharedObservations
:
public
AgentDecPOMDPDiscrete
43
{
44
private
:
45
46
protected
:
47
48
public
:
49
// Constructor, destructor and copy assignment.
51
AgentDelayedSharedObservations
(
const
PlanningUnitDecPOMDPDiscrete
&pu,
52
Index
id
) :
53
AgentDecPOMDPDiscrete
(pu,id){};
54
56
AgentDelayedSharedObservations
(
const
AgentDelayedSharedObservations
& a) :
57
AgentDecPOMDPDiscrete
(a){};
58
60
~AgentDelayedSharedObservations
(){};
61
62
virtual
Index
Act
(
Index
oI,
Index
prevJoI) = 0;
63
};
64
65
66
#endif
/* !_AGENTDELAYEDSHAREDOBSERVATIONS_H_ */
67
68
// Local Variables: ***
69
// mode:c++ ***
70
// End: ***
src
planning
AgentDelayedSharedObservations.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2