trading-bot icon indicating copy to clipboard operation
trading-bot copied to clipboard

Evaluation error

Open nativedreamer opened this issue 1 year ago • 1 comments

Anytime I run the python3 eval.py data/GOOG_2019.csv --model-name model_GOOG_50 --debug , it shows

No file or directory found at models/model

nativedreamer avatar Jun 04 '23 18:06 nativedreamer

Did you train a model? If not then run python3 train.py data/GOOG.csv data/GOOG_2018.csv --strategy t-dqn

vicelikedust avatar Dec 30 '23 02:12 vicelikedust