MultiAgentDecisionProcess  Release 0.2.1
ValueFunctionPOMDPDiscrete.h File Reference

Authors: Frans Oliehoek faoli.nosp@m.eho@.nosp@m.scien.nosp@m.ce.u.nosp@m.va.nl Matthijs Spaan mtjsp.nosp@m.aan@.nosp@m.isr.i.nosp@m.st.u.nosp@m.tl.pt More...

Go to the source code of this file.

Typedefs

typedef
QFunctionsDiscrete::const_iterator 
QFDcit
typedef
QFunctionsDiscreteNonStationary::const_iterator 
QFDNScit
typedef std::vector
< ValueFunctionPOMDPDiscrete
QFunctionsDiscrete
 A QFunctionsDiscrete is just a vector of ValueFunctionPOMDPDiscrete, one for each action.
typedef std::vector
< QFunctionsDiscrete
QFunctionsDiscreteNonStationary
 A QFunctionsDiscreteNonStationary is just a vector of QFunctionsDiscrete, one for each time step.
typedef std::vector< AlphaVectorValueFunctionPOMDPDiscrete
 A ValueFunctionPOMDPDiscrete is just a vector of AlphaVector's.
typedef
ValueFunctionPOMDPDiscrete::const_iterator 
VFPDcit
 A const_iterator for ValueFunctionPOMDPDiscrete.

Detailed Description

Authors: Frans Oliehoek faoli.nosp@m.eho@.nosp@m.scien.nosp@m.ce.u.nosp@m.va.nl Matthijs Spaan mtjsp.nosp@m.aan@.nosp@m.isr.i.nosp@m.st.u.nosp@m.tl.pt

Copyright 2008 Universiteit van Amsterdam, Instituto Superior Tecnico

This file is part of MultiAgentDecisionProcess.

MultiAgentDecisionProcess is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MultiAgentDecisionProcess is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MultiAgentDecisionProcess. If not, see http://www.gnu.org/licenses/.

Id:
ValueFunctionPOMDPDiscrete.h 2747 2008-09-13 09:54:55Z faolieho

Definition in file ValueFunctionPOMDPDiscrete.h.

Typedef Documentation

typedef QFunctionsDiscrete::const_iterator QFDcit

Definition at line 46 of file ValueFunctionPOMDPDiscrete.h.

typedef QFunctionsDiscreteNonStationary::const_iterator QFDNScit

Definition at line 51 of file ValueFunctionPOMDPDiscrete.h.

A QFunctionsDiscrete is just a vector of ValueFunctionPOMDPDiscrete, one for each action.

Definition at line 45 of file ValueFunctionPOMDPDiscrete.h.

A QFunctionsDiscreteNonStationary is just a vector of QFunctionsDiscrete, one for each time step.

Definition at line 50 of file ValueFunctionPOMDPDiscrete.h.

A ValueFunctionPOMDPDiscrete is just a vector of AlphaVector's.

Definition at line 39 of file ValueFunctionPOMDPDiscrete.h.

typedef ValueFunctionPOMDPDiscrete::const_iterator VFPDcit

A const_iterator for ValueFunctionPOMDPDiscrete.

Definition at line 41 of file ValueFunctionPOMDPDiscrete.h.