deep-q-learning topic

List deep-q-learning repositories

Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework

Project on design and implement neural network that maximises driving speed of self-driving car through reinforcement learning.

DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM

left-shift

35
Stars
4
Forks
Watchers

Using deep reinforcement learning to tackle the game 2048.

OpenAI-GYM-CarRacing-DQN

83
Stars
40
Forks
Watchers

Train a DQN Agent to play CarRacing 2d using TensorFlow and Keras.

rl-botics

18
Stars
5
Forks
Watchers

Deep Reinforcement Learning Toolbox for Robotics using Keras and TensorFlow

Deep-Reinforcement-Learning

34
Stars
14
Forks
Watchers

A collection of several Deep Reinforcement Learning techniques (Deep Q Learning, Policy Gradients, ...), gets updated over time.

deep-q-rank

24
Stars
7
Forks
Watchers

A deep reinforcement learning approach to search engine ranking (PyTorch). Final Project for UC Berkeley's CS 285: Deep Reinforcement Learning, Decision Making, and Control

Python_MADDPG_SC2LE

39
Stars
14
Forks
Watchers

My internship project in 𝖢𝖠𝖲𝖨𝖠. 🤗

hindsight_experience_replay

16
Stars
9
Forks
Watchers

A tensorflow implementation of hindsight experience replay