Which Python versions should I use?

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?

i am looking for this information too

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.