All Projects → RL-FlappyBird → Similar Projects or Alternatives

114 Open source projects that are alternatives of or similar to RL-FlappyBird

Deep Rl Tensorflow
TensorFlow implementation of Deep Reinforcement Learning papers
Stars: ✭ 1,552 (+2182.35%)
Mutual labels:  dqn
Openaigym
Solving OpenAI Gym problems.
Stars: ✭ 98 (+44.12%)
Mutual labels:  dqn
Retro Learning Environment
The Retro Learning Environment (RLE) -- a learning framework for AI
Stars: ✭ 180 (+164.71%)
Mutual labels:  dqn
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (+113.24%)
Mutual labels:  dqn
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (-30.88%)
Mutual labels:  dqn
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+235.29%)
Mutual labels:  dqn
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+4317.65%)
Mutual labels:  dqn
DQN-using-PyTorch-and-ML-Agents
A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment
Stars: ✭ 81 (+19.12%)
Mutual labels:  dqn
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (+32.35%)
Mutual labels:  dqn
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 (+154.41%)
Mutual labels:  dqn
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+2916.18%)
Mutual labels:  dqn
Parl Sample
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
Stars: ✭ 37 (-45.59%)
Mutual labels:  dqn
Aleph star
Reinforcement learning with A* and a deep heuristic
Stars: ✭ 235 (+245.59%)
Mutual labels:  dqn
Drqn Tensorflow
Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro
Stars: ✭ 127 (+86.76%)
Mutual labels:  dqn
omd
JAX code for the paper "Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation"
Stars: ✭ 43 (-36.76%)
Mutual labels:  dqn
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (+64.71%)
Mutual labels:  dqn
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 (+177.94%)
Mutual labels:  dqn
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (+50%)
Mutual labels:  dqn
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 (+226.47%)
Mutual labels:  dqn
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 (+42.65%)
Mutual labels:  dqn
Tensorflow Rl
Implementations of deep RL papers and random experimentation
Stars: ✭ 176 (+158.82%)
Mutual labels:  dqn
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (+20.59%)
Mutual labels:  dqn
Drl based selfdrivingcarcontrol
Deep Reinforcement Learning (DQN) based Self Driving Car Control with Vehicle Simulator
Stars: ✭ 249 (+266.18%)
Mutual labels:  dqn
Deep Q Learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Stars: ✭ 1,013 (+1389.71%)
Mutual labels:  dqn
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 (+145.59%)
Mutual labels:  dqn
Per
Prioritized Experience Replay (PER) implementation in PyTorch
Stars: ✭ 147 (+116.18%)
Mutual labels:  dqn
Minecraft Reinforcement Learning
Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft
Stars: ✭ 33 (-51.47%)
Mutual labels:  dqn
Learning To Communicate Pytorch
Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
Stars: ✭ 236 (+247.06%)
Mutual labels:  dqn
Rainbow
A PyTorch implementation of Rainbow DQN agent
Stars: ✭ 147 (+116.18%)
Mutual labels:  dqn
breakout-Deep-Q-Network
Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout
Stars: ✭ 69 (+1.47%)
Mutual labels:  dqn
Keras Rl2
Reinforcement learning with tensorflow 2 keras
Stars: ✭ 134 (+97.06%)
Mutual labels:  dqn
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (+242.65%)
Mutual labels:  dqn
Snake Ai Reinforcement
AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).
Stars: ✭ 123 (+80.88%)
Mutual labels:  dqn
UAV-DDPG
Code for paper "Computation Offloading Optimization for UAV-assisted Mobile Edge Computing: A Deep Deterministic Policy Gradient Approach"
Stars: ✭ 133 (+95.59%)
Mutual labels:  dqn
Ros2learn
ROS 2 enabled Machine Learning algorithms
Stars: ✭ 119 (+75%)
Mutual labels:  dqn
Deeprl
Modularized Implementation of Deep RL Algorithms in PyTorch
Stars: ✭ 2,640 (+3782.35%)
Mutual labels:  dqn
Cartpole
OpenAI's cartpole env solver.
Stars: ✭ 107 (+57.35%)
Mutual labels:  dqn
djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 3,080 (+4429.41%)
Mutual labels:  djl
Reinforcement Learning
🤖 Implements of Reinforcement Learning algorithms.
Stars: ✭ 104 (+52.94%)
Mutual labels:  dqn
Rlcycle
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Stars: ✭ 184 (+170.59%)
Mutual labels:  dqn
Reinforcement learning
강화학습에 대한 기본적인 알고리즘 구현
Stars: ✭ 100 (+47.06%)
Mutual labels:  dqn
Rainy
☔ Deep RL agents with PyTorch☔
Stars: ✭ 39 (-42.65%)
Mutual labels:  dqn
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+1877.94%)
Mutual labels:  dqn
Tensorflow Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Stars: ✭ 2,096 (+2982.35%)
Mutual labels:  dqn
Categorical Dqn
A working implementation of the Categorical DQN (Distributional RL).
Stars: ✭ 90 (+32.35%)
Mutual labels:  dqn
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-66.18%)
Mutual labels:  dqn
Gym trading
Stars: ✭ 87 (+27.94%)
Mutual labels:  dqn
Atari
AI research environment for the Atari 2600 games 🤖.
Stars: ✭ 174 (+155.88%)
Mutual labels:  dqn
Reinforcepy
Collection of reinforcement learners implemented in python. Mainly including DQN and its variants
Stars: ✭ 54 (-20.59%)
Mutual labels:  dqn
pytorch-distributed
Ape-X DQN & DDPG with pytorch & tensorboard
Stars: ✭ 98 (+44.12%)
Mutual labels:  dqn
Ml In Tf
Get started with Machine Learning in TensorFlow with a selection of good reads and implemented examples!
Stars: ✭ 45 (-33.82%)
Mutual labels:  dqn
Drl
Repository for codes of 'Deep Reinforcement Learning'
Stars: ✭ 172 (+152.94%)
Mutual labels:  dqn
Dqn Flappybird
Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch
Stars: ✭ 37 (-45.59%)
Mutual labels:  dqn
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+4110.29%)
Mutual labels:  dqn
Agents
TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.
Stars: ✭ 2,135 (+3039.71%)
Mutual labels:  dqn
pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
Stars: ✭ 26 (-61.76%)
Mutual labels:  dqn
dqn-obstacle-avoidance
Deep Reinforcement Learning for Fixed-Wing Flight Control with Deep Q-Network
Stars: ✭ 57 (-16.18%)
Mutual labels:  dqn
reinforcement learning with Tensorflow
Minimal implementations of reinforcement learning algorithms by Tensorflow
Stars: ✭ 28 (-58.82%)
Mutual labels:  dqn
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+5942.65%)
Mutual labels:  dqn
Doudizhu
AI斗地主
Stars: ✭ 149 (+119.12%)
Mutual labels:  dqn
1-60 of 114 similar projects