instadeepai / marl-eval

A tool for aggregating and plotting MARL experiment data.
https://sites.google.com/view/marl-standard-protocol/home
Apache License 2.0
61 stars 6 forks source link

Fix typos and add codespell pre-commit hook #42

Closed BioGeek closed 10 months ago

BioGeek commented 11 months ago

What?

This PR fixes typos and adds a codespell pre-commit hook.

Why?

Because there were typos in the repsoitory.

How?

I found the typos by running codespell on the repository.

Extra

To catch typos faster in the future, I added a codespell pre-commit hook. I also: