Unity-Technologies / obstacle-tower-env

Obstacle Tower Environment
Apache License 2.0
540 stars 124 forks source link

Bug in floor generation with realtime_mode=True #54

Closed kwea123 closed 5 years ago

kwea123 commented 5 years ago

When using realtime_mode=False, I can set the floor correctly. screenshot from 2019-02-16 00-26-23 But using realtime_mode=True, no matter what floor I set, it displays floor 0, and the visual theme is also floor 0: screenshot from 2019-02-16 00-28-02 screenshot from 2019-02-16 00-28-07

awjuliani commented 5 years ago

Hi @kwea123,

Thanks for pointing this out. It is indeed a bug, and we will try to fix it soon.

awjuliani commented 5 years ago

Hi @kwea123,

This has been fixed in the new v1.2 binary. Download it here: https://github.com/Unity-Technologies/obstacle-tower-env/tree/v1.2.

kwea123 commented 5 years ago

I confirm that the bug is fixed.