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

I'm' trying out finrl for the first time, I used `from finrl_meta.data_processor import DataProcessor` but got ` ModuleNotFoundError: No module named 'finrl_meta'` Using google collab. Any suggestions?

bug

[First Glance](https://finrl.readthedocs.io/en/latest/start/first_glance.html) The [notebook](https://github.com/AI4Finance-Foundation/FinRL/blob/master/tutorials/1-Introduction/FinRL_StockTrading_NeurIPS_2018.ipynb) and [Colab](https://colab.research.google.com/github/AI4Finance-Foundation/FinRL/blob/master/FinRL_StockTrading_NeurIPS_2018.ipynb) links are dead. It appears, from github that the file was renamed in Jun and then deleted in Jul. Why? and what's replacing it?...

bug

Hello, I have LSTM as the feature extractor of financial data the problem. I also want to build an LSTM feature extractor on Sb3 for financial time series data, using...

good first issue
suggestion

Are there any trained models available?

discussion

First of all, thank you for developing this beginner-friendly project. I'd like to point out one issue: 1. Installation of Pybullet, box2d in the Finrl package requires previous installation of...

suggestion

**Description** When running train fn in FinRL_PaperTrading_Demo, ElegantRL Train function is called, but it gets an error: > [/usr/local/lib/python3.7/dist-packages/finrl/agents/elegantrl/models.py](https://solhv4aagc-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20220713-060046-RC00_460676560#) in get_model(self, model_name, model_kwargs) 61 if model_name not in MODELS: 62...

bug
good first issue

The AI4Finance community will refactor FinRL and FinRL-Meta following the principles of software engineering. If anyone is interested in this work, please send CV to my email: [email protected]

refactoring

Does anyone have recommendations on what to do to fix this? My model essentially learns to just buy and hold stocks instead of exploring trading strategies. My learning rate spread...

bug

Im getting an error when running "python main.py --mode=train" command. See below for for the full error traceback: ``` Traceback (most recent call last): File "/Users/varunpanchal/Documents/Projects/FinRLMain/FinRL/finrl/main.py", line 152, in raise...

bug

The paper trading demo expects to train on data in the form of OHLCV. https://github.com/AI4Finance-Foundation/FinRL/blob/7c5deaff188176562309df600a86a5f89d4eb83a/tutorials/3-Practical/FinRL_PaperTrading_Demo.ipynb This of course is great for any periodicity above 1 minute sampling. However, it does...

good first issue
discussion