vladfi1 / phillip

The SSBM "Phillip" AI.
GNU General Public License v3.0
555 stars 79 forks source link

Playing with trained agent result in crashes in Mac. Error binascii.Error: Non-hexadecimal digit found #26

Open sirgarfieldc opened 4 years ago

sirgarfieldc commented 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
Screen Shot 2020-09-22 at 7 37 02 PM

I am on MacOS 10.15.5

Any idea on how to resolve this issue ?

vladfi1 commented 4 years ago

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.