kkuette / TradzQAI

Trading environnement for RL agents, backtesting and training.
Apache License 2.0
165 stars 47 forks source link

command 'wc -1 data/BTC_EUR_2018_07/BTC_EUR_2018_07_01.csv' returned a non-zero exit status 1 #14

Closed greg2paris closed 5 years ago

greg2paris commented 5 years ago

Hi, i tried to run the code without any argument and i had this error : Command 'wc -1 data/BTC_EUR_2018_07/BTC_EUR_2018_07_01.csv' returned a non-zero exit status 1

Do you know how to fix it?

kkuette commented 5 years ago

If you are using windows i recommend you to run TradzQAI with cmder

greg2paris commented 5 years ago

Thank you very much for your answer, I tried to use ubuntu and on windows with the software you told me about. The code worked fine but I still got an error after training.

I got an error saying : UnboundLocalError: local variable 'names' referenced before assignment in file TradzQAI/core/environnement/base/dataloader.py line 148 in getStockDataVec

Do you know how could i get it fix?

kkuette commented 5 years ago

There is already an issue open for this, look at #13

greg2paris commented 5 years ago

Ok, I will look at the answer again, thank you for you awsome work by the way, I was already a big fan of q-trader and then I discovered your great work. I study your code day by day and their is a lot of very interested things to learn. Thank you very much for the share.

kkuette commented 5 years ago

My code isn't very interesting, there is still a lot to do ^^ I hope this project helps you !