Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EduBic authored Aug 3, 2018
1 parent 241feba commit d8f55c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
In this work we present an overview of a Deep Reinforcement Learning method using Q-learning that recently brought the state-of-the-art results in the Atari Emulator Environment. This method is called DQN algorithm that combines successfully a convolutional neural network with Q-learning. Successively it was improved with Double Q-learning and other valid techniques.
Attracted by this hot research area we replicated the DQN algorithm and run it in the CartPole environment, a famous toy control challenge that allowed us to deal with the main issues related to the implementation of DQN. In this paper we reported the results that we obtained, our consideration on them and some personal thoughts about the Deep Reinforcement Learning field.

### Source code
See the following repository:
https://github.com/EduBic/DQN-in-CartPole

### This works is based on the following papers:
- Playing Atari with Deep Reinforcement Learning [1]: https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
- Human-level control through deep reinforcement learning [2]: https://www.nature.com/articles/nature14236
Expand Down

0 comments on commit d8f55c5

Please sign in to comment.