antonio-f / Dynamic-ProgrammingLinks
Algorithms for Policy Evaluation, Estimation of Action Values, Policy Improvement, Policy Iteration, Truncated Policy Evaluation, Truncated Policy Iteration, Value Iteration . From Udacity's Deep Reinforcement Learning Nanodegree program.
☆12Updated 6 years ago
Alternatives and similar repositories for Dynamic-Programming
Users that are interested in Dynamic-Programming are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of D4PG with the SOTA IQN Critic instead of C51. Implementation includes also the extensions Munchausen RL and D2R…☆23Updated 4 years ago
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 4 years ago
- Bayesian Reward Shaping Framework for Deep Reinforcement Learning☆23Updated 6 years ago
- Tabular Reinforcement Learning Algorithms with NumPy & Visualizations with Seaborn☆19Updated 7 years ago
- ☆15Updated 4 years ago
- Official implementation of the algorithmic approach presented in the research paper entitled "Risk-Sensitive Policy with Distributional R…☆15Updated 2 years ago
- Hands-on Reinforcement Learning with PyTorch, published by [Packt]☆55Updated 4 years ago
- Implicit Distributional Actor Critic☆11Updated 3 years ago
- implementation of "Evolution Strategies as a Scalable Alternative to Reinforcement Learning" OpenAI paper☆20Updated 4 years ago
- Experiments to train transformer network to master reinforcement learning environments.☆32Updated 4 years ago
- Bayesian Inverse Reinforcement Learning with simple environments☆20Updated 3 years ago
- Series of deep reinforcement learning algorithms 🤖☆29Updated 4 years ago
- OpenAi's gym environment wrapper to vectorize them with Ray☆23Updated 2 years ago
- GAIL learning to imitate PPO playing CartPole.☆12Updated 4 years ago
- This repo is the implementation of paper ''SHAQ: Incorporating Shapley Value Theory into Multi-Agent Q-Learning''.☆47Updated last year
- ☆17Updated 4 years ago
- Modified CartPole-v0 OpenAI Gym environment with various noisy cases and Reinforcement Learning based controller☆9Updated 7 years ago
- A repository for code of reinforcement learning algorithms with PyTorch☆30Updated 3 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆77Updated 4 years ago
- ☆11Updated last year
- Implementation notebooks and scripts of Deep Reinforcement learning Algorithms in PyTorch and TensorFlow.☆23Updated 5 years ago
- Distributed Deep Reinforcement Learning☆29Updated 4 years ago
- Hands-On Reinforcement Learning for Games, published by Packt☆60Updated 2 years ago
- Robust Reinforcement Learning Benchmark☆10Updated 9 months ago
- An implementation of Deep Q-Learning from Demonstrations (DQfD) for playing Atari 2600 video games☆29Updated 2 years ago
- Implementation of some of the Deep Distributional Reinforcement Learning Algorithms.☆17Updated last week
- POMDP wrappers for OpenAI Gym☆15Updated 5 years ago
- SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis☆29Updated 5 years ago
- Code for NeurIPS2023 accepted paper: Counterfactual Conservative Q Learning for Offline Multi-agent Reinforcement Learning.☆36Updated 4 months ago
- State Space Models for Reinforcement Learning in Tensorflow