Skip to content

Commit

Permalink
Create GANQL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerneil authored Oct 21, 2018
1 parent 2f49ce6 commit 9816fc9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GANQL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GAN Q-learning
> Thang Doan, Bogdan Mazoure, Clare Lyle
> McGill University
## Abstract
Distributional reinforcement learning (distributional RL) has seen empirical success in complex Markov Decision Processes (MDPs) in the setting of nonlinear function approximation.

However there are many different ways in which one can leverage the distributional approach to reinforcement learning.

In this paper, we propose GAN Q-learning, a novel distributional RL method based on generative adversarial networks (GANs) and analyze its performance in simple tabular environments, as well as OpenAI Gym.

We empirically show that our algorithm leverages the flexibility and blackbox approach of deep learning models while providing a viable alternative to traditional methods.

0 comments on commit 9816fc9

Please sign in to comment.