Skip to content

Commit

Permalink
Merge pull request #177 from JuliaPOMDP/AEMS
Browse files Browse the repository at this point in the history
adding AEMS to list of solvers
  • Loading branch information
zsunberg authored Jan 22, 2018
2 parents 49eb156 + ac91265 commit 8546680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Many packages use the POMDPs.jl interface, including MDP and POMDP solvers, supp
| [MCVI](https://github.com/JuliaPOMDP/MCVI.jl) | [![Build Status](https://travis-ci.org/JuliaPOMDP/MCVI.jl.svg?branch=master)](https://travis-ci.org/JuliaPOMDP/MCVI.jl) | [![Coverage Status](https://coveralls.io/repos/github/JuliaPOMDP/MCVI.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaPOMDP/MCVI.jl?branch=master) |
| [POMDPSolve](https://github.com/JuliaPOMDP/POMDPSolve.jl)* | [![Build Status](https://travis-ci.org/JuliaPOMDP/POMDPSolve.jl.svg?branch=master)](https://travis-ci.org/JuliaPOMDP/POMDPSolve.jl) | [![Coverage Status](https://coveralls.io/repos/JuliaPOMDP/POMDPSolve.jl/badge.svg)](https://coveralls.io/r/JuliaPOMDP/POMDPSolve.jl) |
| [POMCPOW](https://github.com/JuliaPOMDP/POMCPOW.jl) | [![Build Status](https://travis-ci.org/JuliaPOMDP/POMCPOW.jl.svg?branch=master)](https://travis-ci.org/JuliaPOMDP/POMCPOW.jl) | [![Coverage Status](https://coveralls.io/repos/github/JuliaPOMDP/POMCPOW.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaPOMDP/POMCPOW.jl?branch=master) |
| [AEMS](https://github.com/JuliaPOMDP/AEMS.jl) | [![Build Status](https://travis-ci.org/JuliaPOMDP/AEMS.jl.svg?branch=master)](https://travis-ci.org/JuliaPOMDP/AEMS.jl) | [![Coverage Status](https://coveralls.io/repos/JuliaPOMDP/AEMS.jl/badge.svg)](https://coveralls.io/r/JuliaPOMDP/AEMS.jl) |

#### Reinforcement Learning:

Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ JuliaPOMDP are as follows:
- [DESPOT](https://github.com/JuliaPOMDP/DESPOT.jl)
- [MCVI](https://github.com/JuliaPOMDP/MCVI.jl)
- [POMDPSolve](https://github.com/JuliaPOMDP/POMDPSolve.jl)
- [AEMS](https://github.com/JuliaPOMDP/AEMS.jl)

### Support Tools:

Expand Down
3 changes: 2 additions & 1 deletion src/constants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const NATIVE_PACKAGES = Set{String}(
"ParticleFilters",
"TabularTDLearning",
"POMDPReinforce",
"POMCPOW"
"POMCPOW",
"AEMS"
])

# Packages registered on METADATA
Expand Down

0 comments on commit 8546680

Please sign in to comment.