tensorflow / agents

TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.
Apache License 2.0
2.77k stars 714 forks source link

Dueling DDQN? #18

Open germain-hug opened 5 years ago

germain-hug commented 5 years ago

Hi,

I can see DQN and DDQN have been implemented, any plan for the Dueling DDQN variant? I am very excited about what TF-Agents has to offer and would love to contribute!

YoussefBenDhieb commented 5 years ago

Hi,

I want to add the Dueling DQN. Should I add it as a separate network in the networks folder or as another class in q_network.py in agents/dqn?