jax support added/multiinput

This commit is contained in:
David Brazda
2023-12-26 18:25:25 +01:00
parent 17b9859a73
commit 77faa919c0
4 changed files with 85 additions and 48 deletions

View File

@ -1,3 +1,5 @@
import os
os.environ["KERAS_BACKEND"] = "jax"
from v2realbot.strategy.base import StrategyState
from v2realbot.strategy.StrategyOrderLimitVykladaciNormalizedMYSELL import StrategyOrderLimitVykladaciNormalizedMYSELL
from v2realbot.enums.enums import RecordType, StartBarAlign, Mode, Account, Followup
@ -15,7 +17,6 @@ import numpy as np
#from icecream import install, ic
from rich import print as printanyway
from threading import Event
import os
from traceback import format_exc
def initialize_dynamic_indicators(state):