add rl module
This commit is contained in:
parent
70b25461f0
commit
ecd1f55abc
@ -21,7 +21,7 @@ from freqtrade.persistence import Trade
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
class ReinforcementLearningModel(IFreqaiModel):
|
class ReinforcementLearning(IFreqaiModel):
|
||||||
"""
|
"""
|
||||||
User created Reinforcement Learning Model prediction model.
|
User created Reinforcement Learning Model prediction model.
|
||||||
"""
|
"""
|
||||||
|
0
freqtrade/freqai/rl/BaseRLAgent.py
Normal file
0
freqtrade/freqai/rl/BaseRLAgent.py
Normal file
0
freqtrade/freqai/rl/__init__.py
Normal file
0
freqtrade/freqai/rl/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user