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
Thank @zundous for letting us know it.
The following option maybe useful. official course.smrjky "python3 py3_sample.py" 0 "python3 py3_sample.py" 1 --stdinLogFile0 stdin0.txt --stdinLogFile1 stdin1.txt --stderrLogFile0 stderr0.txt --stderrLogFile1 stderr1.txt > gamelog.json
player/py3_sample.py has shebang so that the AI can be run by the option you specified.
However, in some environments (e.g.: Windows) we cannot run the AI using shebang.
Additionally, we need to install numpy because our python sample use this library.
Run pip install numpy if you need it.
If it still does not work, please attach log file ( stderr0.txt, stderr1.txt ... ).
Which option should we use for running AI written in python?
official course.smrjky py3_sample.py 0 py3_sample.py 1 --stdinLogFile0 stdin0.txt --stdinLogFile1 stdin1.txt --stderrLogFile0 stderr0.txt --stderrLogFile1 stderr1.txt > gamelog.json
The text was updated successfully, but these errors were encountered: