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
in the examples/demo_FinRL_ElegantRL_China_A_shares.py is StockTradingEnv using. In the line 607 the method env.render() is called, but there is no method named "render()" in this environment. This is why you get an error running this script. Could you please fix or describe, what should be done at this place.
Thank you very much!
The text was updated successfully, but these errors were encountered:
env.render() seems to have the aim to visualize the environment, but not implemented yet. In the example it shouldn't be that important. You can switch it off by setting if_render=False in the line 705.
Hello,
in the examples/demo_FinRL_ElegantRL_China_A_shares.py is StockTradingEnv using. In the line 607 the method env.render() is called, but there is no method named "render()" in this environment. This is why you get an error running this script. Could you please fix or describe, what should be done at this place.
Thank you very much!
The text was updated successfully, but these errors were encountered: