gpt4 book ai didi

python - 在 headless 健身房 jupyter Python 2.7 中获取 "AttributeError: ' ImageData' 对象没有属性 'data'"

转载 作者:行者123 更新时间:2023-12-04 01:37:53 29 4
gpt4 key购买 nike

我正在尝试在 headless 服务器中运行健身房并在 jupyter 中呈现相同的内容。 Python 2.7 版。

我已经使用 xvfb-run -a -s "-screen 0 1400x900x24" jupyter notebook 启动了 jupyter

下面是我运行的 Jupyte 单元。

import matplotlib.pyplot as plt
import gym
from IPython import display
%matplotlib inline

env = gym.make('CartPole-v0')
env.reset()

plt.imshow(env.render(mode='rgb_array'))
display.display(plt.gcf())
display.clear_output(wait=True)
env.step(env.action_space.sample()) # take a random action

env.close()

但我得到的错误如下:
AttributeError: 'ImageData' object has no attribute 'data'

enter image description here

我在论坛上搜索了很多,但找不到解决方案。提前感谢帮助我修复这个错误并让我在 jupyter notebook 中渲染健身房。

最佳答案

我遇到了同样的问题。安装 pyglet-v1.3.2而不是 v1.4.1为我解决了这个问题。

关于python - 在 headless 健身房 jupyter Python 2.7 中获取 "AttributeError: ' ImageData' 对象没有属性 'data'",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56946417/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com