FinRL
FinRL copied to clipboard
elegantrl DRLAgent: cannot import name 'Arguments' from 'elegantrl.train.config'
Describe the bug
It appears that elegantrl.train.configdoesn
t contain class 'Arguments'.
To Reproduce Steps to reproduce the behavior:
- Run simple script with:
from finrl.agents.elegantrl.models import DRLAgent as DRLAgent_erl
Error I get
ImportError: cannot import name 'Arguments' from 'elegantrl.train.config'
Consider freezing version in requirements
Is this problem solved?
as I saw there is no specific version given for elegantRl in requirments
I'm getting the same error that Arguments class not found in config.