Skip to content
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: HumanCompatibleAI/imitation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: HumanCompatibleAI/imitation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 28, 2023

  1. Update the README files (#817)

    * Remove MuJoCo 1.5 from the prerequisites because we switched to 2.0+ long ago.
    
    * Add a link to benchmark results to the benchmark README.md
    ernestum authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1af5e4d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add more benchmarking documentation (#822)

    * Embedd the benchmarking README in the Sphinx documentation.
    
    * Add the benchmark summary from the release to the Sphinx documentation.
    
    * Add link to benchmark results to README.md
    
    * Fix formatting issues in docs/conf.py and improve inline comment.
    
    * Fix typing issue due to new SB3 version.
    
    * Black fixes.
    
    * Improve formatting in benchmarking README.md
    ernestum authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    928d576 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

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

Commits on Dec 11, 2023

  1. Fix documentation pipeline (#827)

    * Split GAIL tutorial into more cells to evade cell timout issues.
    
    * Increase notebook cell execution timeout.
    
    * Rename readthedocs.yaml to official hidden name.
    
    * Add parallel requirements to docs requirements.
    
    * Add missing hypothesis requirement to doc requirements.
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Adam Gleave <[email protected]>
    ernestum and AdamGleave authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    24a6384 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix warning in quickstart.py (#823)

    * Fix warning in quickstart.py caused by not properly setting the render mode in the evaluation environment.
    
    * Add workaround for pygame under MacOS
    
    * Fix typo in .circleci/config.yml
    
    Co-authored-by: Adam Gleave <[email protected]>
    
    ---------
    
    Co-authored-by: Adam Gleave <[email protected]>
    ernestum and AdamGleave authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ab45b47 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix coverage issue in BC tests (#830)

    * Remove custom logger from hypothesis strategies to make the number of choices smaller, also suppress the warning about too large number of choices.
    
    * Test BC with different batch_size/minibatch_size combinations.
    
    * Add some no cover pragmas to unimportant edge-cases of BC.
    
    * Fix formatting
    
    * Add better A note explaining why we suppress certain hypothesis health checks.
    ernestum authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d74e903 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Remove FloatReward (#829)

    * Remove FloatReward. Fixes #794
    
    * Bump SB3 version to ensure we have the bug-fix that makes the FloatReward unneeded.
    ernestum authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a8b079c View commit details
    Browse the repository at this point in the history
Loading