llSourcell / Reinforcement_Learning_for_Stock_Prediction

This is the code for "Reinforcement Learning for Stock Prediction" By Siraj Raval on Youtube
638 stars 362 forks source link

Cant see any file in model directory #17

Open nandishajani opened 6 years ago

nandishajani commented 6 years ago

I ran the code and it is running fine but when i try to evaluate the results by running evaluate.py there is no model created inside my directory. Please help me with it.

famishedrover commented 5 years ago

Running evaluate would not create a model, rather you need to supply a model path at evaluation. Models are created through train.py