mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update imports of custom model
This commit is contained in:
parent
25e041b98e
commit
f21dbbd8bb
|
@ -166,7 +166,8 @@ As you begin to modify the strategy and the prediction model, you will quickly r
|
|||
|
||||
```python
|
||||
from freqtrade.freqai.prediction_models.ReinforcementLearner import ReinforcementLearner
|
||||
from freqtrade.freqai.RL.Base5ActionRLEnv import Base5ActionRLEnv
|
||||
from freqtrade.freqai.RL.Base5ActionRLEnv import Actions, Base5ActionRLEnv, Positions
|
||||
|
||||
|
||||
class MyCoolRLModel(ReinforcementLearner):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user