Created by: fuyw
Done
- Solve some bugs for Windows compatibility (i.e. Replace "C://path1//path2" to "C:\path1\path2", rename ".parl_data/master/localhost:1234" to ".parl_data/master/localhost_1234").
-
xparl start
andxparl connect
commands works fine. - Successfully run A2C examples on Windows 10, Python 3.5.
TODO
-
There is no commands like
ps -ef | grep xxx
on windows, thetasklist | findstr xxx
commands on Windows doesn't provide enough information. And thetaskkill /F /IM "python.exe"
command is too brutal. Threrefore,xparl status
andxparl stop
commands still can not be used. -
multiprocessing
is very different on Windows, and this will lead to some failures in the unittest. -
timeout_decorator
is not support on the Windows 10.