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

dqn.py does not respect seed #133

Closed
vwxyzjn opened this issue Mar 9, 2022 · 1 comment · Fixed by #134
Closed

dqn.py does not respect seed #133

vwxyzjn opened this issue Mar 9, 2022 · 1 comment · Fixed by #134

Comments

@vwxyzjn
Copy link
Owner

vwxyzjn commented Mar 9, 2022

Problem Description

python dqn.py --seed 1 could yield different results. See the following demo, where the first run yields global_step=24830, episodic_return=245.0 and the second run yields global_step=24975, episodic_return=178.0.

asciicast

@vwxyzjn
Copy link
Owner Author

vwxyzjn commented Mar 9, 2022

See openai/gym#2680

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

Successfully merging a pull request may close this issue.

1 participant