gym-duckietown icon indicating copy to clipboard operation
gym-duckietown copied to clipboard

./manual_control.py --env-name Duckietown-udem1-v0

Open elifasci opened this issue 3 years ago • 1 comments

Traceback (most recent call last): File "./manual_control.py", line 12, in import gym ImportError: No module named gym

Hello, what is this error?

elifasci avatar Jun 22 '21 00:06 elifasci

you have not installed gym.

pip3 install gym

amirhesamyazdi avatar Jul 06 '21 07:07 amirhesamyazdi