Skip to content

Commit

Permalink
fix import ordering, ran all contributing make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-Schroeder committed Feb 4, 2022
1 parent dc45d4d commit 5ff3145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tianshou/policy/modelfree/pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import torch

from tianshou.data import Batch, ReplayBuffer, to_torch_as, to_torch
from tianshou.data import Batch, ReplayBuffer, to_torch, to_torch_as
from tianshou.policy import BasePolicy
from tianshou.utils import RunningMeanStd

Expand Down

0 comments on commit 5ff3145

Please sign in to comment.