Skip to content

Commit

Permalink
fix(nyz): fix deque buffer wrapper PER bug (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Feb 20, 2023
1 parent 0b4180c commit 1e6f503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ding/data/buffer/deque_buffer_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(
self.buffer.use(
PriorityExperienceReplay(
self.buffer,
self.cfg.replay_buffer_size,
IS_weight=self.cfg.priority_IS_weight,
priority_power_factor=self.cfg.priority_power_factor,
IS_weight_power_factor=self.cfg.IS_weight_power_factor,
Expand Down

0 comments on commit 1e6f503

Please sign in to comment.