Found 340 repositories(showing 30)
devsisters
Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
floodsung
Playing Flappy Bird Using Deep Reinforcement Learning (Based on Deep Q Learning DQN using Tensorflow)
RITCHIEHuang
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
anita-hu
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
fg91
Tensorflow implementation of Deepminds dqn with double dueling networks
gliese581gg
Tensorflow implementation of deep Q networks in paper 'Playing Atari with Deep Reinforcement Learning'
floodsung
Simplest Version of playing Atari with Deep Q Learning in Tensorflow
tokb23
DQN implementation in Keras + TensorFlow + OpenAI Gym
Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.
AdrianHsu
Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout
andywu0913
Train a DQN Agent to play CarRacing 2d using TensorFlow and Keras.
godka
The simplest implementation of Pensieve (SIGCOMM' 17) via state-of-the-art RL algorithms, including PPO, DQN, SAC, and support for both TensorFlow and PyTorch.
Tensorflow + OpenAI Gym implementation of Deep Q-Network (DQN), Double DQN (DDQN), Dueling Network and Deep Deterministic Policy Gradient (DDPG)
seann999
Falling Balls + DQN, Matter.js + TensorFlow.js
go2sea
A TensorFlow implementation of DeepMind's A Distributional Perspective on Reinforcement Learning.(C51-DQN)
elix-tech
DQN implementation in Keras + TensorFlow + OpenAI Gym
DanielPalaio
OpenAI LunarLander-v2 DeepRL-based solutions (DQN, DuelingDQN, D3QN)
AdamStelmaszczyk
TensorFlow & Keras implementation of DQN with HER (Hindsight Experience Replay)
ChuaCheowHuan
My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.
fhennecker
Tensorflow DQN and DRQN agent playing doom
paulchen2713
A TensorFlow implementation for a downlink NOMA resource-allocation problem: optimizing transmit power to maximize sum rate using DQN (Caveats! Dirty Code!!)
An implementation of an Autonomous Vehicle Agent in CARLA simulator, using TF-Agents
henryzhongsc
A (very amateur) foreign exchange trading bot utilizing CNN + DQN.
cgel
A collection of Deep Reinforcement Learning algorithms implemented in tensorflow. Very extensible. High performing DQN implementation.
BohyungPaeng
Codes implementation of the paper "Deep reinforcement learning for minimizing tardiness in parallel machine scheduling with sequence dependent family setups"
perseus784
A Reinforcement Learning agent to perform overtaking action using Double DQN based CNNs which takes images as input built using TensorFlow.
henryboisdequin
Created an DQN AI Agent which chooses to sell, buy, or keep stocks from various companies.
DongjunLee
Deep Q Network implements by Tensorflow
AhmetFurkanDEMIR
Super Mario Bros training with Ray RLlib DQN algorithm
DanielPalaio
OpenAI MountainCar-v0 DeepRL-based solutions (DQN, DuelingDQN, D3QN)