Created by: fuyw
Done
- Solve some bugs for Windows compatibility.
-
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.