obstacle-tower-env icon indicating copy to clipboard operation
obstacle-tower-env copied to clipboard

Obstacle Tower Environment

Results 32 obstacle-tower-env issues
Sort by recently updated
recently updated
newest added

i encountered an unsolvable floor, the tower is 75 and the floor is 20. There is a box puzzle and key requirement. There is no tile to place the box...

discussion

I am trying to monitor my training using tensorboard. Which IP address should I be connecting to, (external, internal)... and the is the username my username for my GCP account?...

help wanted

![1](https://user-images.githubusercontent.com/14128307/58269288-cc35a400-7db9-11e9-9f56-45d04b1ec210.PNG) The ```_add_stats_to_image``` seems not being updated with the new vector obs - floor number

enhancement

Hello, I'm trying to run the obstacle tower environment through the large-scale-curiosity project. However, it seems to hangup when it tries to create the environment from its subprocesses. It prints...

help wanted

After some time of training the environments are crashing for me. I took a look at the `Player.log` file and always found this as the last lines: ``` Setting up...

ModuleNotFoundError Traceback (most recent call last) in ----> 1 from obstacle_tower_env import ObstacleTowerEnv 2 get_ipython().run_line_magic('matplotlib', 'inline') 3 from matplotlib import pyplot as plt ~/obstacle-tower-env/obstacle_tower_env.py in 4 import gym 5 import...

help wanted

Is there a possibiity to print the current floor? I'd like to track the mean floor for my training statistics. The property _floor is set to None as long as...

enhancement

I tried to launch 100 environments I got a `UnityTimeoutException` when creating the 66th one. I checked multiple times and the exception always occurs on the 66th instantiation. I am...

help wanted

Hello. I see that my agent have learnt to no-clip doors that require a key instead of obtaining the key and going through the door this way. What type of...

bug