edwardhdlu / q-trader

Deep Q-learning driven stock trader bot
848 stars 336 forks source link

No directory #12

Open pilo21 opened 6 years ago

pilo21 commented 6 years ago
lines = open("data/" + key + ".csv", "r").read().splitlines()

FileNotFoundError: [Errno 2] No such file or directory: 'data/GSPC.csv'

i got this error

tenroflow 1.10.0 python 3.6.4 w7. I maked some changes in code couse parenthes was missing

Pelirrojo commented 5 years ago

I've the same problem with Python2.7//Conda but with print sentences. I fixed on my PR: https://github.com/edwardhdlu/q-trader/pull/15