skhonsha

Results 7 comments of skhonsha

hi @Athe-kunal and @marcipops , I think this [paper](https://arxiv.org/abs/2105.10430) can help. @marcipops I`m doing like your work from a few months ago, I`m appreciate you sharing plugin too FinRL. My...

Dear @Athe-kunal , [here](https://github.com/Athe-kunal/Reinforcement-learning-trading-agent-using-Google-trends-data), how can I have plot_trx and episode/reward chart? thanks so much.

Hi @Athe-kunal ,@marcipops and @hmomin. Great topic for me, thank you. Dears, Did you reproduce the results of the article I posted? @Athe-kunal, I test your notebook [https://github.com/Athe-kunal/Reinforcement-learning-trading-agent-using-Google-trends-data](url) on my...

thank you, @marcipops . I just entered slack, same as my Github: skhonsha

> @skhonsha can't find you to add you on Slack. @Athe-kunal can you try adding skhonsha to the slack channel I just set up for discussing this topic further please....

hi @Athe-kunal , Sorry for the delay in replying, Model is saved in .zip format. The .pth is ok, Do you know what`s the problem?

Do you know `def _buy_stock(self, index, action): def _do_buy(): if ( self.state[index + 2 * self.stock_dim + 1] != True ): # check if the stock is able to buy`...