Giter Site home page Giter Site logo

a3c_tensorflow's Introduction

#Asynchronous Methods for Deep Reinforcement Learning

(Version 1.0, Last updated :2016.12.12)

###1. Introduction

This is tensorflow implementation of 'Asynchronous Methods for Deep Reinforcement Learning'.(https://arxiv.org/abs/1602.01783)

You can also check batch version of A3C (https://github.com/gliese581gg/batch-A3C_tensorflow)

###2. Usage

python run.py (args)

where args :

-log (log directory name) : Tensorboard event file will be crated in 'logs/(your_input)/' (default : 'A3C')
-net (A3C or AnDQN) : Network type (A3C or Asynchronous n-step DQN)
-ckpt (ckpt file path) : checkpoint file (including path)
-LSTM (True or False) : whether or not use LSTM layer

Usage for tensorboard : tensorboard --logdir (your_log_directory) --port (your_port_number)
                        url for tensorboard will appear on terminal:)

###3. Requirements:

###4. Test results on 'Pong' alt tag

Result for Feed-Forward A3C (took about 12 hours, 20 million frames)

alt tag

Result for LSTM A3C (took about 20 hours, 28 million frames)

AnDQN is not tested yet!

###5. Changelog

-2016.12.12 : First upload!

-2016.12.19 : Bug fix in Net_A3C.py (LSTM state bug)

a3c_tensorflow's People

Contributors

gliese581gg avatar

Watchers

James Cloos avatar deepmeng avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.