FinRL icon indicating copy to clipboard operation
FinRL copied to clipboard

elegantrl DRLAgent: cannot import name 'Arguments' from 'elegantrl.train.config'

Open rrozb opened this issue 1 year ago • 2 comments

Describe the bug It appears that elegantrl.train.configdoesnt contain class 'Arguments'.

To Reproduce Steps to reproduce the behavior:

  1. 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'

rrozb avatar Aug 24 '23 13:08 rrozb

Consider freezing version in requirements

rrozb avatar Aug 24 '23 13:08 rrozb

Is this problem solved? image

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.

krishdotn1 avatar Dec 05 '23 07:12 krishdotn1