Skip to content

WIP: Deep Reinforcement Learning with Tensorflow

License

Notifications You must be signed in to change notification settings

domluna/deep_rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep RL

Very much a WIP, APIs subject to changing.

Library for Deep Reinforcement Learning in Tensorflow and integrating with OpenAI Gym.

TODO

  • Make setup.py, alternatively can just set PYTHONPATH environment variable

Higher-level APIs, ex: A3CAgent class which takes of training, evaluating, monitoring, checkpointing, etc.

  • CI, tests
  • Parallel trajectory sampling. Either to do this with native Python threading or TFs threading.
  • TRPO

About

WIP: Deep Reinforcement Learning with Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages