You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am using this repo in my work as well, some of the features I found might be useful:
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?).
Support OpenAI gym to make continuous control easier and bench-marked
Support Keras to shrink the code base regarding to tensorflow, also make it easier to program more complex networks
Since I am using this repo in my work as well, some of the features I found might be useful:
continuous
branch was initiated but has been inactive for a while (is it totally abandoned?).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.
The text was updated successfully, but these errors were encountered: