Skip to content

Commit

Permalink
Update train_rl_controller.py
Browse files Browse the repository at this point in the history
Changing a minor linting problem
  • Loading branch information
Federico-PizarroBejarano authored Jan 25, 2024
1 parent bf5282c commit 9439685
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions safe_control_gym/experiments/train_rl_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from safe_control_gym.utils.configuration import ConfigFactory
from safe_control_gym.utils.plotting import plot_from_logs
from safe_control_gym.utils.registration import make
from safe_control_gym.utils.utils import (mkdirs, set_device_from_config,
set_seed_from_config)
from safe_control_gym.utils.utils import mkdirs, set_device_from_config, set_seed_from_config


def train():
Expand Down

0 comments on commit 9439685

Please sign in to comment.