Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Aug 4, 2021
1 parent 46efb27 commit f531595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pl_bolts/models/rl/per_dqn_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from pl_bolts.losses.rl import per_dqn_loss
from pl_bolts.models.rl.common.memory import Experience, PERBuffer
from pl_bolts.models.rl.dqn_model import DQN
from pl_bolts.utils import _PL_GREATER_EQUAL_1_4


class PERDQN(DQN):
Expand Down

0 comments on commit f531595

Please sign in to comment.