You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: There is a serious bug in dqn.py in the get_action method in line 269 of the develop branch. This should be self.model, not self.target_model. This problem exists in the main branch too.
I can submit a PR for this but all branches will need to be updated (essential for anyone using dqn.py). Once the PR has been merged, please consider redoing any experiments that use DQN.
The text was updated successfully, but these errors were encountered:
Problem: There is a serious bug in
dqn.py
in theget_action
method in line 269 of the develop branch. This should beself.model
, notself.target_model
. This problem exists in the main branch too.I can submit a PR for this but all branches will need to be updated (essential for anyone using
dqn.py
). Once the PR has been merged, please consider redoing any experiments that use DQN.The text was updated successfully, but these errors were encountered: