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

Custom trainer editor analytics #5511

Merged
merged 19 commits into from
Sep 24, 2021
Merged

Commits on Aug 24, 2021

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

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    0a558c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291b680 View commit details
    Browse the repository at this point in the history
  3. fixing pytest

    maryamhonari committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d744766 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

    maryamhonari committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1da6c43 View commit details
    Browse the repository at this point in the history
  3. formatting

    maryamhonari committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    6baf3ad View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Only update the native library and the c# calls that need to be made …

    …to clean up channels. (#5283)
    surfnerd authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    b726104 View commit details
    Browse the repository at this point in the history
  2. Fix Mac backcompat test (#5519)

    surfnerd authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ebb2697 View commit details
    Browse the repository at this point in the history
  3. Update dotnet-format to address breaking changes introduced by upstre…

    …am changes (#5528)
    
    Pre-commit is using a version of dotnet and dotnet-format and has picked up a newer version of the utility that is not compatible with .NET 3.1 or 5.x -- it installs it's packages using dotnet tool install. This version's default entrypoint is also incompatible with our project structure, as the style and analyzer subcommands are now run by default and do not support the --folder option.
    
    The entrypoint can be over-ridden to specify the whitespace module, which should match previous behavior.
    sini authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f83612c View commit details
    Browse the repository at this point in the history
  4. Initialize-from custom checkpoints (#5525)

    * init from any checkpoint including older ones
    * moving init_path logic ahead to learn.py
    * fixing pytest to take the full path
    * doc & changelog
    maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    676b3a6 View commit details
    Browse the repository at this point in the history
  5. Fix broken link in documentation (#5477)

    Ervin T authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    0b460d9 View commit details
    Browse the repository at this point in the history
  6. Update gym version to 0.20.0 (#5540)

    * Fixed failing test due to gym 0.20.0 release. Updated gym-unity package to fix gym version to 0.20.0.
    
    * Updated CHANGELOG.
    miguelalonsojr authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    a07f58f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8506022 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9ba5c1 View commit details
    Browse the repository at this point in the history
  9. Update Learning-Environment-Design-Agents.md (#5507)

    3Dball doc correction
    metinc authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    196c03e View commit details
    Browse the repository at this point in the history
  10. Fix VAIL (#5546)

    andrewcoh authored and maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    65e7717 View commit details
    Browse the repository at this point in the history
  11. added change log

    maryamhonari committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    3f6504d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9aa8dca View commit details
    Browse the repository at this point in the history