Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

[SOLVED] API Incompatibility on Upgrade

Discussion in 'ML-Agents' started by asad133, Apr 11, 2020.

  1. asad133

    asad133

    Joined:
    Apr 1, 2020
    Posts:
    22
    I have upgraded to the latest branch 0.15.1 to fix some issues that I was having.
    • Academy.k_ApiVersion in Academy.cs : const string k_ApiVersion = "0.16.0";
    • UnityEnvironment.API_VERSION in environment.py : API_VERSION = "0.16.0"
    Yet, I Still am unable to train.
    upload_2020-4-11_16-57-3.png
    The image below has different versions. I upgraded an existing project. Please advise.
     
  2. asad133

    asad133

    Joined:
    Apr 1, 2020
    Posts:
    22
    This a a virtual env issue which I have fixed. I wanted to delete the thread but does not seem possible