aicrowd@b1bee76eebfe:~$ python
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from obstacle_tower_env import ObstacleTowerEnv
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/srv/conda/lib/python3.6/site-packages/obstacle_tower_env.py", line 6, in <module>
from mlagents_envs import UnityEnvironment
ModuleNotFoundError: No module named 'mlagents_envs'