p-christ / Deep-Reinforcement-Learning-Algorithms-with-PyTorch

PyTorch implementations of deep reinforcement learning algorithms and environments
MIT License
5.53k stars 1.19k forks source link

Some questions abot Dueling DQN #36

Open Yang-Yefeng opened 4 years ago

Yang-Yefeng commented 4 years ago

Hello, I am new in this field, and my question is: where I can find your structure of your Neural Network in your code about the algorithm Dueling DQN? Thanks very much!!

ferreirafabio commented 3 years ago

here: https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch/blob/79fc69c1010f91795ca5319bc263f5c3442b0d25/agents/DQN_agents/Dueling_DDQN.py#L47