-
when running python main.py --mode=train i'm getting the following error:
```
==============Start Feature Engineering===========
Successfully added technical indicators
Successfully added turbul…
-
If I replace at the papertrading.py the import: from finrl.neo_finrl.env_stock_trading.env_stocktrading_np import StockTradingEnv to the stopp loss env: from finrl.neo_finrl.env_stock_trading.env_stoc…
-
I found that there's a future function at neo_finrl/env_stock_trading/env_stocktrading_cashpenalty.py.
Because on the T day, the agent should only observe the stock‘s close-price of T-1 day.
After …
-
trade = data_split(processed_full, '2019-01-01','2021-01-01')
e_trade_gym = StockTradingEnv(df = trade, turbulence_threshold = 380, **env_kwargs)
df_account_value, df_actions = DRLAgent.DRL_predic…
-
Pretty new to python so I'm unable to determine where the issue is - this is from the Raytune Notebook in the repo.
Having an issue with this function:
```
def DRL_prediction(model_name,test_en…
-
As Im moving along, I have two questions Im trying to understand, and it would be much appreciated if someone can clarify a bit:
First, I noticed when the cash is over, many transactions wont be fill…
-
I got a bug on cell number [18]. Line code number 14 is red underlined.
here is the code which is red underlined:
e_train_gym = StockTradingEnv(df = train, **env_kwargs)
here is the error warn…
-
Have been following the tutorial for single stock but this keeps giving errors over and over. Most of the functions are missing and hence error out. Also cannot find the google colab notebook for the …
-
While running FinRL_Ensemble_StockTrading_ICAIF_2020.ipynb
I am running the entire code as it is, still getting the following error:
AttributeError: module 'stable_baselines3.common.logger' has …
-
Managed to install FinRL on Ubuntu on Windows as per installation instructions https://ai4finance.medium.com/finrl-for-quantitative-finance-install-and-setup-tutorial-for-beginners-1db80ad39159 - and …