adderbyte / GYM_XPLANE_ML

GYM Environment for XPlane. Reinforcement Learning and Autonomous Piloting.
GNU General Public License v3.0
65 stars 19 forks source link

An operation was attempted on something that is not a socket #6

Closed YingxiaoKong closed 3 years ago

YingxiaoKong commented 3 years ago

Hi,

I downloaded the whole GYM_XPLANE_ML and ran the keepHeading.py in the jupyter notebook shell by: !python keepHeading.py But it doesn't work: XPPlane Host: 127.0.0.1 checking Client Port: 1 checking Destination Addr (XPlane): ('127.0.0.1', 49009) checking Client Addr: ('0.0.0.0', 1) Press enter to end: ...

Traceback (most recent call last): File "keepHeading.py", line 138, in main() # run main File "keepHeading.py", line 123, in main if sys.stdin in select.select([sys.stdin], [], [], 0)[0]: OSError: [WinError 10038] An operation was attempted on something that is not a socket

Do you know what may be the problem? Thanks!!