Search Unity

Which Python versions should I use?

Discussion in 'ML-Agents' started by John15321, Aug 21, 2021.

  1. John15321

    John15321

    Joined:
    Apr 12, 2020
    Posts:
    1
    Hi, Im following this tutorial:

    I am told to check which Python version the ml-agents recommends. But right now I cannot find that information. Which version of python should I install then? Is this information somewhere else than the main README?
     
  2. ahmmgjp

    ahmmgjp

    Joined:
    Mar 13, 2021
    Posts:
    1
    i am looking for this information too
     
  3. brockyasar

    brockyasar

    Joined:
    Jul 19, 2019
    Posts:
    10
    I tried to catch it in the command prompt



    For the Unity Package 1.0.6, It installed Python package 0.22.0

    python -m pip install mlagents==0.22.0

    This command should do the trick.