问题描述

使用gym时遇到报错AttributeError: 'EntryPoints' object has no attribute 'get'

解决方案

参考ISAAC GYM TUTORIALS : AttributeError ‘EntryPoints’ object has no attribute ‘get’中提到的解决方案:将importlib-metadata降级到v5.0.0以下。具体指令参考’EntryPoints’ object has no attribute ‘get’ error [Solved]

pip install "importlib-metadata<5.0"

问题解决。

参考

1、https://forums.developer.nvidia.com/t/isaac-gym-tutorials-attributeerror-entrypoints-object-has-no-attribute-get/245886
2、https://bobbyhadz.com/blog/entrypoints-object-has-no-attribute-get

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐