Unity-Technologies / obstacle-tower-env

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

Add support for performance evaluation via a Wrapper #107

Closed harperj closed 5 years ago

harperj commented 5 years ago

This change adds a gym wrapper for collecting max rewards and max floors across a set of seeds provided by the user. Includes an update to the README and an example of usage which mimics OTC evaluation.

harperj commented 5 years ago

Oh, whoops -- I had already fixed a couple of these things and not pushed the changes. Thanks for making the fixes. I will make the reset parameters change and review.

harperj commented 5 years ago

Rebased and added reset parameters. PTAL.