danijar / dreamerv2

Mastering Atari with Discrete World Models
https://danijar.com/dreamerv2
MIT License
886 stars 195 forks source link

Change ```eval_envs``` to ```num_eval_envs``` #21

Closed alirahkay closed 2 years ago

alirahkay commented 2 years ago

https://github.com/danijar/dreamerv2/blob/e02ceb9a77596e695a66d099e749b6bdf62db50e/dreamerv2/train.py#L129

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

danijar commented 2 years ago

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