Closed mircohacker closed 5 years ago
This PR assumes this git repo is cloned into a directory named laser_hockey_env.
With this PR it is possible to write something like this
import laser_hockey_env gym.make("LaserHockey-v0")
You are importing lh_environment, which is not generic
This PR assumes this git repo is cloned into a directory named laser_hockey_env.
With this PR it is possible to write something like this