duckietown / gym-duckietown

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

(AttAttibuteError: module 'reinforcement.pytorch.train_reinforcement' has no attribute '__path__' #203

Closed zhaoworking closed 4 years ago

zhaoworking commented 4 years ago

`(gymlab) zhao@zhao-virtual-machine:~/gym/gym-duckietown/learning$ python -m reinforcement.pytorch.train_reinforcement.py INFO:gym-duckietown:gym-duckietown 2019.0.0

INFO:gym-duckietown:Registering gym environment id: Duckietown-udem1-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-4way-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-loop_obstacles-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-small_loop_cw-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-loop_dyn_duckiebots-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-zigzag_dists-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-loop_pedestrians-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-small_loop-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-loop_empty-v0 INFO:gym-duckietown:Registering gym environment id: Duckietown-straight_road-v0 /home/zhao/anaconda3/envs/gymlab/bin/python: Error while finding module specification for 'reinforcement.pytorch.train_reinforcement.py' (AttributeError: module 'reinforcement.pytorch.train_reinforcement' has no attribute 'path')` When i was testing the train_reinforcement with RL, i found this problem. Can u help me?