timbmg / easy21-rl
Easy21 assignment from David Silver's RL Course at UCL
☆11Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for easy21-rl
- Reinforcement learning agents and environment for Easy21, a modified version of Blackjack☆14Updated 7 years ago
- Jupyter notebook containing a solution to Sutton and Barto's gridworld problem with both a random agent and a Q-learning agent.☆28Updated 6 years ago
- Solving easy21 assigment from RL class by David Silver; A practical guide to get started with RL for beginners.☆18Updated 5 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆275Updated 4 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆307Updated 3 years ago
- ☆76Updated 6 years ago
- Ship simulafor in openai gym style☆37Updated 5 years ago
- SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis☆27Updated 5 years ago
- Python implementation of POMDP framework and PBVI & POMCP algorithms.☆104Updated 3 years ago
- My solution to assignments in UC Berkeley CS294-112: Deep Reinforcement Learning☆90Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆119Updated 3 years ago
- Applying minimaxQ learning algorithm to 2 agents games☆32Updated 6 years ago
- A customizable framework to create maze and gridworld environments☆259Updated 5 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆393Updated 3 years ago
- Implementation of Soft Actor Critic☆37Updated 3 years ago
- Proximal Policy Optimization with Tensorflow 2.0☆30Updated 5 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆294Updated 2 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆532Updated 4 years ago
- TD Advantage Actor-Critic RL algorithm☆15Updated 5 years ago
- Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch☆572Updated 6 years ago
- Gridworld environments for OpenAI gym.☆80Updated 8 months ago
- Code for hierarchical imitation learning and reinforcement learning☆286Updated 6 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆433Updated 6 years ago
- Implementation of the algorithm in Python 3, TensorFlow and OpenAI Gym☆173Updated 6 years ago
- Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.☆199Updated 5 years ago
- OpenAI MountainCar-v0 DeepRL-based solutions (DQN, DuelingDQN, D3QN)☆23Updated 3 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆665Updated 3 years ago
- DQN to play Atari Pong☆111Updated 5 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆253Updated 4 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆173Updated last year