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:
- The Paradox of Choice: Using Attention in Hierarchical Reinforcement Learning☆11Updated 3 years ago
- Hands-on Reinforcement Learning with PyTorch, published by [Packt]☆55Updated 4 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆122Updated 4 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆89Updated 2 years ago
- Experiments to train transformer network to master reinforcement learning environments.☆32Updated 4 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆51Updated 2 months ago
- GAIL learning to imitate PPO playing CartPole.☆12Updated 4 years ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆99Updated 3 years ago
- Official implementation of the algorithmic approach presented in the research paper entitled "Risk-Sensitive Policy with Distributional R…☆15Updated 2 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆77Updated 4 years ago
- Implementation of some of the Deep Distributional Reinforcement Learning Algorithms.☆18Updated last month
- implementation of "Evolution Strategies as a Scalable Alternative to Reinforcement Learning" OpenAI paper☆20Updated 4 years ago
- Bayesian Reward Shaping Framework for Deep Reinforcement Learning☆23Updated 6 years ago
- Evolution-based Soft Actor-Critic (ESAC)☆42Updated last year
- ☆39Updated 5 years ago
- Hands-On Reinforcement Learning for Games, published by Packt☆60Updated 2 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆132Updated 8 months ago
- Minimal implementation of multi-agent reinforcement learning algorithms☆57Updated 3 years ago
- Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some e…☆53Updated 4 years ago
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 4 years ago
- A repository for code of reinforcement learning algorithms with PyTorch☆30Updated 3 years ago
- Soft Actor-Critic with advanced features☆50Updated this week
- Solutions and figures for problems from Reinforcement Learning: An Introduction Sutton&Barto☆19Updated 6 years ago
- Emergence of complex strategies through multiagent competition☆44Updated 2 years ago
- Source Code for the ICML Paper "Curriculum Reinforcement Learning via Constrained Optimal Transport"☆12Updated 3 years ago
- PyTorch 1.x Reinforcement Learning Cookbook, published by Packt☆98Updated 2 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.☆37Updated 5 months ago
- An implementation of Deep Q-Learning from Demonstrations (DQfD) for playing Atari 2600 video games☆29Updated 2 years ago
- 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