duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
52 stars 19 forks source link

ModuleNotFoundError: No module named 'gym_duckietown' #207

Closed zhaoworking closed 4 years ago

zhaoworking commented 4 years ago

(gymlab) zhao@ubuntu:~/gym-duckietown-master/learning$ python -m reinforcement.pytorch.train_reinforcement Traceback (most recent call last): File "/home/zhao/anaconda3/envs/gymlab/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/zhao/anaconda3/envs/gymlab/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/zhao/gym-duckietown-master/learning/reinforcement/pytorch/train_reinforcement.py", line 11, in <module> from utils.env import launch_env File "/home/zhao/gym-duckietown-master/learning/utils/env.py", line 2, in <module> import gym_duckietown ModuleNotFoundError: No module named 'gym_duckietown' When i was testing the train_reinforcement.py on Ubuntu16 , just found that problem No module named 'gym_duckietown' . Where is the gym_duckietown.py? I can't find it in my OS directory.