We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: