MultiAgentDecisionProcess  Release 0.2.1
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 
43 {
44 private:
45 
46 protected:
47 
48 public:
49  // Constructor, destructor and copy assignment.
52  Index id) :
53  AgentDecPOMDPDiscrete(pu,id){};
54 
58 
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: ***