google-deepmind / acme

A library of reinforcement learning components and agents
Apache License 2.0
3.52k stars 426 forks source link

Use typing.Mapping instead of collections.abc.Mapping #251

Open ethanluoyc opened 2 years ago

ethanluoyc commented 2 years ago

Annotation with collections.abc.Mapping does not work with python3.8.