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

Hi team! I'm thinking about doing some reinforcement learning on Obstacle Tower, so I played a bit with the environment, and have a few questions. Note that my OS is...

discussion

is there a way to get a depth view for training? e.g. def render(self, mode='depth')

discussion

Hello. Try running this piece of code: ```python from obstacle_tower_env import ObstacleTowerEnv import sys import argparse import time def run_episode(env): done = False reward = 0.0 total_steps = 0 last_fps_counter...

bug

Hi, I read the GCP tutorial on how to set up dopamine, but I cannot find out how to train the agent/brain on multiple environments simultaneously like you did during...

discussion

I am using obstacle tower 1.2 binary and `mlagents-envs-0.6.2`, under a **Linux environment**. ``` In [1]: from obstacle_tower_env import ObstacleTowerEnv In [2]: ObstacleTowerEnv.ALLOWED_VERSIONS Out[2]: ['1', '1.1', '1.2'] In [3]: env...

help wanted

Hi, I am trying to follow the tutorial for deploying on GCP. However I am getting: ![image](https://user-images.githubusercontent.com/3820417/52872146-aad27580-3143-11e9-9b54-2c2d6f5274e5.png) Is this because my account is free? Is there a way to run...

When following the [GCP Tutorial](https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/examples/gcp_training.md) - I see Tensorflow warning that the version of Tensorflow is not optimized for the cpu. Given that the cloud instance does include the optimized...

[From GCP tutorial](https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/examples/gcp_training.md) 1. [bug] The tutorial references an old release ``` wget https://storage.googleapis.com/obstacle-tower-build/v1/obstacletower_v1_linux.zip unzip obstacletower_v1_linux.zip ``` should be ``` wget https://storage.googleapis.com/obstacle-tower-build/v1.1/obstacletower_v1.1_linux.zip unzip obstacletower_v1.1_linux.zip ``` 2. [bug] **Install the Obstacle...

Hello. Thank you very much for the environment. I'm sure that it will be very helpful for the community. However, there is one thing that wasn't clear from the code...

discussion

It looks like reward for opening 'green' door for the first time is 0.1 points but it is given a few frames before door is actually opened on observed scene......

discussion