sarsa topic

List sarsa repositories

Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,DDPG for discrete action space, A2C, A3C, TD3, SAC, TRPO

Reinforcement-Learning

102
Stars
35
Forks
Watchers

Implementations of Deep Reinforcement Learning Algorithms and Bench-marking with PyTorch

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.

RLEngine

38
Stars
12
Forks
Watchers

A simple reinforcement learning simulation engine for OpenAI's gym.

Tutorial4RL

77
Stars
8
Forks
Watchers

Tutorial4RL: Tutorial for Reinforcement Learning. 强化学习入门教程.

reinforcement-learning

15
Stars
3
Forks
Watchers

Implementations of various RL and Deep RL algorithms in TensorFlow, PyTorch and Keras.

Demo of java-reinforcement-learning library using flappy bird

shortest-paths-RL

24
Stars
11
Forks
Watchers

Using reinforcement learning to find the shortest paths.

Drone-Hover-RL

18
Stars
7
Forks
Watchers

A hover system for Microsoft AirSim using reinforcement learning (Q-learning and SARSA)