While running the Actor-Crtic Experiment, "the Pre-Training Critic with fixed Actor", the program stops expectedly after saying the replay buffer isnt loaded enough yet.
The error code is actually this:
W0618 13:04:57.966608 140700510074624 replay_buffer.py:156] Bucket input queue is empty when calling next_batch. Bucket queue size: 0, Input queue size: 0
I0618 13:04:57.967000 140700510074624 run_summarization.py:481] replay buffer not loaded enough yet...
^C
I have had a look at the summarization file and online but I really dont know how to fix this. I noticed it also occurs during the Training with true Q estimates.
@yaserkl Can you please help me out?
While running the Actor-Crtic Experiment, "the Pre-Training Critic with fixed Actor", the program stops expectedly after saying the replay buffer isnt loaded enough yet.
The error code is actually this:
W0618 13:04:57.966608 140700510074624 replay_buffer.py:156] Bucket input queue is empty when calling next_batch. Bucket queue size: 0, Input queue size: 0
I0618 13:04:57.967000 140700510074624 run_summarization.py:481] replay buffer not loaded enough yet...
^C
I have had a look at the summarization file and online but I really dont know how to fix this. I noticed it also occurs during the Training with true Q estimates.
@yaserkl Can you please help me out?