I am attempting to get the obstacle tower set up on my computer, but anytime I install requirements I get this error:
Could not find a version that satisfies the requirement mlagents_envs<0.7,>=0.6.1 (from obstacle-tower-env==1.1) (from versions: )
No matching distribution found for mlagents_envs<0.7,>=0.6.1 (from obstacle-tower-env==1.1)
This is an odd error to receive. The package mlagents_envs is hosted on pypi, and the latest version is 0.6.1, which fits into that range. Here is the package: https://pypi.org/project/mlagents-envs/. Can you try installing it first, and then running the script that is giving you the issue?