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

Fix ValueError in SARSA with GPU #534

Merged
merged 5 commits into from
Aug 30, 2019
Merged

Commits on Aug 25, 2019

  1. Move actions to cpu

    because pasing both cupy.array and int at the same time to cupy.array causes
    an error.
    muupan committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    274a356 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    65adc56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b78e07 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    1938f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3cf4b2 View commit details
    Browse the repository at this point in the history