Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FinRL_MultiCrypto_Trading example not working due to import error on from agents.elegantrl_models import DRLAgent as DRLAgent_erl #291

Open
roboalex2 opened this issue May 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@roboalex2
Copy link

roboalex2 commented May 4, 2023

Hi,
i am completely new to the world of FinRL and basically just started playing around.

I just tried to run the FinRL-Tutorial Notebook of FinRL_MultiCrypto_Trading. There i run into an import error caused by
from agents.elegantrl_models import DRLAgent as DRLAgent_erl

In FinRL-Meta/agents/elegantrl_models.py i saw that you try to import from elegantrl.train.config import Arguments

Arguments was sadly removed from ElegantRL in the commit: 003572d9

Some Pics:
image
image

Then i tried to resolve this by using commit 03db5bdda409d0b4ce2705340dd5e9be3fd090ee of ElegantRL (before the change).
Just to run into a similar issue with rllib... (I just removed that one from the example though. )
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants