Hello,
I followed the steps for installing the ML bot but when i run make i get this error:
$ MinGW32-make
mkdir -p data
curl https://storage.googleapis.com/ml-bot-data/replays-20170930-sample.zip -o data/replays-20170930-sample.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 166M 100 166M 0 0 1978k 0 0:01:26 0:01:26 --:--:-- 2185k
mkdir -p models/
python3 -m tsmlstarterbot.train --model_name model_long_training --data data/replays-20170930-sample.zip --games_limit 1000 --steps 5000 --seed 15485863
Makefile:23: recipe for target 'models/model_long_training.ckpt.meta' failed
process_begin: CreateProcess(NULL, python3 -m tsmlstarterbot.train --model_name model_long_training --data data/replays-20170930-sample.zip --games_limit 1000 --steps 5000 --seed 15485863, ...) failed.
make (e=2): Le fichier sp▒cifi▒ est introuvable.
MinGW32-make: *** [models/model_long_training.ckpt.meta] Error 2
then i re ran it and got
$ MinGW32-make
mkdir -p models/
python3 -m tsmlstarterbot.train --model_name model_long_training --data data/replays-20170930-sample.zip --games_limit 1000 --steps 5000 --seed 15485863
Makefile:23: recipe for target 'models/model_long_training.ckpt.meta' failed
process_begin: CreateProcess(NULL, python3 -m tsmlstarterbot.train --model_name model_long_training --data data/replays-20170930-sample.zip --games_limit 1000 --steps 5000 --seed 15485863, ...) failed.
make (e=2): Le fichier sp▒cifi▒ est introuvable.
MinGW32-make: *** [models/model_long_training.ckpt.meta] Error 2
as you see i already needed to make a change in the "make" command to make it run on win10, maybe the error is related to that ?
Any help would be greatly appreciated !