Closed as not planned
Description
I followed the installation doc to try installing ml-agents release 21 with Anaconda.
But when I use python 3.10.x that the doc recommended, both installing pytorch and ml-agents python package gave a error called
ImportError: Module use of python311.dll conflicts with this version of Python.
I also tried install pytorch 1.13.x but gave the same error.
and when I use python 3.11.x, pytorch installed successfully, but when I try to install ml-agents, it installed some modules, but some modules gave the python version mismatch error
How can I install ml-agents on anaconda successfully?