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

Small fixes #5

Closed bartimusprimed closed 6 years ago

bartimusprimed commented 6 years ago

Should work with python 3, changed Updated print statements Updated xrange => range np.random.rand => random.random()