Unity-Technologies / obstacle-tower-challenge

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

black screen. How render running man? #19

Open ivan-v-kush opened 5 years ago

ivan-v-kush commented 5 years ago

subj. I call env.render() and still see a black screen =(

awjuliani commented 5 years ago

Hi @IvanKush

This environment works slightly different than other gyms. You will need to be on v1.2 of the environment for it to work, and you will need to start the env with realtime_mode=True.

ivan-v-kush commented 5 years ago

thanks! Is it possible to change video resolution?

awjuliani commented 5 years ago

Hi @IvanKush

We provide the visual observations in 168x168 or 84x84. It is not possible to change these.

ivan-v-kush commented 5 years ago

Really? When I set realtime_mode=True. I see video with running man in much higher resolution (:

awjuliani commented 5 years ago

Hi @IvanKush,

It is true that what you see is larger in the window, but the observation provided to the agent is still at most 168x168.

ivan-v-kush commented 5 years ago

yep, and I want to change size see is larger in the window