llSourcell / Reinforcement_Learning_for_Stock_Prediction

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

Dependencies #13

Open rainer-roehrig opened 6 years ago

rainer-roehrig commented 6 years ago

Hi,

is python 3 required? What about other dependencies? E.g. 'ImportError: No module named agent.agent'

Thanks for helping!

yeshengyi commented 6 years ago

agent.py is in agent folder

colbyham commented 6 years ago

I don't think Python 3 is required because the original example was written for Python 2. The structure of the code in the repo should be correct for all local imports.

AditiPawaskar commented 5 years ago

How was the issue, 'ImportError: No module named agent.agent' solved ?