JuliaPOMDP
JuliaPOMDP
POMDPs.jl
MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
DeepQLearning.jl
Implementation of the Deep Q-learning algorithm to solve MDPs
BasicPOMCP.jl
The PO-UCT algorithm (aka POMCP) implemented in Julia
MCTS.jl
Monte Carlo Tree Search for Markov decision processes using the POMDPs.jl framework
ParticleFilters.jl
Simple particle filter implementation in Julia - works with POMDPs.jl models or others.
POMCPOW.jl
Online solver based on Monte Carlo tree search for POMDPs with continuous state, action, and observation spaces.
POMDPGallery.jl
A gallery of POMDPs.jl problems