danijar / dreamerv3

Mastering Diverse Domains through World Models
https://danijar.com/dreamerv3
MIT License
1.28k stars 219 forks source link

Action repeat wrapper bugfix #67

Closed vint-1 closed 1 year ago

vint-1 commented 1 year ago

Fixes a bug in action repeat wrapper used for DM control envs, where action repeat is disabled after the first episode.

danijar commented 1 year ago

Thanks!