pytorch / examples

A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://pytorch.org/examples
BSD 3-Clause "New" or "Revised" License
22.23k stars 9.52k forks source link

Adding dqns to reinforcement learning #488

Closed surgan12 closed 2 years ago

surgan12 commented 5 years ago

Dqns should be added to the reinforcement learning. What do you think @soumith ?

vishwakftw commented 5 years ago

DQN is available here: https://github.com/pytorch/tutorials/blob/master/intermediate_source/reinforcement_q_learning.py

surgan12 commented 5 years ago

@vishwakftw i was thinking like adding dqns, ddqns , dueling_qn under the name of dqn . in examples