rlberry icon indicating copy to clipboard operation
rlberry copied to clipboard

Coding Style: use type hints

Open eleurent opened this issue 4 years ago • 0 comments

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.

eleurent avatar Nov 26 '20 16:11 eleurent