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

The following changes to sr_taxlots_2 were made 1. Added init into account folder 2. Added line 216 in ledger.py to account for floating imprecision 3. Moved self.date_index += 1 down...

Tax lots implementatoin

updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0)

**Describe the bug** Run into an assertionError in `Elegantrl-0.3.3-py3.9.egg`-->`config.py` assert hasattr(self.agent, 'init') AssertionError **Error message** ``` File "/home/FinRL/FinRL-Library/finrl/agents/elegantrl/models.py", line 87, in train_model train_and_evaluate(model) File "/home/FinRL/FinRL-Library/venv/lib/python3.9/site-packages/elegantrl-0.3.3-py3.9.egg/elegantrl/train/run.py", line 15, in train_and_evaluate args.init_before_training()...

bug

Due to installation issues of the ray library in Python version>3.7, I would propose to define the supported python version as

bug

Hi all, I just install and run the main.py for the first time. I bump on to the `Arguments(agent_class=agent)` error then I change `agent_class` to `agent`. After this I get...

bug

TypeError Traceback (most recent call last) [](https://localhost:8080/#) in 11 erl_params=ERL_PARAMS, 12 break_step=5e4, ---> 13 if_vix=False 14 ) 4 frames [/usr/local/lib/python3.7/dist-packages/elegantrl/agents/AgentBase.py](https://localhost:8080/#) in convert_trajectory(***failed resolving arguments***) 286 287 '''stack items''' --> 288...

bug

Dears, Thank you for framework, Please see the output of hyperparameter training on SB3 algorithm, why the reward in all episodes doesn`t change, what`s the problem?(I copied only three outputs)The...

bug

please create an envirement for mt5

We have copied all tutorials of FinRL and FinRL-Meta to the repo https://github.com/AI4Finance-Foundation/FinRL-Tutorials. In the future, some tutorials of FinRL and FinRL-Meta may be deleted, just leave several ones for...

suggestion