Skip to content

Commit

Permalink
read more position update
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhsingh authored Jun 26, 2017
1 parent c314def commit b05c388
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _posts/2017-6-23-Deep-RL-Flappy-Bird.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ layout: post
title: Deep Reinforcement Learning to play Flappy Bird using A3C algorithm
-disqus: true
---

# Overview
This project uses Asynchronous advantage actor-critic algorithm (A3C) to play Flappy Bird using Keras deep learning library. The details of this algorithm are mentioned in [this paper](https://arxiv.org/pdf/1602.01783.pdf) by Google DeepMind. **The code for this project can be found in [this github repository.](https://github.com/shalabhsingh/A3C_Keras_FlappyBird)**

<a href="{{ site.basurl }}{{ post.url }}" class="read-more">Read More</a>
{:refdef: style="text-align: center;"}
![](/images/animation.gif)
{: refdef}

# Overview
This project uses Asynchronous advantage actor-critic algorithm (A3C) to play Flappy Bird using Keras deep learning library. The details of this algorithm are mentioned in [this paper](https://arxiv.org/pdf/1602.01783.pdf) by Google DeepMind. **The code for this project can be found in [this github repository.](https://github.com/shalabhsingh/A3C_Keras_FlappyBird)**


# Installation Dependencies
* Python 3.5
Expand Down

0 comments on commit b05c388

Please sign in to comment.