Friday 18 December 2020

Fixing Open AI Retro Gym - Windows Integration UI crash

 I had trouble getting the Windows Integration UI to work - it kept crashing.  It turns out you need to drop the downloaded exe in your python retro package's install directory. You can find that directory using:

import retro

print(retro.__file__)

 See also: https://github.com/openai/retro/issues/159


Bookmark all tabs at once in firefox

You can bookmark all the tabs in the current window at once in Firefox (in 2020) using ctrl-shift-d.

via askvg