PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.24k stars 819 forks source link

请问这个错误该如何处理(新手,求详细) #933

Closed QIU1015 closed 2 years ago

QIU1015 commented 2 years ago

AssertionError Traceback (most recent call last)

in () 18 import turtle 19 import numpy as np ---> 20 assert gym.__version__ == "0.18.0", "[Version WARNING] please try `pip install gym==0.18.0`" 21 # turtle tutorial : https://docs.python.org/3.3/library/turtle.html 22 AssertionError: [Version WARNING] please try `pip install gym==0.18.0`
TomorrowIsAnOtherDay commented 2 years ago

这不是提示很明显了吗?执行下面的安装命令。 pip install gym==0.18.0