Repository navigation

#

sarsa

强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/

Jupyter Notebook
11011
23 天前

深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI

Jupyter Notebook
3309
9 个月前

Repository for most of the code from my YouTube channel

Python
908
2 年前

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..

Jupyter Notebook
753
6 年前

Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog

Python
616
2 年前

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

Python
448
3 年前

A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.

Jupyter Notebook
197
6 年前

Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic

Java
127
6 年前

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

Jupyter Notebook
122
5 年前

Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.

Python
110
3 年前

Code repository for my course on the fundamentals of reinforcement learning

Python
94
6 年前

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

Python
92
4 年前

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.

Jupyter Notebook
46
4 年前

Kotlin implementation of algorithms, examples, and exercises from the Sutton and Barto: Reinforcement Learning (2nd Edition)

Kotlin
39
4 年前