openai / universe

Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.
https://universe.openai.com
MIT License
7.47k stars 959 forks source link

Fix configure and seeding bugs in MultiprocessingEnv #211

Closed vlad17 closed 6 years ago

vlad17 commented 6 years ago

As is, universe.vectorized.MultiprocessingEnv has two bugs:

This PR adds a single test which checks for both issues and fixes the bugs.