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

Replay parameters #129

Open
maxencefaldor opened this issue May 3, 2024 · 0 comments
Open

Replay parameters #129

maxencefaldor opened this issue May 3, 2024 · 0 comments

Comments

@maxencefaldor
Copy link

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!

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