Unity-Technologies / obstacle-tower-env

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

conflicting info on number of seeds for round2 #97

Closed Sohojoe closed 5 years ago

Sohojoe commented 5 years ago

here it says there are 10,000 seeds - https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/reset-parameters.md

here is says there are 100 seeds - https://github.com/Unity-Technologies/obstacle-tower-env/blob/f121d5ab2d53c3fe6b643192ce0de45c02196a30/obstacle_tower_env.py#L276

Which is right?

Thanks!

awjuliani commented 5 years ago

Hi @Sohojoe

Thanks for pointing this out. The seeds for Round 2 are limited to 100. After the competition we will enable support for 10,000 seeds. That is what the documentation refers to. This is obviously misleading, and I will change it.