All Projects → Paddle-RLBooks → Similar Projects or Alternatives

290 Open source projects that are alternatives of or similar to Paddle-RLBooks

Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+96.46%)
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+6048.67%)
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+3536.28%)
Mutual labels:  dqn, policy-gradient, ddpg, sac, double-dqn, td3
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+2558.41%)
Mutual labels:  q-learning, dqn, policy-gradient, sarsa, ddpg
ReinforcementLearningZoo.jl
juliareinforcementlearning.org/
Stars: ✭ 46 (-59.29%)
Mutual labels:  dqn, ddpg, sac, c51, td3
Deeprl
Modularized Implementation of Deep RL Algorithms in PyTorch
Stars: ✭ 2,640 (+2236.28%)
Mutual labels:  dqn, ddpg, double-dqn, td3
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-52.21%)
LWDRLC
Lightweight deep RL Libraray for continuous control.
Stars: ✭ 14 (-87.61%)
Mutual labels:  policy-gradient, ddpg, sac, td3
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+1715.04%)
Mutual labels:  dqn, reinforce, ddpg, sac
rl implementations
No description or website provided.
Stars: ✭ 40 (-64.6%)
Mutual labels:  dqn, policy-gradient, ddpg, actor-critic
ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
Stars: ✭ 2,074 (+1735.4%)
Mutual labels:  dqn, ddpg, sac, td3
Rainy
☔ Deep RL agents with PyTorch☔
Stars: ✭ 39 (-65.49%)
Mutual labels:  dqn, ddpg, sac, td3
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-76.99%)
Mutual labels:  dqn, policy-gradient, ddpg, td3
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+1090.27%)
Mutual labels:  dqn, policy-gradient, actor-critic
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+53.1%)
Mutual labels:  dqn, ddpg, actor-critic
cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Stars: ✭ 14 (-87.61%)
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (+106.19%)
Mutual labels:  dqn, ddpg, actor-critic
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+2433.63%)
Mutual labels:  dqn, policy-gradient, actor-critic
java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
Stars: ✭ 90 (-20.35%)
Mutual labels:  q-learning, sarsa, actor-critic
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..
Stars: ✭ 442 (+291.15%)
playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (-51.33%)
Mutual labels:  dqn, double-dqn, dueling-dqn
jax-rl
JAX implementations of core Deep RL algorithms
Stars: ✭ 61 (-46.02%)
Mutual labels:  sac, actor-critic, td3
TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
Stars: ✭ 160 (+41.59%)
Mutual labels:  dqn, ddpg, sac
Openai lab
An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.
Stars: ✭ 313 (+176.99%)
Mutual labels:  policy-gradient, ddpg, actor-critic
dqn zoo
The implement of all kinds of dqn reinforcement learning with Pytorch
Stars: ✭ 42 (-62.83%)
Mutual labels:  dqn, dueling-dqn, noisy-dqn
reinforcement learning with Tensorflow
Minimal implementations of reinforcement learning algorithms by Tensorflow
Stars: ✭ 28 (-75.22%)
Mutual labels:  dqn, ddpg, actor-critic
Reinforcement Learning Kr
[파이썬과 케라스로 배우는 강화학습] 예제
Stars: ✭ 282 (+149.56%)
Mutual labels:  dqn, policy-gradient, actor-critic
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+248.67%)
Mutual labels:  dqn, policy-gradient, ddpg
connect4
Solving board games like Connect4 using Deep Reinforcement Learning
Stars: ✭ 33 (-70.8%)
Reinforcement Learning Algorithms
This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
Stars: ✭ 426 (+276.99%)
Mutual labels:  dqn, ddpg, actor-critic
Deep Rl Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Stars: ✭ 395 (+249.56%)
Mutual labels:  dqn, policy-gradient, ddpg
model-free-algorithms
TD3, SAC, IQN, Rainbow, PPO, Ape-X and etc. in TF1.x
Stars: ✭ 56 (-50.44%)
Mutual labels:  ddpg, sac, td3
Deeprl algorithms
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
Stars: ✭ 97 (-14.16%)
Mutual labels:  dqn, policy-gradient
RL
Reinforcement Learning Demos
Stars: ✭ 66 (-41.59%)
Mutual labels:  q-learning, sarsa
Reinforcement learning
강화학습에 대한 기본적인 알고리즘 구현
Stars: ✭ 100 (-11.5%)
Mutual labels:  dqn, policy-gradient
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (-20.35%)
Mutual labels:  dqn, ddpg
Openaigym
Solving OpenAI Gym problems.
Stars: ✭ 98 (-13.27%)
Mutual labels:  dqn, ddpg
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (-9.73%)
Mutual labels:  dqn, policy-gradient
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (+28.32%)
Mutual labels:  dqn, ddpg
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-86.73%)
Mutual labels:  dqn, ddpg
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (-27.43%)
Mutual labels:  dqn, policy-gradient
Reinforcement Learning
🤖 Implements of Reinforcement Learning algorithms.
Stars: ✭ 104 (-7.96%)
Mutual labels:  dqn, ddpg
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (+47.79%)
Mutual labels:  dqn, ddpg
Rlcycle
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Stars: ✭ 184 (+62.83%)
Mutual labels:  dqn, ddpg
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+242.48%)
Mutual labels:  q-learning, policy-gradient
Deer
DEEp Reinforcement learning framework
Stars: ✭ 455 (+302.65%)
Mutual labels:  q-learning, policy-gradient
Parl Sample
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
Stars: ✭ 37 (-67.26%)
Mutual labels:  dqn, policy-gradient
Hands On Intelligent Agents With Openai Gym
Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
Stars: ✭ 189 (+67.26%)
Mutual labels:  dqn, actor-critic
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (+353.1%)
Mutual labels:  q-learning, actor-critic
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+454.87%)
Mutual labels:  q-learning, dqn
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (-0.88%)
Mutual labels:  q-learning, dqn
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+101.77%)
Mutual labels:  q-learning, dqn
yarll
Combining deep learning and reinforcement learning.
Stars: ✭ 84 (-25.66%)
Mutual labels:  policy-gradient, sarsa
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (-58.41%)
Mutual labels:  q-learning, dqn
mujoco-benchmark
Provide full reinforcement learning benchmark on mujoco environments, including ddpg, sac, td3, pg, a2c, ppo, library
Stars: ✭ 101 (-10.62%)
Mutual labels:  ddpg, sac
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-79.65%)
Mutual labels:  q-learning, dqn
breakout-Deep-Q-Network
Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout
Stars: ✭ 69 (-38.94%)
Mutual labels:  dqn, dueling-dqn
pomdp-baselines
Simple (but often Strong) Baselines for POMDPs in PyTorch - ICML 2022
Stars: ✭ 162 (+43.36%)
Mutual labels:  sac, td3
omd
JAX code for the paper "Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation"
Stars: ✭ 43 (-61.95%)
Mutual labels:  dqn, sac
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (-46.02%)
Mutual labels:  policy-gradient, actor-critic
1-60 of 290 similar projects