Kismuz / btgym

Scalable, event-driven, deep-learning-friendly backtesting library
https://kismuz.github.io/btgym/
GNU Lesser General Public License v3.0
981 stars 259 forks source link

guided_a3c example no longer works after update #64

Closed ALevitskyy closed 5 years ago

ALevitskyy commented 5 years ago

This is the problem:

btgym/research/verbose_env_runner.py", line 57, in VerboseEnvRunnerFn last_action = np.zeros(env.action_space.n) AttributeError: 'ActionDictSpace' object has no attribute 'n'

Kismuz commented 5 years ago

@ALevitskyy , fixed; some rendering temporaly disabled though; sorry for late rep - been busy repairing my broken workstation.