Python——gym运行错误‘function‘ object has no attribute ‘Viewer‘解决方案
Posted Starzkg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python——gym运行错误‘function‘ object has no attribute ‘Viewer‘解决方案相关的知识,希望对你有一定的参考价值。
问题描述
‘function‘ object has no attribute ‘Viewer‘
问题分析
gym破坏性升级,版本不兼容。
解决方案
方法一:
Python Gym ImportError cannot import name ‘rendering‘ from ‘gym.envs.classic_control‘
方法二:
把gym
改到0.15.4版本
pip install gym=0.15.4
参考文章
创作打卡挑战赛 赢取流量/现金/CSDN周边激励大奖以上是关于Python——gym运行错误‘function‘ object has no attribute ‘Viewer‘解决方案的主要内容,如果未能解决你的问题,请参考以下文章
Python——gym运行错误‘function‘ object has no attribute ‘Viewer‘解决方案
Python——gym运行错误‘function‘ object has no attribute ‘Viewer‘解决方案