delete import torch in black box wrapper

This commit is contained in:
Hongyi Zhou 2022-11-25 13:31:05 +01:00
parent a9ad1b5287
commit 833f0735ea

View File

@ -2,7 +2,6 @@ from typing import Tuple, Optional, Callable
import gym import gym
import numpy as np import numpy as np
import torch
from gym import spaces from gym import spaces
from mp_pytorch.mp.mp_interfaces import MPInterface from mp_pytorch.mp.mp_interfaces import MPInterface