This commit is contained in:
Maximilian Huettenrauch 2021-02-19 10:00:26 +01:00
parent dd18a04df6
commit 1e3f036478

View File

@ -9,8 +9,8 @@ from gym.utils import seeding
from alr_envs.utils.utils import angle_normalize from alr_envs.utils.utils import angle_normalize
if os.environ.get("DISPLAY", None): # if os.environ.get("DISPLAY", None):
mpl.use('Qt5Agg') # mpl.use('Qt5Agg')
class SimpleReacherEnv(gym.Env): class SimpleReacherEnv(gym.Env):