openai / procgen

Procgen Benchmark: Procedurally-Generated Game-Like Gym-Environments
https://openai.com/blog/procgen-benchmark/
MIT License
1.01k stars 209 forks source link

Typo in the readme #46

Closed JSchapke closed 4 years ago

JSchapke commented 4 years ago

Following the readme:

from procgen import ProcgenGym3Env env = ProcgenGym3Env(num_envs=1, env_name="coinrun")

Traceback (most recent call last): File "", line 1, in TypeError: init() missing 1 required positional argument: 'num'