I am trying to begin with the Isaac GYM tutorials : Overview & Getting started, I’ve arrived to the section : Launching Training Examples.
I should have seen the Isaac Sim window as output but instead I’m getting an attribute error :
panthera@s-fretls-pan01p:/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/OmniIsaacGymEnvs/omniisaacgymenvs$ /omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/python.sh scripts/rlgames_train.py task=Cartpole
Traceback (most recent call last):
File “scripts/rlgames_train.py”, line 32, in
from omniisaacgymenvs.utils.rlgames.rlgames_utils import RLGPUAlgoObserver, RLGPUEnv
File “/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/OmniIsaacGymEnvs/omniisaacgymenvs/utils/rlgames/rlgames_utils.py”, line 30, in
from rl_games.common import env_configurations, vecenv
File “/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/lib/python3.7/site-packages/rl_games/common/env_configurations.py”, line 1, in
import rl_games.envs.test
File “/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/lib/python3.7/site-packages/rl_games/envs/test/init.py”, line 1, in
import gym
File “/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/lib/python3.7/site-packages/gym/init.py”, line 13, in
from gym.envs import make, spec, register
File “/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/lib/python3.7/site-packages/gym/envs/init.py”, line 10, in
_load_env_plugins()
File “/omniverse/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/lib/python3.7/site-packages/gym/envs/registration.py”, line 250, in load_env_plugins
for plugin in metadata.entry_points().get(entry_point, ):
AttributeError: ‘EntryPoints’ object has no attribute ‘get’
There was an error running python
Did anyone face the same problem ?
Thank you for your responses