Python3 ImportError:没有名为'reinforcement_learning'的模块

时间:2017-04-24 17:41:11

标签: python importerror

以下代码:

#player2048.py file
from reinforcement_learning.rl.player_lib import Player

给我错误:

ImportError: No module named 'reinforcement_learning'

我的项目文件夹:

This is my project's folder

1 个答案:

答案 0 :(得分:1)

reinforcement_learning文件夹是否有__init__.py

拍摄屏幕的方式可能会被切断......