unity-game-enginereinforcement-learningml-agent

Can't find pre-released versions of ML-Agents in Unity


I am trying to use pre-released versions of packages on Unity. I followed some tutorials and guides, and from my understanding, I should check the "Enable pre-release packages" Check-box as I did here:

Here

But still, when I go to the package manager, I don't see any newer version.

Here is what I see after checking the check-box

How do I fix it? I want to use the OnActionReceived(ActionBuffers actions) function, and on my current version, I cant use it.

I'm using the Unity version 2021.1.19f1

Thanks!


Solution

  • It's written in the documentation:

    Advanced Installation

    With the changes to Unity Package Manager in 2021, experimental packages will not show up in the package list and have to be installed manually. There are two recommended ways to install the package manually:

    ...

    Once you've done that you can use pre-release:

    enter image description here