FinRL icon indicating copy to clipboard operation
FinRL copied to clipboard

FinRL: Financial Reinforcement Learning. 🔥

Results 250 FinRL issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am getting the following error when I run the command "pip install git+https://github.com/AI4Finance-Foundation/FinRL.git". Same error when running pip install wrds Compiler for C supports arguments -Wno-unused-but-set-variable:...

bug

Hi All, I'm trying to train an agent from ElegantRL in StockTradingEnv on Windows11 using Jupiterlab. I'm using the codes from 'FinRL: Compare ElegantRL, RLlib, and Stablebaselines3'. When arriving at...

bug

In running the following code in google colab for Stock_NeurIPS2018_SB3.ipynb env_train, _ = e_train_gym.get_sb_env() I get the following error. Seems related to gym version. Gynasium 0.28.1 is installed. --------------------------------------------------------------------------- TypeError...

bug

I was trying to run the notebooks (after downgrading the Pandas to 1.5.3, since the new release to 2.0.0 removed the pd.TimeDelta().delta, which was prevented from downloading the files.) And...

fixed
refactoring

**No module named 'finrl_meta'** I have successfully installed the FinRL library and when I am running the [Stock_NeurIPS2018.ipynb] (https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/Stock_NeurIPS2018_SB3.ipynb) file, it is showing the following error: 1. " from finrl_meta.preprocessor.yahoodownloader...

bug

After numerous trail-and-error, I can ensure that training with ElegantRL only executes if the input is more than the data of one-year trading, otherwise, the training will enter an infinite...

bug
good first issue

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

error: command 'swig.exe' failed: No such file or directory [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure ×...

bug

When tested with the env_stocktrading_np environment, the action to sell the stock does not take into account whether the stock is currently held

bug

@XiaoYangLiu-FinRL Excuse me, is issue #958 resolved? I also encountered the same problem today ******************* colab report error ------------------- Alpaca successfully connected AttributeError Traceback (most recent call last) in ()...

bug