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
In the appendix you mention that prioritized replay improves the performance of Dreamer.
Could you please provide further clarification on the replay parameters used in the configuration?
replay: size: 5e6 online: True fracs: {uniform: 1.0, priority: 0.0, recency: 0.0} prio: {exponent: 0.8, maxfrac: 0.5, initial: inf, zero_on_sample: True} priosignal: model recexp: 1.0 chunksize: 1024 save_wait: False
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the appendix you mention that prioritized replay improves the performance of Dreamer.
Could you please provide further clarification on the replay parameters used in the configuration?
Thank you!
The text was updated successfully, but these errors were encountered: