EthanCodesss
Results
3
comments of
EthanCodesss
Me too! I have the same question.
> Hi: > I found a bug in [this line](https://github.com/openai/baselines/blob/9ee399f5b20cd70ac0a871927a6cf043b478193f/baselines/deepq/replay_buffer.py#L109) in replay_buffer.py. Since [this line](https://github.com/openai/baselines/blob/9ee399f5b20cd70ac0a871927a6cf043b478193f/baselines/common/segment_tree.py#L73) in common/segment_tree.py has already subtracted 1 of 'end', the recursion will run forever when end=0...
See #415.