hmp2g
hmp2g copied to clipboard
error running on windows
Traceback (most recent call last):
File "D:\Program Files\JetBrains\PyCharm Community Edition 2019.3.5\plugins\python-ce\helpers\pydev\pydevd.py", line 1434, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "D:\Program Files\JetBrains\PyCharm Community Edition 2019.3.5\plugins\python-ce\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "./THIRDPARTY/pymarl2/pymarl2src/main.py", line 126, in
target_unix_path = ('localhost', 12235)
a compatibility bug in Windows
can be fixed by changing "UnixTcpClientP2P"->"TcpClientP2P" in "THIRDPARTY/pymarl2/pymarl2src/runners/efficient_parallel_runner.py"

later we'll find a Windows environment to test it.
just fixed after hmp2g/commit/d0a032ad672976f6781222780d5f95a83efa35f0 and pymarl-hmap-compat/commit/9a8fca0a92ec4fac4b7f2d0ddb4bd7cddea8c521