pycharm出现gym.error.DeprecatedEnv: Env Pendulum-v0 not found (valid versions include [‘Pendulum-v1‘])

问题

使用gym包的时候,遇到了下面这样的问题:找不到对应的版本。

 for external in metadata.entry_points().get(self.group, []):
Traceback (most recent call last):
  File "E:\Soft\miniconda\envs\py\lib\site-packages\gym\envs\registration.py", line 158, in spec
    return self.env_specs[id]
KeyError: 'Pendulum-v0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:/Papers/202111/tianshou-0.4.4/test/continuous/test_ppo.py", line 191, in <module>
    test_ppo()
  File "E:/Papers/202111/tianshou-0.4.4/test/continuous/test_ppo.py", line 58, in test_ppo
    env = gym.make(args.task)
  File "E:\Soft\miniconda\envs\py\lib\site-packages\gym\envs\registration.py", line 235, in make
    return registry.make(id, **kwargs)
  File "E:\Soft\miniconda\envs\py\lib\site-packages\gym\envs\registration.py", line 128, in make
    spec = self.spec(path)
  File "E:\Soft\miniconda\envs\py\lib\site-packages\gym\envs\registration.py", line 187, in spec
    id, matching_envs
gym.error.DeprecatedEnv: Env Pendulum-v0 not found (valid versions include ['Pendulum-v1'])

Process finished with exit code 1

解决办法

之前跑‘CartPole-v0’的task是可以运行的,所以,说明我的gym没有问题。只要把Pendulum-v0改成Pendulum-v1就可以跑了(问题主要就是版本的问题)

评论 9
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值