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 23, 2022
1 parent b00a752 commit 6f17d2c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions load_agent.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import gym
import sinergym
import argparse

import gym
import numpy as np
from stable_baselines3 import A2C, DDPG, DQN, PPO, SAC, TD3

import sinergym
from sinergym.utils.rewards import ExpReward, LinearReward
from sinergym.utils.wrappers import LoggerWrapper, NormalizeObservation
from sinergym.utils.wrappers import NormalizeObservation, LoggerWrapper
from sinergym.utils.rewards import LinearReward, ExpReward

from stable_baselines3 import A2C, DDPG, DQN, PPO, SAC, TD3

# -------------------------------- Parameters -------------------------------- #

Expand Down

0 comments on commit 6f17d2c

Please sign in to comment.