Skip to content

Commit

Permalink
Merge pull request #7 from ethancaballero/patch-1
Browse files Browse the repository at this point in the history
USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10
  • Loading branch information
ikostrikov2 authored Mar 14, 2017
2 parents 7e6b2e5 + 5d4bf03 commit abe0de2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# pytorch-a3c

NEED TO USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10 BECAUSE OF THIS ISSUE:
https://discuss.pytorch.org/t/problem-on-variable-grad-data/957/7

This is a PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from ["Asynchronous Methods for Deep Reinforcement Learning"](https://arxiv.org/pdf/1602.01783v1.pdf).

This implementation is inspired by [Universe Starter Agent](https://github.com/openai/universe-starter-agent).
Expand Down

0 comments on commit abe0de2

Please sign in to comment.