google-deepmind / bsuite

bsuite is a collection of carefully-designed experiments that investigate core capabilities of a reinforcement learning (RL) agent
Apache License 2.0
1.51k stars 181 forks source link

Importing ABC directly from collections will be removed in Python 3.10 #26

Closed tirkarthi closed 3 years ago

tirkarthi commented 4 years ago

Use collections.abc instead

bsuite/logging/logging_utils.py
76:  if not isinstance(path_collection, collections.Mapping):
iosband commented 3 years ago

Thanks!

tirkarthi commented 3 years ago

The PR fixing the issue is still open. Is the issue fixed in some other branch?