erikbern / deep-pink

Deep Pink is a chess AI that learns to play chess using deep learning.
http://erikbern.com/2014/11/29/deep-learning-for-chess/
811 stars 159 forks source link

The system cannot find the path specified: '/mnt/games/*.* #19

Open orlyyani opened 6 years ago

orlyyani commented 6 years ago

I'm in windows and it seems it's because of os.listdir() has different functionality in unix?

erikbern commented 6 years ago

ok probably have to update the path then!

nullworth commented 6 years ago

Im using fedora. this error comes up after entering python parse_game.py . what should i do?

/home/null/.local/lib/python2.7/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Traceback (most recent call last): File "parse_game.py", line 149, in parse_dir() File "parse_game.py", line 136, in parse_dir for fn_in in os.listdir(d): OSError: [Errno 2] No such file or directory: '/mnt/games'

erikbern commented 6 years ago

well do you have that directory on your computer?

Ashbajawed commented 4 years ago

well do you have that directory on your computer?

hello @erikbern I downloaded data from ficsgames website . its in.pgn formate what I need to do now?

erikbern commented 4 years ago

sorry, this project is extremely old and very unsupported at this point!