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

Fixes error in setting explorer in DQN ALE example. #423

Merged
merged 2 commits into from
Mar 29, 2019

Conversation

prabhatnagarajan
Copy link
Contributor

Ran the following two commands on the new program:

  • python3 examples/ale/train_dqn_ale.py --gpu -1 --eval-interval 50 --steps 175 --replay-start-size 30 --eval-n-runs 1

  • python3 examples/ale/train_dqn_ale.py --gpu -1 --eval-interval 50 --steps 175 --replay-start-size 35 --eval-n-runs 1 --noisy-net-sigma 0.2

Both programs ran to completion.

Copy link
Member

@toslunar toslunar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@prabhatnagarajan prabhatnagarajan merged commit 18b7ee3 into chainer:master Mar 29, 2019
@prabhatnagarajan prabhatnagarajan deleted the dqn_explorer_fix branch May 28, 2019 14:50
@muupan muupan added this to the v0.7 milestone Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants