We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run the examples as a sanity check but they don't seem to be learning. I tried examples 1 and 3.
The only change I made to example 1 was a smaller replay buffer so it'd fit in memory:
algo = DQN(min_steps_learn=1e3, replay_size=int(3e5)) # Run with defaults.
I also ran example_3 using the serial sampler for over 100k iterations without any apparent improvement
Hope you might be able to point out what's wrong, or maybe the examples broke for some reason?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to run the examples as a sanity check but they don't seem to be learning. I tried examples 1 and 3.
The only change I made to example 1 was a smaller replay buffer so it'd fit in memory:
algo = DQN(min_steps_learn=1e3, replay_size=int(3e5)) # Run with defaults.
I also ran example_3 using the serial sampler for over 100k iterations without any apparent improvement
Hope you might be able to point out what's wrong, or maybe the examples broke for some reason?
The text was updated successfully, but these errors were encountered: