philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
859 stars 479 forks source link

D3QN for Multiple Action Selection #51

Closed Nazanin-87 closed 1 year ago

Nazanin-87 commented 2 years ago

Hello, I reuse the dueling double DQN for a problem in which multiple actions should be selected, i.e., the output of the choose_action function is an action vector selected from an interval of zero and n_actions. How can I change the codes to get non-repetitive actions (i.e., an action vector with different actions). My code is accessible at https://github.com/Nazanin-87/D3QN_TF.git I appreciate any help in solving this issue.