Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The best hyper-parameters for DQN / DDQN / Averaged DQN / Maxmin DQN #6

Open
qlan3 opened this issue Oct 6, 2021 · 0 comments
Open

Comments

@qlan3
Copy link
Owner

qlan3 commented Oct 6, 2021

Catcher DQN DDQN Averaged DQN Maxmin DQN
lr 0.0001 0.0001 0.0001 0.0003
target_networks_num / / 2 6
Lunarlander DQN DDQN Averaged DQN Maxmin DQN
lr 0.0003 0.0003 0.0003 0.001
target_networks_num / / 4 3
Pixelcopter DQN DDQN Averaged DQN Maxmin DQN
lr 3e-05 3e-05 3e-05 0.0003
target_networks_num / / 7 6
Space Invaders DQN DDQN Averaged DQN Maxmin DQN
lr 0.0003
target_networks_num / / / /
Seaquest DQN DDQN Averaged DQN Maxmin DQN
lr 0.0001
target_networks_num / / / /
Asterix DQN DDQN Averaged DQN Maxmin DQN
lr 0.0001
target_networks_num / / / /
Breakout DQN DDQN Averaged DQN Maxmin DQN
lr 0.001
target_networks_num / / / /
ofantomas added a commit to ofantomas/Explorer that referenced this issue Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant