abk11

Results 1 issues of abk11

Hi, Running EnvtestStock_RPG.ipynb I get the following error: `--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 14 state=next_state 15 if env.pointer%64==0: ---> 16 agent.train() 17 pv,pp,pw=env.get_summary() 18 total_pv=pv.sum(axis=1) in train(self)...