Skip to content

Commit

Permalink
ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Schumacher committed Aug 14, 2024
1 parent 3f95996 commit 294bb2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deprl/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import os
import time

import wandb
import yaml

import wandb
from deprl.vendor.tonic import utils


Expand Down
2 changes: 1 addition & 1 deletion deprl/vendor/tonic/environments/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import os
from types import SimpleNamespace

from gymnasium import wrappers
import numpy as np
from gymnasium import wrappers

try:
from myosuite.utils import gym
Expand Down
2 changes: 1 addition & 1 deletion examples/example_load_baseline_myosuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

import myosuite # noqa
from myosuite.utils import gym
from deprl import env_wrappers

import deprl
from deprl import env_wrappers

env = gym.make("myoLegWalk-v0", reset_type="random")
env = env_wrappers.GymWrapper(env)
Expand Down

0 comments on commit 294bb2c

Please sign in to comment.