Skip to content

Commit

Permalink
removed unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys88 authored Jun 1, 2022
1 parent b3e0611 commit 06a3319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rl_games/algos_torch/sac_agent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from turtle import shape
from rl_games.algos_torch import torch_ext

from rl_games.algos_torch.running_mean_std import RunningMeanStd
Expand Down Expand Up @@ -549,4 +548,4 @@ def train(self):
return self.last_mean_rewards, self.epoch_num
update_time = 0



0 comments on commit 06a3319

Please sign in to comment.