obstacle-tower-env
obstacle-tower-env copied to clipboard
Obstacle Tower Environment
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...
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?...
 The ```_add_stats_to_image``` seems not being updated with the new vector obs - floor number
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...
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...
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...
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...
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...