Top "Keras-rl" questions

keras-rl is a Reinforcement Learning library based on Keras

TensorFlow's Print is not printing

I am trying to understand some code from a reinforcement learning algorithm. In order to do that I am trying …

python keras keras-rl
Keras with Tensorflow backend - Run predict on CPU but fit on GPU

I am using keras-rl to train my network with the D-DQN algorithm. I am running my training on the GPU …

python tensorflow keras keras-rl
How to implement custom environment in keras-rl / OpenAI GYM?

I'm a complete newbie to Reinforcement Learning and have been searching for a framework/module to easily navigate this treacherous …

keras reinforcement-learning openai-gym keras-rl