POMDP

RL algorithm

An implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task

Implementing a RL algorithm based upon a partially observable Markov decision process.

GitHub

54 stars
2 watching
22 forks
Language: MATLAB
last commit: over 6 years ago
Linked from 1 awesome list

matlabneurosciencepomdpreinforcement-learningreinforcement-learning-algorithms

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ceshine/rrl_matlabA Matlab implementation of a recurrent reinforcement learning algorithm for training models to make predictions or take actions in dynamic environments.47
ikostrikov/pytorch-ddpg-nafAn implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks.307
rajesh-siraskar/reinforcement-learning-for-control-of-valvesDevelops and tests a reinforcement learning-based control system for non-linear valve models using Deep Deterministic Policy-Gradient algorithm80
floringogianu/categorical-dqnAn implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games.96
pouyamghari/pof-mklAn implementation of an online federated learning algorithm with multiple kernels for personalized machine learning0
tristandeleu/pytorch-maml-rlReplication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks830
sjtu-marl/malibA framework for parallel population-based reinforcement learning507
corl-team/corlProvides high-quality implementations of offline and offline-to-online reinforcement learning algorithms in Python.491
alex-petrenko/sample-factoryA high-throughput reinforcement learning library with optimized synchronous and asynchronous implementations of policy gradients.839
luchris429/purejaxrlA high-performance implementation of reinforcement learning training pipelines using JAX and PyTorch-like functionality755
eleurent/rl-agentsA collection of implementations of Reinforcement Learning and planning algorithms in Python.596
matthiasplappert/keras-rlA Python library implementing state-of-the-art deep reinforcement learning algorithms for Keras and OpenAI Gym environments.8
kunqian2025/reinforcement-learningA collection of implementations of reinforcement learning algorithms in MATLAB61
ikostrikov/jaxrlProvides JAX implementations of various reinforcement learning algorithms with continuous action spaces.640
hubfire/muti-branch-ddpg-carlaAn implementation of a reinforcement learning algorithm using multi-branch architecture and Deep Deterministic Policy Gradients (DDPG) to control autonomous vehicles in simulation environments.81