Ming Zhu

Results 102 comments of Ming Zhu

@VinceGa 1. In our notebooks, the ipynb is copied from the corresponding py, therefore, they are almost the same except that notebooks have the install commands. 2. The py files...

This version does not support the function. We will update the code to support it. Thanks for your suggestion. Can you list the technical indicators or provide the code to...

Your suggestions are valuable. We are developing another version, dict, where key is indicator (e.g., "close price"), value is 1-dimension numpy.array, since it is more efficient than dataframe. I think...

How about "sort the tic names, and then calculate the index i, and get the value through index. "

> Just a note: There is a danger of lookahead/data leaking when implementing normalization using the whole dataset. Therefore it needs to be carefully done inside the environment at each...

我们会增加中文版,以方便阅读。 欢迎网友提供帮助!

pls use the python version, which seems better.

@kabua could you pls paste the raised errors?

https://github.com/AI4Finance-Foundation/FinRL/blob/master/tutorials/2-Advance/FinRL_Ensemble_StockTrading_ICAIF_2020.ipynb

thanks for your valuable codes. could you pls separate this PR to several PRs? In software engineering, we hope each PR solves only one problem. In addition, this branch has...