Does Script Editor not support Environment Wrapper?

I am using Isaac Sim via AWS.

I have no idea how to use python evironment in Isaac sim with AWS so i try to do tutorial in Script Editor.

In Isaac Gym Tutorials, when i use try to run below code

from omni.isaac.gym.vec_env import VecEnvBase

I got the error

ModuleNotFoundError : No module named 'omni.isaac.gym"

also when I try to run below code

from stable_baseline3 import PPO

I got the error

ModuleNotFoundError No module named “stable_baseline3”

Is this problem from aws? or my installation?

I fixed first problem. By making omni.isaac.gym extension enable.

And the second is also solved.
In python environment, I tried

/isaac-sim/kit/python/bin/python3 -m pip install stable_baselines3 -i https://pypi.org/simple

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.