unixpickle/muniverse

Issue with doodle jump and docker container 0.111.1+

Closed this issue · 2 comments

Running doodle jump works with container version 0.111.0 but fails for higher version. I can see reward data from a3c, and I can produce recordings, but on higher versions, both are missing. If I supply a recording directory, then I get 8 subdirectories but with 0 images.

Just noticed this issue as well. The problem is that the new chrome enables webgl on a lot of games, and that breaks muniverse's canvas -> pixels optimization. I have a fix coming that will fix a lot of games, since it seems a large number of games were broken by the chrome upgrade.

Should be fixed in in 0b73bec (container version 0.112.1). Let me know if it's not fixed for you.