Open YwEwanHuang opened 3 years ago
The DQN algorithm from NATURE leverages a target network to update the target Q value for training.
So I think the code in ddqn.py should be code for the DQN algorithm.
The DQN algorithm from NATURE leverages a target network to update the target Q value for training.
So I think the code in ddqn.py should be code for the DQN algorithm.