DeepRL-Agents
DeepRL-Agents copied to clipboard
How to do twice training session for the same buffer
My problem is actually creating some buffer but what stoped me boils down to not being able to do two training session if it is the same buffer the first one succed the second one don't for example v_l,p_l,e_l,g_n,v_n = self.train(episode_buffer,sess,gamma,0.0) v_l,p_l,e_l,g_n,v_n = self.train(episode_buffer,sess,gamma,0.0)
I get this error
Exception in thread Thread-144:
Traceback (most recent call last):
File "C:\Users\PC\Miniconda3\envs\nnseries\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "C:\Users\PC\Miniconda3\envs\nnseries\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "