Unity-Technologies / obstacle-tower-env

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

add floor space to observation spaces #92

Closed tatsuya-ogawa closed 5 years ago

tatsuya-ogawa commented 5 years ago

add floor space to observation spaces

awjuliani commented 5 years ago

Hi @tatsuya-ogawa

Thanks for making this PR. It mostly looks good. One thing though is that while the default number of floors is 100, this is possible to change via a reset parameter. I would suggest not defining a bound for this value (aside from the bottom limit of at least 1 floor).

awjuliani commented 5 years ago

Hi @tatsuya-ogawa

I will merge this in and make a small change in order to have it released with version 2.1. Thanks again!