An open API service indexing awesome lists of open source software.

https://github.com/sisl/multiagentpomdpproblems.jl

Collection of multiagent POMDP problems used in the Dec-POMDP literature.
https://github.com/sisl/multiagentpomdpproblems.jl

Last synced: 9 months ago
JSON representation

Collection of multiagent POMDP problems used in the Dec-POMDP literature.

Awesome Lists containing this project

README

          

# MultiAgentPOMDPProblems.jl

[![CI](https://github.com/sisl/MultiAgentPOMDPProblems.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/sisl/MultiAgentPOMDPProblems.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/sisl/MultiAgentPOMDPProblems.jl/graph/badge.svg?token=WJ3ZQYQVK1)](https://codecov.io/gh/sisl/MultiAgentPOMDPProblems.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

This package contains a collection of multiagent POMDPs for testing and experimentation in Julia.

## Installation

```julia
] add git@github.com:sisl/MultiAgentPOMDPProblems.jl.git
```