You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think that this code line and especially DRL_prediction call needs to be changed.
df_account_value, df_actions = DRLAgent.DRL_prediction(model=trained_sac, test_data = trade, test_env = env_trade, test_obs = obs_trade)
As in the library the declaration of the function is like this def DRL_prediction(model, environment):
Thank you in advance
`
The text was updated successfully, but these errors were encountered:
Hi everyone,
i think that this code line and especially DRL_prediction call needs to be changed.
df_account_value, df_actions = DRLAgent.DRL_prediction(model=trained_sac, test_data = trade, test_env = env_trade, test_obs = obs_trade)
As in the library the declaration of the function is like this
def DRL_prediction(model, environment):
Thank you in advance
`
The text was updated successfully, but these errors were encountered: