Skip to content

Instantly share code, notes, and snippets.

@Vesnica
Last active April 8, 2023 09:37
Show Gist options
  • Save Vesnica/57a884fda08de5195bfb3b8100069ae6 to your computer and use it in GitHub Desktop.
Save Vesnica/57a884fda08de5195bfb3b8100069ae6 to your computer and use it in GitHub Desktop.
Gymnax Tips
  • Use xvfb to start jupyter-lab: xvfb-run -s "-screen 0 1400x900x24" jupyter-lab
  • Must install old version gym: pip3 install gym==0.19
  • Must install old version pyglet: pip3 install pyglet==1.5.27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment