Joey Xia
Joey Xia
There's a similar issue in FinRL-Meta and you can have a check: https://github.com/AI4Finance-Foundation/FinRL-Meta/issues/202. Although with better performance and more updated construction, ElegantRL is developing rapidly so there might be issues...
A new version of paper trading demo was just uploaded, please check it out.
Import lines were updated, please check it out.
That is related to ElegantRL, anyone familiar with ElegantRL could have a look?
The link was fixed.
Hi, this might be caused by the problem of old version gym. We are working on updating it to gymnasium. Now you could try to downgrade setuptools==65.5.0 https://github.com/openai/gym/issues/3176
I think you might need to install FinRL in your environment, not just cloning it. Or you can try to navigate to the FinRL directory and use pip to install...
Hi, thanks for your report. We are working on the reconstruction of these notebooks. Stock_NeurIPS2018_3_Backtest.ipynb was just updated. Please try it out. > Can I let the current Colab notebook...
Please provide which file/notebook you are running and which line generated the bug. The path you showed is on your local device.
The file agent_a2c.zip is the saved agent after we trained using StableBaseline3 algorithm. Nothing inside the zip file should be changed (actually no need to unzip it at all). To...