kerlym
kerlym copied to clipboard
KEras Reinforcement Learning gYM agents
Hi, can we use new environment rather than gym?
any examples and even just simply running kerlym gives an error as below: kerlym Using TensorFlow backend. dqn 1e-06 [2017-02-25 13:10:08,625] Making new env: Pong-v0 201600 [2, 210, 160, 3]...
I wonder if this package can run with only Theano and Keras installed. I was not able to do so because some source is importing both Theano and TensorFlow, which...
Hey, great repo, thanks for sharing. I was wondering what backend you used in Keras for all your experiments. If you've used both, did you notice any speed decrease when...
Is there an obvious way to resume learning a model that has been stored in the /tmp directory or somewhere else? Perhaps an undocumented option?
hh