atari-breakout
There are 18 repositories under atari-breakout topic.
igameproject/Breakout
This is Atari Breakout clone in Javascript HTML5
andi611/DQN-Deep-Q-Network-Atari-Breakout-Tensorflow
Training a vision-based agent with the Deep Q Learning Network (DQN) in Atari's Breakout environment, implementation in Tensorflow.
RoyalSkye/Atari-DRL
Play Atari(Breakout) Game by DRL - DQN, Noisy DQN and A3C
Wouterr0/Atari-Breakout
Atari Breakout programmed in Python and makes use of the Pygame library.
karthikbhamidipati/dqn-atari-breakout
Keras implementation of deep-q-network for Atari breakout of OpenAI Gym.
dani-amirtharaj/Deep-Q-Learning
A program to train an agent on a simple tile based environment using deep Q-networks (Neural Networks and Q-learning) and a program to train an agent to play the Breakout ATARI game.
Kevin-Kwan/Arkanoid
The first "game" I ever made using Unity 2D with my own personal twist on the games "Arkanoid" and "Breakout."
Iapetus-11/PaddleBall
A text based pong/breakout clone
matteo4diani/deep-q-learning
An implementation of Deep Q Learning from scratch with PyTorch and OpenAI gym on the ATARI environment (Breakout). The author of this code is Bryan Thornbury (@brthor) and all credit goes to him. I did some minor adjustments needed to keep up with numpy / gym and added some QoL improvements.
riteshharjani/Arduino_Game_8x8_Matrix_Arcade_Atari_Breakout
Arduino_Game_8x8_Matrix_Arcade_Atari_Breakout
SharpBit/atari-breakout
Our final project for FCPS 2018 (CTY Carlisle 18.2)
fulltopic/rlpractice
Pytorch C++ implement simple RL algorithm on Atari
NikolaMr/Deep-Reinforcement-Learning
Deep reinforcement learning agent
HyeAnn-Lee/DQN-gordicaleksa
Forked from gordicaleksa
jthecoder12/BrickBreakerNew
Brick breaker game written in Java.
ksu-is/Breakout
A simple clone of Atari Breakout using Python 3 and Pygame
ramkishore07s/Deep-Q-learning
DQN for Atari breakout