Skip to content

Commit

Permalink
Apply isort to half_cheetah
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion committed Oct 22, 2023
1 parent 4fcfaa7 commit f5022d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pyrado/pyrado/environments/mujoco/openai_half_cheetah.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
import os.path as osp
from typing import Optional

import mujoco
import numpy as np
from init_args_serializer import Serializable
import mujoco

import pyrado
from pyrado.environments.mujoco.base import MujocoSimEnv
Expand Down

0 comments on commit f5022d4

Please sign in to comment.