Tobias Stein
Tobias Stein
same problem. Working on a Macbook Air M1. Tried Python version 3.8.16 and 3.9.16.
It seems you still can get around this error by simply installing the latest versions of ray and then use a "pip install --no-deps git+https://github.com/AI4Finance-Foundation/FinRL.git". You might see an error...
Running into the same issue. Macbook Air M1, python version 3.8.16
Hi, I did a little debugging and it seems the following line in the stock trading environment is causing the error https://github.com/AI4Finance-Foundation/FinRL/blob/master/finrl/meta/env_stock_trading/env_stocktrading.py#L290 After commenting that line out the code seems...