Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Use GoalEnv from gym_robotics(see openai/gym#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-naumann authored and m-stoll committed Feb 21, 2022
1 parent 1a04c6a commit dc9a90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion highway_env/envs/parking_env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from gym.envs.registration import register
from gym import GoalEnv
from gym_robotics import GoalEnv
import numpy as np

from highway_env.envs.common.abstract import AbstractEnv
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ setup_requires=
pytest-runner
install_requires=
gym
gym-robotics
numpy
pygame
matplotlib
Expand Down

0 comments on commit dc9a90d

Please sign in to comment.