AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.7k stars 2.35k forks source link

see #1154 #1199

Open LunbiWa opened 5 months ago

LunbiWa commented 5 months ago

@krishdotn1 Nice to see #1154 Can you recommend an example of calling episode_total_assets=DRLAgent.DRL_prediction()? Thanks.

krishdotn1 commented 5 months ago

Hi @LunbiWa you can see an example notebook of eleganrl here,[https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/Stock_NeurIPS2018_ElegantRL.ipynb]

LunbiWa commented 5 months ago

Hi @krishdotn1 Thank you.

Open [https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/Stock_NeurIPS2018_ElegantRL.ipynb]

but 螢幕擷取畫面 2024-04-08 121203

Are there any examples of successfully running ElegantRL's DRLAgent? Thank you so much.

zhumingpassional commented 5 months ago

pls use SB3. elegantrl is updated, butthe corresponding finrl notebook is not updated yet.

LunbiWa commented 5 months ago

Hi @zhumingpassional Thanks a lot.

In FinRL/examples/FinRL_PaperTrading_Demo.ipynb Found a reference example of successfully running ElegantRL's DRLAgent. episode_total_assets = DRLAgent_erl.DRL_prediction(). Thanks.

zhumingpassional commented 5 months ago

@LunbiWa thanks very much. I would appreciate it if you can submit a PR.

LunbiWa commented 5 months ago

Willing to give it a try