deep_trader icon indicating copy to clipboard operation
deep_trader copied to clipboard

This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jess...

Results 8 deep_trader issues
Sort by recently updated
recently updated
newest added

I think the most key issue of this repo is lack of commission charge calculate in reward. This should cause the fatal in the real trading.

``` Collecting adium-theme-ubuntu==0.3.4 (from -r requirements.txt (line 1)) Could not find a version that satisfies the requirement adium-theme-ubuntu==0.3.4 (from -r requirements.txt (line 1)) (from versions: ) No matching distribution found...

Microsoft Windows [Version 10.0.17134.285] (c) 2018 Microsoft Corporation. All rights reserved. Clink v0.4.9 [git:2fd2c2] Copyright (c) 2012-2016 Martin Ridgers http://mridgers.github.io/clink Python 3.6 Anaconda D:\Machine Learning\deep_trader-master\deep_trader-master\tensor-reinforcement>python dqn_model.py C:\AnacondaPython3_6\DeepLearning_Udemy\lib\site-packages\h5py\__init__.py:34: FutureWarning: Conversion of...

when I run it, I encounter the following error: Warning (from warnings module): File "C:\Users\ben\AppData\Local\Programs\Python\Python36\lib\site-packages\sklearn\cross_validation.py", line 41 "This module will be removed in 0.20.", DeprecationWarning) DeprecationWarning: This module was deprecated...

I get the following error when I run `dqn_model.py`: AttributeError: 'module' object has no attribute 'scalar_summary' What version of tensorflow should I be using with this. I got this error...

What is the difference between these two files and which one should I use in order to train a deep gradient policy RL agent ? I tried to run pg_model...

corresponding issue: https://github.com/deependersingla/deep_trader/issues/14 Steps to run the new code: https://github.com/lamuguo/deep_trader/tree/master/tensor-reinforcement And, Thanks @deependersingla to start such a good tool in trading.

I followed the tutorial and download the data into the correct folder, however when i run the model it occurs that data_dict has keyerror. I sincerely hope you teach me...