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

Mimic the details of prioritized experience replay #301

Merged
merged 3 commits into from
Aug 31, 2018

Commits on Jun 18, 2018

  1. Mimic the paper

    epsilon is added to (absoulte) errors, not priorities
    default epsilon is 0.01
    TD errors are clipped by [-1, 1]
    muupan committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    76ff6cd View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    7214d4a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    4d32a21 View commit details
    Browse the repository at this point in the history