Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Apr 18, 2024
1 parent 4451f63 commit 7441f79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sota-implementations/dreamer/dreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# mixed precision training
from torch.cuda.amp import GradScaler
from torch.nn.utils import clip_grad_norm_
from torch.profiler import profile, ProfilerActivity, record_function
from torch.profiler import profile, ProfilerActivity
from torchrl._utils import logger as torchrl_logger, timeit
from torchrl.envs.utils import ExplorationType, set_exploration_type
from torchrl.modules import RSSMRollout
Expand Down
1 change: 0 additions & 1 deletion sota-implementations/dreamer/dreamer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
DoubleToFloat,
DreamerDecoder,
DreamerEnv,
DTypeCastTransform,
EnvCreator,
ExcludeTransform,
# ExcludeTransform,
Expand Down

0 comments on commit 7441f79

Please sign in to comment.