Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obstacle tower is incompatible with current numpy versions and mlagents_envs version #127

Open
JustinS6626 opened this issue Nov 13, 2021 · 0 comments

Comments

@JustinS6626
Copy link

I am trying to install the obstacle tower gym environment, and it appears that it is not compatible with the latest numpy release, and will only work with older versions up to a certain point. When I attempt to install using setup.py, I get the following error:

When I tried to run the evaluation example, I got the following error:

Traceback (most recent call last):
  File "evaluation.py", line 21, in <module>
    env = ObstacleTowerEnv("./ObstacleTower/obstacletower")
  File "/usr/local/lib/python3.8/dist-packages/obstacle_tower_env-4.1-py3.8.egg/obstacle_tower_env.py", line 70, in __init__
  File "/usr/local/lib/python3.8/dist-packages/mlagents_envs-0.18.1-py3.8.egg/mlagents_envs/environment.py", line 191, in __init__
    self._proc1 = env_utils.launch_executable(
  File "/usr/local/lib/python3.8/dist-packages/mlagents_envs-0.18.1-py3.8.egg/mlagents_envs/env_utils.py", line 85, in launch_executable
    raise UnityEnvironmentException(
mlagents_envs.exception.UnityEnvironmentException: Couldn't launch the ./ObstacleTower/obstacletower environment. Provided filename does not match any environments.

I tried to install the newest mlagents_envs version to fix the problem, but now it causes the following error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
obstacle-tower-env 4.1 requires mlagents-envs<0.19,>=0.17, but you have mlagents-envs 0.27.0 which is incompatible.

I would really appreciate if you would be willing to fix this. The current version of this package is more than a year out of date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant