-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
from tensortrade.data.cdd import CryptoDataDownload
will load agents
even if you don't use them
because tensortrade/__init__.py
have: from . import agents
where tensortrade/agents/__init__.py
have from .dqn_agent import DQNAgent, DQNTransition
etc
Got it with unchecked debugger breakpoint in tensortrade/agents/dqn_agent.py
Metadata
Metadata
Assignees
Labels
No labels