Skip to content

Implementation of Asynchronous Methods for Deep Reinforcement Learning in TensorFlow + OpenAI Gym

Notifications You must be signed in to change notification settings

tokb23/async-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Methods for Deep Reinforcement Learning in TensorFlow + OpenAI Gym

This is an implementation of Asynchronous Methods for Deep Reinforcement Learning (based on Mnih et al., 2016) in TensorFlow + OpenAI Gym.

Requirements

  • gym (Atari environment)
  • scikit-image
  • tensorflow

Results

Coming soon...

Usage

Training

For asynchronous advantage actor-critic, run:

python main.py

Visualizing learning with TensorBoard

Run the following:

tensorboard --logdir=summary/

References

About

Implementation of Asynchronous Methods for Deep Reinforcement Learning in TensorFlow + OpenAI Gym

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages