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: WolffunGame/ml-agents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Unity-Technologies/ml-agents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 10 commits
  • 300 files changed
  • 5 contributors

Commits on Aug 26, 2024

  1. Develop upgrade Sentis 2.0.0 (Unity-Technologies#6137)

    * Upgraded to Sentis v1.4.0-pre.3
    
    * Disabling sonar qube yamato job. Will add gha sonar scanner at a later date.
    
    * Addressing PR comments.
    
    * Addressing feedback.
    
    * Upgraded to sentis 2.0.0.
    
    * Fixed failing tests.
    
    * Fixed soccertwos policy.
    
    * Fixed pytorch deprecation message during training startup. Updated Installation.md
    
    * Updated installation docs.
    
    * Fixed failing torch utils test.
    miguelalonsojr authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2b50f60 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Fix failing ci post upgrade (Unity-Technologies#6141)

    * Update PerformancProject and DevProject.
    
    * Removed mac perf tests.
    miguelalonsojr authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    22a59aa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Release/3.0.0 (Unity-Technologies#6153)

    * adding wrench
    
    * correct build path
    
    * release branch and 6.0 target
    
    * XmlDoc update
    
    * adressing xml docs
    
    * more docs
    
    * updating the release
    
    * test xmldoc fixes
    
    * more xml doc fixes
    
    * Uncompress the 3DBall sample
    
    * Fix API documentation
    
    * more xml doc fixes
    
    * Revert "Uncompress the 3DBall sample"
    
    This reverts commit d67dc94.
    
    * reformat MaxStep xml
    
    * more xml doc fixes
    
    * fix more xml doc issues
    
    * fix summary tag
    
    * Updated changelog for missing PRs.
    
    * Removed tabs from .tests.json.
    
    * Updated changelog.
    
    * Removed tabs from CHANGELOG.
    
    * Fix failing ci post upgrade (Unity-Technologies#6141) (Unity-Technologies#6145)
    
    * Update PerformancProject and DevProject.
    
    * Removed mac perf tests.
    
    * Removing standalone tests dep from wrench packaging.
    
    * Fixed package works issues. Updated com.unity.ml-agents.md.
    
    * Updated com.unity.ml-agents.md.
    
    * Updated package version in Academy.cs
    
    * Adding back in package pack deps.
    
    * Updated package pack testing deps..
    
    * Regenerated wrench ymls.
    
    * License update.
    
    * Extensions License update.
    
    * Another license tweak.
    
    * Another license tweak.
    
    * Upgraded to sentis 2.1.0.
    
    * Updated standalone yamato build test to using new ml-agents ubuntu ci bokken image.
    
    ---------
    
    Co-authored-by: alexandre-ribard <[email protected]>
    Co-authored-by: Aurimas Petrovas <>
    miguelalonsojr and AlexRibard authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    057e264 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Bumped versions. (Unity-Technologies#6155)

    * Bumped versions.
    
    * Bumped versions.
    
    * Updated unity projects.
    
    * Updated version validation.
    
    * Fixed failing GPU test.
    miguelalonsojr authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    36b312a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8760552 View commit details
    Browse the repository at this point in the history
  3. Release 22 mm (Unity-Technologies#6157)

    * adding wrench
    
    * correct build path
    
    * release branch and 6.0 target
    
    * XmlDoc update
    
    * adressing xml docs
    
    * more docs
    
    * updating the release
    
    * test xmldoc fixes
    
    * more xml doc fixes
    
    * Uncompress the 3DBall sample
    
    * Fix API documentation
    
    * more xml doc fixes
    
    * Revert "Uncompress the 3DBall sample"
    
    This reverts commit d67dc94.
    
    * reformat MaxStep xml
    
    * more xml doc fixes
    
    * fix more xml doc issues
    
    * fix summary tag
    
    * Updated changelog for missing PRs.
    
    * Removed tabs from .tests.json.
    
    * Updated changelog.
    
    * Removed tabs from CHANGELOG.
    
    * Fix failing ci post upgrade (Unity-Technologies#6141) (Unity-Technologies#6145)
    
    * Update PerformancProject and DevProject.
    
    * Removed mac perf tests.
    
    * Removing standalone tests dep from wrench packaging.
    
    * Fixed package works issues. Updated com.unity.ml-agents.md.
    
    * Updated com.unity.ml-agents.md.
    
    * Updated package version in Academy.cs
    
    * Adding back in package pack deps.
    
    * Updated package pack testing deps..
    
    * Regenerated wrench ymls.
    
    * License update.
    
    * Extensions License update.
    
    * Another license tweak.
    
    * Another license tweak.
    
    * Upgraded to sentis 2.1.0.
    
    * Updated standalone yamato build test to using new ml-agents ubuntu ci bokken image.
    
    * Bumped python and extensions package versions.
    
    * Changed ci image for pytest gpu yamato test.
    
    * Changed default cuda dtype to torch.float32.
    
    * Updated version validation and extensions version.
    
    * Fixed failing GPU test.
    
    * Fixed failing GPU test.
    
    * Updated readme table and make_readme_table.py
    
    * Updated publish to pypi gha.
    
    ---------
    
    Co-authored-by: alexandre-ribard <[email protected]>
    Co-authored-by: Aurimas Petrovas <>
    miguelalonsojr and AlexRibard authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ac576f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. fix(docs): remove --branch flag from git clone command for bleeding e…

    …dge setup in Installation.md (Unity-Technologies#6164)
    
    * fix(docs): remove --branch flag from git clone command for bleeding edge setup in Installation.md
    
    The `--branch` flag was causing a fatal error during the cloning process:
    "fatal: You must specify a repository to clone."
    
    * docs: correct config setting name from `conditioning_type` to `goal_conditioning_type`
    
    Updated the documentation to reflect the correct config setting name `goal_conditioning_type` instead of `conditioning_type` in the config YAML. This ensures accuracy and prevents potential confusion for users following the documentation.
    louisgthier authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cfb26e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Update to Unity 6000.0 (Unity-Technologies#6207)

    * Upgrade projects to Unity 6000.0
    
    * Upgrade obsolete Unity API
    
    * Use stable version of upm-ci-utils
    
    * Upgrade Wrench configuration to Unity 6000.0
    
    * Use ubuntu-ci v1.0.0 for Yamato tests
    
    * Use b1.medium VM for the Pack test
    
    * Rely solely on IsEqualUsingDot quaternion comparison in the Pose inverse test due to float inaccuracy
    
    * Re-enable Unity trunk ml-agents tests
    
    * Use ubuntu-24.04 for pre-commit
    
    * Use ubuntu-22.04 for colab
    
    * Add missing PR references to the changelog
    alexander-suvorov authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    1ae454d View commit details
    Browse the repository at this point in the history
  2. Upgrade grpcio version (Unity-Technologies#6208)

    * Update grpcio version in setup
    maryamziaa authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    39f4e42 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Update to Inference Engine 2.2.1 (Unity-Technologies#6212)

    * Update to Inference Engine 2.2.1
    
    * Update documentation
    alexander-suvorov authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    b6abc45 View commit details
    Browse the repository at this point in the history
Loading