Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaReinforcementLearning/ReinforcementLearningZoo.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: JuliaReinforcementLearning/ReinforcementLearningZoo.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 3 commits
  • 27 files changed
  • 2 contributors

Commits on Jan 25, 2021

  1. Support rlintro (#144)

    * rename TabularLearner to TabularRandomPolicy
    
    * sync chapter01
    
    * sync changes related to RLIntro
    
    * add double q learner
    
    * add Value based TDLearner
    
    * add tabular dyna agent
    
    * add LinearApproximator
    
    * add TDλReturnLearner
    
    * sync
    
    * minor bugfix
    
    * fix tests
    
    * minor bugfix due to RLCore
    
    * bump version
    findmyway authored Jan 25, 2021
    2 Configuration menu
    Copy the full SHA
    2ddf949 View commit details
    Browse the repository at this point in the history
  2. CompatHelper: bump compat for "Zygote" to "0.6" (#138)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 25, 2021
    2 Configuration menu
    Copy the full SHA
    734b21f View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    2b4387d View commit details
    Browse the repository at this point in the history
Loading