pomdps topic
AI-Toolbox
A C++ framework for MDPs and POMDPs with Python bindings
Reinforcement_learning_tutorial_with_demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers,...
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
pomdp-py
A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
BMIL
Pytorch code for "Learning Belief Representations for Imitation Learning in POMDPs" (UAI 2019)
BasicPOMCP.jl
The PO-UCT algorithm (aka POMCP) implemented in Julia
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