RL training
This commit is contained in:
@ -6,6 +6,8 @@ This package contains utility functions and classes used in the neural network t
|
||||
- Data Interface: Connects to realtime trading data and processes it for the neural network models
|
||||
"""
|
||||
|
||||
from NN.utils.data_interface import DataInterface
|
||||
from .data_interface import DataInterface
|
||||
from .trading_env import TradingEnvironment
|
||||
from .signal_interpreter import SignalInterpreter
|
||||
|
||||
__all__ = ['DataInterface']
|
||||
__all__ = ['DataInterface', 'TradingEnvironment', 'SignalInterpreter']
|
Reference in New Issue
Block a user