Unity-Technologies / obstacle-tower-env

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

Is the environment supposed to be deterministic? #104

Closed Sohojoe closed 5 years ago

Sohojoe commented 5 years ago

In my experiments (recording inputs, then playing them back on the same level/seed) - sometimes it is deterministic and other times it is not) - I'm not sure if it is a bug in my code or a quirk of the environment

thanks!

awjuliani commented 5 years ago

Hi @Sohojoe

We've done our best to make the environment as deterministic as possible. That being said, Unity physics are inherently non-deterministic, and there will be minor differences between runs.

Sohojoe commented 5 years ago

OK thanks!