Open sirgarfieldc opened 4 years ago
I have installed the emulator and philip repo following the instruction on Readme.
Running the command to play to trained agent launches the emulator and game but crashes immediately after.
Command I run is
python3 phillip/run.py --gui --human --start 0 --reload 0 --epsilon 0 --load agents/FalconFalconBF --iso /path/to/SSBM.iso --exe /path/to/dolphin
I am on MacOS 10.15.5
Any idea on how to resolve this issue ?
If you're using my dolphin fork, I think it will work if you set --zmq 1. The default --zmq 0 is for mainline dolphin.
--zmq 1
--zmq 0
I have installed the emulator and philip repo following the instruction on Readme.
Running the command to play to trained agent launches the emulator and game but crashes immediately after.
Command I run is
I am on MacOS 10.15.5
Any idea on how to resolve this issue ?