Unity-Technologies / obstacle-tower-challenge

Starter Kit for the Unity Obstacle Tower challenge
Apache License 2.0
119 stars 39 forks source link

Observation is only of shape (84, 84, 3)? #21

Closed MarcoMeter closed 5 years ago

MarcoMeter commented 5 years ago

Hi,

I'm confused by the shape of the observation.

In the docs of the environemnt's repository, env.observation_space returns "Tuple(Box(168, 168, 3), Discrete(5), Box(1,))".

If I call this in run.py of the challenge's repository it outputs "Box(84,84,3)".

Is this the intended behavior? (run on windows)

MarcoMeter commented 5 years ago

Nevermind I had retro mode enabled

env = ObstacleTowerEnv(args.environment_filename, retro=False, docker_training=args.docker_training, realtime_mode=False)