no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | software [2015/10/03 09:33] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === Multiagent Decision Process Toolbox === | ||
| + | The Multiagent decision process (MADP) Toolbox is a free C++ software toolbox for scientific research in decision-theoretic planning and learning in multiagent systems (MASs), developed by Frans Oliehoek and Matthijs Spaan. The term MADP is used to refer to a collection of mathematical models for multiagent planning: multiagent Markov decision processes (MMDPs), decentralized MDPs (Dec-MDPs), decentralized partially observable MDPs (Dec-POMDPs), | ||
| + | |||
| + | The toolbox is designed to be rather general, potentially providing support for all these models, although so far most effort has been put in planning algorithms for discrete Dec-POMDPs. It provides classes modeling the basic data types of MADPs (e.g., action, observations, | ||
| + | |||
| + | Its [[http:// | ||
| + | |||
| + | If you only care about solving a particular problem, you can also upload your problem file to [[http:// | ||
| + | |||
| + | === Nonlinear programming code === | ||
| + | |||
| + | At the [[http:// | ||
| + | |||
| + | === ND-POMDPs === | ||
| + | |||
| + | The [[http:// | ||