You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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. )
The text was updated successfully, but these errors were encountered:
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 importfrom elegantrl.train.config import Arguments
Arguments
was sadly removed from ElegantRL in the commit: 003572d9Some Pics:
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. )
The text was updated successfully, but these errors were encountered: