DQN-Atari-Agents icon indicating copy to clipboard operation
DQN-Atari-Agents copied to clipboard

DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow, and DRQN

Results 5 DQN-Atari-Agents issues
Sort by recently updated
recently updated
newest added

would you mind adding the script for making the plots?

Hello, first of all thanks for sharing your amazing job. I want to know Why I can't converge the network when I use your default setting(terminal: python run_atari_dqn.py)? the average...

Hi. I am doing some research about the optimizer. However, I just changed the optimized used in your code from Adam to SGD but it seems that the agent doesn't...

Hello, thank you for sharing. Your work has been very helpful to me! I encountered some issues while training in the CartPolo environment. Although the training time has accelerated, the...

Hi, thanks for sharing the work. There might be an issue with the self.n_step_buffer. When you reset the environment, self.n_step_buffer should also be reset, otherwise you will get a starting...