Minor fixes for #47
This commit is contained in:
@@ -63,7 +63,7 @@ class AlohaEnv(AbstractEnv):
|
||||
|
||||
def _make_env(self):
|
||||
if not _has_gym:
|
||||
raise ImportError("Cannot import gym.")
|
||||
raise ImportError("Cannot import gymnasium.")
|
||||
|
||||
if not self.from_pixels:
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user