I seem to be unable to register a new gym environment. I received this error in unit 2, but just pushed on anyway. Now, I am having the same error in unit 5. I have double checked everything and copied most if not all of the code directly. After looking into some other posts, someone mentioned using
from openai_ros.openai_ros_common import StartOpenAI_ROS_Environment
However, I get the following error:
ModuleNotFoundError: No module named ‘openai_ros.openai_ros_common’
Please help me with this.
Thanks.