RLQuant icon indicating copy to clipboard operation
RLQuant copied to clipboard

Applying Reinforcement Learning in Quantitative Trading

Results 5 RLQuant issues
Sort by recently updated
recently updated
newest added

Getting this error when running the agent. Anyone was successful with this code and can cooperate?

This is great, it just needs a description of the data collection and processing.

there is no data folder and pkl files supplied. From where these can be downloaded?

Hi, Running EnvtestStock_RPG.ipynb I get the following error: `--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 14 state=next_state 15 if env.pointer%64==0: ---> 16 agent.train() 17 pv,pp,pw=env.get_summary() 18 total_pv=pv.sum(axis=1) in train(self)...

Updated ReadMe to include description about back testing, experiment results, and reorganized w/ TOC and hyperlinks to referenced files