LyWangPX / Reinforcement_Learning_Coding_ExamplesLinks
My personal practice to implement algorithms of RL from scratch.
☆37Updated 5 years ago
Alternatives and similar repositories for Reinforcement_Learning_Coding_Examples
Users that are interested in Reinforcement_Learning_Coding_Examples are comparing it to the libraries listed below
Sorting:
- This is a repository of DQN and its variants implementation in PyTorch based on the original papar.☆13Updated 5 years ago
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2021)☆145Updated 3 years ago
- Solving POMDP using Recurrent networks☆90Updated 5 years ago
- A curated list of awesome Model-based reinforcement learning resources☆94Updated 4 years ago
- PyTorch Implementation of Hamilton-Jacobi DQN☆16Updated 4 years ago
- A list of safe reinforcement learning papers☆20Updated 5 years ago
- Experiments with reinforcement learning and recurrent neural networks☆114Updated last year
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆78Updated 4 years ago
- Implementation of Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor.☆28Updated 2 months ago
- Baseline implementation of recurrent PPO using truncated BPTT☆151Updated last year
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆235Updated 6 months ago
- Deep Q-Network (DQN) and Fitted Q-Iteration (FQI) tutorial for RL Summer School 2023☆74Updated 9 months ago
- Summary of key papers in deep reinforcement learning. Heavily based on OpenAI SpinningUp.☆81Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- Stable-Baselines3 (SB3) reinforcement learning tutorial for the Reinforcement Learning Virtual School 2021.☆54Updated 2 years ago
- Collection of OpenAI parametrized action-space environments.☆65Updated 4 months ago
- Evolution-based Soft Actor-Critic (ESAC)☆42Updated last year
- SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis☆29Updated 5 years ago
- Reinforcement Learning | Multi-Agent RL | Self-Play | Proximal Policy Optimization Algorithm (PPO) agent | Unity Tennis environment☆20Updated 2 years ago
- DQN examples codes in chapter 4☆43Updated 2 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆101Updated 3 years ago
- DecentralizedLearning☆24Updated 2 years ago
- Official PyTorch code for "Recurrent Off-policy Baselines for Memory-based Continuous Control" (DeepRL Workshop, NeurIPS 21)☆88Updated last year
- implementation of "Evolution Strategies as a Scalable Alternative to Reinforcement Learning" OpenAI paper☆20Updated 4 years ago
- The aim of this repo is to bring ideas and relevant literature relating to Safe-RL in the context of autonomous vehicles.☆48Updated 7 years ago
- Pytorch solutions for UC Berkeley's cs285 assignments☆140Updated 3 years ago
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…☆139Updated 2 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆146Updated 3 years ago
- Gym-like extensions for POMDP☆57Updated 4 years ago
- An implementation of Deep Q-Learning from Demonstrations (DQfD) for playing Atari 2600 video games☆29Updated 2 years ago