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
Hey! Great project, really excited about it but having a small problem.
Can't run the agent, env.backtest is causing a problem, so in the trading_env.make function I added the parameter backtest=1, and now the backtest_done is popping up as having to attribute.
This seems to be a problem with threading, from what I can read online.
Has anyone had success beyond the point of this error? Is it a package version I can downgrade?
Hey! Great project, really excited about it but having a small problem.
Can't run the agent, env.backtest is causing a problem, so in the trading_env.make function I added the parameter backtest=1, and now the backtest_done is popping up as having to attribute.
This seems to be a problem with threading, from what I can read online.
Has anyone had success beyond the point of this error? Is it a package version I can downgrade?
Attached my notebook.
trading-gym-andy.zip
no matter what I add to trading_env.make, including backtest_done=0 or 1, it fails to see it as an attribute... wtf!
The text was updated successfully, but these errors were encountered: