prioritized-experience-replay topic

List prioritized-experience-replay repositories

turtlebot3_ddpg_collision_avoidance

94
Stars
29
Forks
Watchers

Mapless Collision Avoidance of Turtlebot3 Mobile Robot Using DDPG and Prioritized Experience Replay

rl-zoo

19
Stars
10
Forks
Watchers

PyTorch implementation of various reinforcement learning algorithms

Deep-Reinforcement-Learning-Notebooks

39
Stars
12
Forks
Watchers

This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algo...

RL-Unity

17
Stars
5
Forks
Watchers

Implementation of Deep Reinforcement Learning algorithms in the Unity game engine.

RLCodebase

24
Stars
6
Forks
Watchers

RLCodebase: PyTorch Codebase For Deep Reinforcement Learning Algorithms

Codes-for-RL-PER

44
Stars
16
Forks
Watchers

A novel DDPG method with prioritized experience replay (IEEE SMC 2017)

FQF-and-Extensions

27
Stars
10
Forks
Watchers

PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF) and Extensions: N-step Bootstrapping, PER, Noisy Layer, Dueli...

IQN-and-Extensions

77
Stars
16
Forks
Watchers

PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER, Noisy layer, N-step bootstrapping, Dueling architecture and p...

reinforcementLearning

25
Stars
4
Forks
Watchers

Reinforcement Learning - Implementation of Exercises, algorithms from the book Sutton Barto and David silver's RL course in Python, OpenAI Gym.

N-step-Dueling-DDQN-PER-Pacman

20
Stars
3
Forks
Watchers

Using N-step dueling DDQN with PER for playing Pacman game