sarsa
There are 243 repositories under sarsa topic.
datawhalechina/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
PaddlePaddle/awesome-DeepLearning
深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI
philtabor/Youtube-Code-Repository
Repository for most of the code from my YouTube channel
sudharsan13296/Hands-On-Reinforcement-Learning-With-Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
omerbsezer/Reinforcement_learning_tutorial_with_demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
mpatacchiola/dissecting-reinforcement-learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
sichkar-valentyn/Reinforcement_Learning_in_Python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
Madhu009/Deep-math-machine-learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Allenpandas/Tutorial4RL
Tutorial4RL: Tutorial for Reinforcement Learning. 强化学习入门教程.
chen0040/java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
AgentMaker/Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
deepanshut041/Reinforcement-Learning
Implementations of Deep Reinforcement Learning Algorithms and Bench-marking with PyTorch
LxzGordon/Deep-Reinforcement-Learning-with-pytorch
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
philtabor/Reinforcement-Learning-In-Motion
Code repository for my course on the fundamentals of reinforcement learning
arnomoonens/yarll
Combining deep learning and reinforcement learning.
marooncn/RL
Reinforcement Learning Demos
Rahul-Choudhary-3614/Deep-Reinforcement-Learning-Notebooks
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 algorithms.
wumo/Reinforcement-Learning-An-Introduction
Kotlin implementation of algorithms, examples, and exercises from the Sutton and Barto: Reinforcement Learning (2nd Edition)
OneRaynyDay/RLEngine
A simple reinforcement learning simulation engine for OpenAI's gym.
linesd/tabular-methods
Tabular methods for reinforcement learning
RuoyuChen10/FightingGame-FTG4.50
2021-2022国科大强化学习格斗游戏大作业
xgkkk/shortest-paths-RL
Using reinforcement learning to find the shortest paths.
makaveli10/reinforcementLearning
Reinforcement Learning - Implementation of Exercises, algorithms from the book Sutton Barto and David silver's RL course in Python, OpenAI Gym.
bneld/Drone-Hover-RL
A hover system for Microsoft AirSim using reinforcement learning (Q-learning and SARSA)
lisifra96/Improved_RL_algorithm_mMIMO_radar
This repository contains the Matlab code used to generate the results in the paper “Enhancement of a state-of-the-art RL-based detection algorithm for Massive MIMO radars” https://ieeexplore.ieee.org/abstract/document/9760145
raklokesh/ReinforcementLearning_Sutton-Barto_Solutions
Solutions and figures for problems from Reinforcement Learning: An Introduction Sutton&Barto
MikeS96/rl_notes
Notes of Reinforcement Learning MOOC by University of Alberta
moripiri/Reinforcement-Learning-on-FrozenLake
Reinforcement Learning Algorithms in FrozenLake-v1
zeynepCankara/Cliff-Walking-Solution
Q-learning and SARSA algorithms from Sutton's Reinforcement Learning book.
chen0040/java-reinforcement-learning-flappy-bird
Demo of java-reinforcement-learning library using flappy bird
EliorBenYosef/reinforcement-learning
Implementations of various RL and Deep RL algorithms in TensorFlow, PyTorch and Keras.
idsc-frazzoli/subare
reinforcement learning algorithms from the book by Sutton and Barto
hartikainen/easy21
Reinforcement learning agents and environment for Easy21, a modified version of Blackjack