Deep-RL-Keras icon indicating copy to clipboard operation
Deep-RL-Keras copied to clipboard

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)

Results 16 Deep-RL-Keras issues
Sort by recently updated
recently updated
newest added

Has anyone come up with a way to visualize the training of a DDPG with tensorboard? It's a bit tricky because does not make use of the `model.fit`, which can...

Great work on the implementation - very clean code and easy to follow I have been running the LunarLanderContinuous Environment **python main.py --type DDPG --env LunarLanderContinuous-v2 --render** I have not...

Hi, any plans to update to Tensorflow 2 (and preferably tf.keras while at it)?

Is there a workaround for the `ResourceExhaustedError`? That's what happen when I run `main.py` with a custom env: ``` Traceback (most recent call last): File "main.py", line 125, in main()...

Hi All, It seems that more and more, Tensorflow-derived projects could benefit from each other. For example, using the tensorflow/AdaNet AutoML to find the best TF model, In addition, ability...

Hi everyone, I modified the DQN algorithm in this repository to a multi-agent DQN approach for a wireless network environment. Actually, I wrote this code inspired by a repository on...