danijar / dreamerv2

Mastering Atari with Discrete World Models

Home Page:https://danijar.com/dreamerv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change ```eval_envs``` to ```num_eval_envs```

alirahkay opened this issue · comments

eval_envs = [make_async_env('eval') for _ in range(eval_envs)]

Since the number of evaluation environments is num_eval_envs, I think there should be a change at the end of this line.

Thanks! Parallel training is not really tested within this code base.