Skip to content

Commit

Permalink
Automated format fixes (autopep8 + isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 authored and actions-user committed Mar 10, 2022
1 parent 9e6ea93 commit 0c02db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sinergym/utils/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from stable_baselines3.common.env_util import is_wrapped
from stable_baselines3.common.vec_env import VecEnv, sync_envs_normalization

from sinergym.utils.wrappers import LoggerWrapper, NormalizeObservation
from sinergym.utils.evaluation import evaluate_policy
from sinergym.utils.wrappers import LoggerWrapper, NormalizeObservation


class LoggerCallback(BaseCallback):
Expand Down
2 changes: 1 addition & 1 deletion sinergym/utils/evaluation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Custom policy evaluations for Evaluation Callbacks."""

from itertools import accumulate
import warnings
from itertools import accumulate
from typing import Any, Callable, Dict, Optional, Union

import gym
Expand Down

0 comments on commit 0c02db3

Please sign in to comment.