danijar / dreamerv3

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

example.py small #78

Closed 4ku closed 1 year ago

4ku commented 1 year ago

If change to small model:

 config = config.update(dreamerv3.configs['small'])

An error occurs:

UnfilteredStackTrace: TypeError: add got incompatible shapes for broadcasting: (1, 1024), (1, 512).
4ku commented 1 year ago

I just deleted ~/logdir folder and now it works.