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.
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 andn_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.