Ahmed EL.

Results 4 comments of Ahmed EL.

i get the error ImportError: cannot import name 'Arguments' from 'elegantrl.train.config' (/usr/local/lib/python3.10/dist-packages/elegantrl/train/config.py) here is the full stack trace : `ImportError Traceback (most recent call last) ~/Demo_MultiCrypto_Trading.ipynb in ----> 1 from...

i did try the Demo_MultiCrypto_Trading.ipynb, but unfortunately, i have the same error. what Demo_MultiCrypto_Trading you are using? did i have to make a change?

> > i did try the Demo_MultiCrypto_Trading.ipynb, but unfortunately, i have the same error. what Demo_MultiCrypto_Trading you are using? did i have to make a change? > > Could you...

the class Arguments is not in elegantrl/train/config.py anymore. so this cause the error : ----> 7 from elegantrl.train.config import Arguments