-
After adding fundamental indicators and obtaining the train df, I have an issue in:
e_train_gym = StockPortfolioEnv(df = train, **env_kwargs)
ValueError Traceba…
-
I am opening an issue and summarize the concerns that FinRL is using future information.
**Survivorship bias**. It happens when we only select stocks existing in the market or in the index today. I…
-
Hello,
how can I use the VIX as risk indicator during training and trading in the ensemble strategy. I already added it to the dataframe, but I am not sure what exactly I have to change so it is ta…
-
I can't seem to find the Colab notebook for the following. Look forward to running this.
https://github.com/AI4Finance-Foundation/ElegantRL/blob/master/eRL_demo_StockTrading.ipynb
-
Hi, I am trying to run the codes in FinRL_StockTrading_NeurIPS_2018.ipynb. When I am trying to download data with YahooDownloader with the following commands provided:
```
import pandas as pd
imp…
-
Most of the Jupyter Notebooks failing with the following imports:
from **finrl.neo_finrl.**preprocessor.yahoodownloader import YahooDownloader
from finrl.neo_finrl.preprocessor.preprocessors impor…
-
Thanks for publishing a great framework.
As far as I know, Shape Ratio is usually defined as the difference between the returns of the investment and the risk-free return, divided by the standard d…
-
Multiple tutorials with some out of date information is making it difficult for a beginner (myself) to understand which is most up to date. Could you let me know where I should look/which one is most …
-
When I execute the commandline "train_and_evalutate_mp(args)" I get the error:
RuntimeError: cuda runtime error (801) : operation not supported at ..\torch/csrc/generic/StorageSharing.cpp:258
an…
-
I am referring to the notebook `FinRL_PaperTrading_Demo.ipynb`, running on Ubuntu installed on Windows 11.
When running the following:
```
from finrl.train import train
from finrl.test import te…
t-b-r updated
2 years ago