hom-bahrani / Gymnasium-Colaboratory-Starter

Reinforcement Learning + Open AI Gym/Gymnasium in Google's Colab.
17 stars 2 forks source link

google collab xvfb trooble #1

Open Dougdaddyboy opened 6 months ago

Dougdaddyboy commented 6 months ago

Hey, thank for the notebook, but when i run each cell, i get the following error: (FileNotFoundError: [Errno 2] No such file or directory: 'Xvfb') on the execution of this line: display = Display(visible=0, size=(1400, 900)) did you have any idea of how to solve that? have a good day. Doug

egg-west commented 1 month ago

Hi Doug,

I find this cmd will solve the issue !apt-get install xvfb

Bests, Ethan