Open arvganesh opened 1 year ago
That's very cool thanks! I no longer have a mac so can't try it thought but I will update the readme and add a link to your docker image if you don't mind
Off topic question what RL lib do you use alongside stable-retro and gymnasium, is it stable baselines ?
I am using Tianshou (has gymnasium support) at the moment, but I've heard good things about stable-baselines3.
I've been using stable_baselines3 and it works great. Your need to use a specific branch if you want support for gymnasium. You can install it via pip: pip install git+https://github.com/DLR-RM/stable-baselines3@feat/gymnasium-support
You need to do the same with sb3-contrib as well: pip install git+https://github.com/Stable-Baselines-Team/stable-baselines3-contrib@feat/gymnasium-support
@arvganesh stable-retro has moved to Farama fondation: https://github.com/Farama-Foundation/stable-retro
Can you recreate your issue there so that it's under your user name? I will continue to follow over there
I made a docker image (https://github.com/arvganesh/stable-retro-docker) that allowed me to get stable-retro + gymnasium running on my M1 Mac with display support.