当前位置: 代码迷 >> 综合 >> python改错——1.AttributeError: module 'gym' has no attribute 'make'
  详细解决方案

python改错——1.AttributeError: module 'gym' has no attribute 'make'

热度:11   发布时间:2023-12-11 19:06:06.0

我自己在写强化学习代码,起的名字是gym.py,所以在import时就会出现AttributeError: module 'gym' has no attribute 'make'这个错误。

  相关解决方案