germain-hug / Deep-RL-Keras

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
528 stars 149 forks source link

TF 2.0? #14

Open jarlva opened 5 years ago

jarlva commented 5 years ago

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

germain-hug commented 5 years ago

Hi! I have not looked at Tensorflow 2 yet but that's a good idea indeed, although I believe there may be quite a bit of overlap with the tf-agents project

jarlva commented 5 years ago

Thanks, I will look into it.