sino30535 / DDPG-portfolio-management

Build DDPG models and test on stock market
22 stars 8 forks source link

Great Code #2

Open firmai opened 4 years ago

firmai commented 4 years ago

Hi, I have started to implement a Google Colab version for www.google-colab.com however, I have been running into some issues. Do you know why my graphs make a blue sloping line for portfolio performance? Best regards.

https://colab.research.google.com/drive/1f8DGMsr0qIq6rrfYrqWHryYhVLpSE5nr

sino30535 commented 4 years ago

Hi, I didn't put the final trained model in this repository so you will have to train the model and redirect model path to where the final checkpoint is. model_save_path = "weights/stock/lstm/window_30/batch_norm/Model_Feb/checkpoint.ckpt_Episode_1500/checkpoint.ckpt"

firmai commented 4 years ago

Hmm, okay cool. I am going to send you an editable colab file, you might find it easier to add the training step than I would. Feel free to use this colab edition for your repository. Otherwise, I will work on it next week and send you a completed file.

https://colab.research.google.com/drive/1f8DGMsr0qIq6rrfYrqWHryYhVLpSE5nr

Regards

firmai commented 4 years ago

I saw you had a play around, let me know how you progress. Let me know if you want me to have a look instead if it is too much trouble to fix it on your side?

sino30535 commented 4 years ago

Hi, it would great if you can adding training steps on the colab file. I probably don't have free time until this weekend.

Best

doveeee3 commented 1 year ago

I saw you had a play around, let me know how you progress. Let me know if you want me to have a look instead if it is too much trouble to fix it on your side?

hi, did you add training steps on the colab file?