Repository navigation

#

sarsa

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

Jupyter Notebook
12604
1 个月前

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

Jupyter Notebook
3473
1 年前

Repository for most of the code from my YouTube channel

Python
925
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
766
7 年前

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

Python
623
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
486
3 年前

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

Jupyter Notebook
198
7 年前

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

Jupyter Notebook
142
6 年前

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

Java
130
6 年前

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

Python
110
4 年前

Code repository for my course on the fundamentals of reinforcement learning

Python
94
7 年前

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
94
5 年前

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
48
4 年前