add rl module
This commit is contained in:
@@ -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
Reference in New Issue
Block a user