Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features to add: PolicyGradient, OpenAI Gym, Keras, Asynchronous Training #33

Open
lsqshr opened this issue Jun 14, 2016 · 0 comments

Comments

@lsqshr
Copy link
Contributor

lsqshr commented Jun 14, 2016

Since I am using this repo in my work as well, some of the features I found might be useful:

  1. Continuous control: A couple of recent papers have been published to show that deep NN would enable complex high dimensional controls with policy gradient. It seems the continuous branch was initiated but has been inactive for a while (is it totally abandoned?).
  2. Support OpenAI gym to make continuous control easier and bench-marked
  3. Support Keras to shrink the code base regarding to tensorflow, also make it easier to program more complex networks
  4. Asynchronous training with multi-agent

The latter three are supported in Asyncronous RL in Tensorflow + Keras + OpenAI's Gym However I do prefer the architecture here to keep things well structured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant