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

[RLlib] DQN Rainbow Learner with new API stack (and EnvRunner API). #43196

Merged
merged 6 commits into from
Feb 27, 2024

Commits on Feb 15, 2024

  1. Implemented 'DQNRainbowLearner' and 'DQNRainbowTorchLearner' with dis…

    …tributional loss and simple Q-loss. Double-Q implemented next.
    
    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    23efebb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Added double Q-learning to the learner and added some keys.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    619df29 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 23, 2024

  1. Implemented changes from @sven1977's review and made some code improv…

    …menets.
    
    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7515289 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dqn-rainbow-learner

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    54ab834 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dqn-rainbow-learner' of github.com:simonsays1980/ray in…

    …to dqn-rainbow-learner
    
    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    21fe53e View commit details
    Browse the repository at this point in the history