Mohammad Momayezi

Results 6 issues of Mohammad Momayezi

I get the following error while trying to install FinRL Library using `pip install git+https://github.com/AI4Finance-LLC/FinRL-Library.git` command: error: legacy-install-failure × Encountered error while trying to install package. ╰─> grpcio I'm using...

bug

There's a major issue in the MultiCrypto_Trading.ipynb! Changing the train time interval doesn't change the test results! For example in the original MultiCrypto_Trading.ipynb no matter what TRAIN_START_DATE and TRAIN_END_DATE you...

bug

I'm using the following indicators list in MultiCrypto_Trading.ipynb ['open', 'high', 'low', 'close', 'volume', 'macd', 'rsi', 'cci', 'dx'] and I'm getting the following error: AttributeError: 'DataFrame' object has no attribute 'close'....

bug

Hi, I installed FinRL on my macbook using the codes in the installation block of the MultiCrypto_Trading.ipynb, but while testing I get the following warning: "Length of values (2023) does...

good first issue

I get the following error while running the elegantrl_models.py: TypeError: __init__() got an unexpected keyword argument 'agent' in the 58th line of /agents/elegantrl_models.py I understand "agent" argument in Arguments class...

bug

I get the following error while running the elegantrl_models.py: TypeError: init() got an unexpected keyword argument 'agent' in the 58th line of /agents/elegantrl_models.py I understand "agent" argument in Arguments class...

bug