Jiawei Zhou

Results 14 comments of Jiawei Zhou

yeah, I have noticed that issue for quite a long time.

The issue here is tha there is not a strict rule about how to implement a env or a DRL agent, so it will be super confusing to know where...

I fix it. it's weird that after I reinstall gym and stable baseline 3, it works fine. Always meet some mysterious issues when I try using those library, very confusing.

there are some conflicts import libs version in gym/gymnasium, SB3 and this lib. I hope you could test it in the near future. Thank you!

where is the link of the second dataset

我也遇到了这个问题,可能是后处理出现了错误。

Sorry, but I don't think you answer is right, or I miss your point maybe. The fact is `self._update_state` will update the state by replacing today's price information and tech...

And another issue is there are some dupilicated codes in preprocessor and data_processors (for example proceesor_yahoofinance and yahoodownloader + preprocessor) and only the latter one is working fine in env-stocktrading...

elegantRL needs this parameters to init, while stocktradingenv cannot provide these arguments, thus resulting some errors. ![image](https://user-images.githubusercontent.com/57850191/218313693-5d4ce2d7-f433-4c33-b6e0-56d1e0235f2e.png) ![image](https://user-images.githubusercontent.com/57850191/218313769-ebe00d23-8ff4-40a2-8a5e-fb9d9f3530fc.png)