-1

I was trying to install ml-agents into anaconda. I get following error on Anaconda Prompt:

ERROR: Could not find a version that satisfies the requirement mlagents_envs==0.15.0.dev0 (from mlagents==0.15.0.dev0) (from versions: 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0. 9.1, 0.9.2, 0.9.3, 0.10.0.dev0, 0.10.0.dev1, 0.10.0, 0.10.1, 0.11.0.dev0, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.14.0, 0.14.1) ERROR: No matching distribution found for mlagents_envs==0.15.0.dev0 (from mlagents==0.15.0.dev0)

molbdnilo
  • 64,751
  • 3
  • 43
  • 82
  • Please provide some more information on your environment, as well as the command(s) used. – AMC Mar 10 '20 at 22:48
  • Try this solution it will help for each step https://stackoverflow.com/questions/60019337/how-to-get-ml-agents-to-run-in-unity – Medhavi Monish Apr 08 '20 at 08:14

1 Answers1

1

Versions with dev in them are from the master branch, not a release. Make sure you're clone the git repository from a tagged release like https://github.com/Unity-Technologies/ml-agents/tree/0.14.1 or https://github.com/Unity-Technologies/ml-agents/tree/latest_release.

If you have more questions, please ask on the ML-Agents Unity Forum

celion
  • 3,864
  • 25
  • 19