rlberry
rlberry copied to clipboard
Coding Style: use type hints
Since the project is in Python 3, it would be nice to enforce the use of type annotations. See the Python documentation, or what it looks like in highway-env. This improves code clarity for the reader and helps the IDE (pycharm) in spotting mistakes in the code.