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.3
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.4
Choose a head ref
  • 7 commits
  • 46 files changed
  • 6 contributors

Commits on Feb 2, 2021

  1. Add behavior cloning (#146)

    * add behavior cloning
    
    * add TODO
    
    * add experiment for bc
    
    * fix test error
    
    * update readme
    findmyway authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    96de067 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    a14f7f0 View commit details
    Browse the repository at this point in the history
  2. CompatHelper: bump compat for "BSON" to "0.3" (#149)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    4cb26f4 View commit details
    Browse the repository at this point in the history
  3. Format .jl files (#142)

    Co-authored-by: norci <norci@users.noreply.github.com>
    github-actions[bot] and norci authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a9ad731 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Allow multidimensional actions in ppo (#151)

    * Hack to allow multidim actions in ppo
    
    * Fix for single dim envs
    
    * Handle single and multi actions separately
    
    * Update PPOPolicy docstring for multidim actions
    
    * Update docstring for PPOPolicy
    albheim authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7913db6 View commit details
    Browse the repository at this point in the history
  2. add GridWorlds environments (#152)

    * ignore vim generated temp files
    
    * add JuliaRL_BasicDQN_EmptyRoom experiment
    
    * add per-step penalty and max-timeout per episode
    
    * add test for JuliaRL_BasicDQN_EmptyRoom
    
    * add JuliaRL_BasicDQN_EmptyRoom to README
    
    * add note on importing GridWorlds
    Sid-Bhatia-0 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c5439e6 View commit details
    Browse the repository at this point in the history
  3. Bump version

    findmyway authored Mar 1, 2021
    2 Configuration menu
    Copy the full SHA
    333a481 View commit details
    Browse the repository at this point in the history
Loading