Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 16, 2024
1 parent 9cbe008 commit 545bcc0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sota-implementations/td3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@
)
from torchrl.envs.libs.gym import GymEnv, set_gym_backend
from torchrl.envs.utils import ExplorationType, set_exploration_type
from torchrl.modules import (
AdditiveGaussianModule,
MLP,
TanhModule,
ValueOperator,
)
from torchrl.modules import AdditiveGaussianModule, MLP, TanhModule, ValueOperator

from torchrl.objectives import SoftUpdate
from torchrl.objectives.td3 import TD3Loss
Expand Down

0 comments on commit 545bcc0

Please sign in to comment.