You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2026. It is now read-only.
I didn't know where to ask my question, so I'm sorry if this is inappropriate. I was wondering if there was a way to disable rendering of the game in order to experiment with reinforcement learning algorithms ?
I saw that in previous versions of libmelee it was possible to do that with the parameter render=False in the run method of melee.dolphin.Dolphin object that seems to have been removed. When searching for this issue I came across this comment of @altf4 (#33 (comment)) that made me understand that Slippi Dolphin version do not allow anymore the emulator to have a Null video_backend.
Thank you in advance for your answers and this awesome project.