In Python 3.7, it shows the following warning
gym/envs/registration.py:14: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
result = entry_point.load(False)
I think it needs to pass args when require=False
The related source code in pkg_resources is here
Seeing same warning. Any solutions?
Env: windows 10.
Python 3.6.6
This is fixed in PR #942, but has yet to be merged into the main branch.
Most helpful comment
This is fixed in PR #942, but has yet to be merged into the main branch.