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

Add QR-DQN #13

Merged
merged 34 commits into from
Dec 21, 2020
Merged

Add QR-DQN #13

merged 34 commits into from
Dec 21, 2020

Commits on Dec 8, 2020

  1. Add QR-DQN(WIP)

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    ad4f445 View commit details
    Browse the repository at this point in the history
  2. Update docstring

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0a84573 View commit details
    Browse the repository at this point in the history
  3. Add quantile_huber_loss

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5a72eba View commit details
    Browse the repository at this point in the history
  4. Fix typo

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    671d328 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04d0612 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary lines

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    51a52cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d94d583 View commit details
    Browse the repository at this point in the history
  8. Fix mutable arguments

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    8b36a21 View commit details
    Browse the repository at this point in the history
  9. Update variable names

    toshikwa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    50e7e8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d456bc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    f55b8ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ece75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d67d5e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92c8d10 View commit details
    Browse the repository at this point in the history
  5. update tests

    toshikwa committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    39d5bc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b335b37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62c336a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Update comments

    toshikwa committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    2f350e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bedbc80 View commit details
    Browse the repository at this point in the history
  3. Update comment

    toshikwa committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    11ae6b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    faeda56 View commit details
    Browse the repository at this point in the history
  2. Update quantile_huber_loss

    toshikwa committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    d2b1ab7 View commit details
    Browse the repository at this point in the history
  3. Fix isort

    toshikwa committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    cd419da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5449171 View commit details
    Browse the repository at this point in the history
  5. Update docs

    toshikwa committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    e0de065 View commit details
    Browse the repository at this point in the history
  6. Fix bugs

    toshikwa committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    147d3e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Update doc

    araffin committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    4f31b17 View commit details
    Browse the repository at this point in the history
  2. Add comments about shape

    araffin committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    b54b5d6 View commit details
    Browse the repository at this point in the history
  3. Minor edits

    araffin committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    29d1912 View commit details
    Browse the repository at this point in the history
  4. Update comments

    toshikwa committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    eac6080 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Add benchmark

    araffin committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    b27ed43 View commit details
    Browse the repository at this point in the history
  2. Doc fixes

    araffin committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    fe9f015 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Update doc

    araffin committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    f213f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a53ee1 View commit details
    Browse the repository at this point in the history