HumanCompatibleAI / overcooked-demo

Web application where humans can play Overcooked with AI agents.
55 stars 25 forks source link

Fix black isort #38

Open alexlichtenstein opened 2 years ago

alexlichtenstein commented 2 years ago

Added black and isort pre-commit github action

micahcarroll commented 2 years ago

Once this is merged, we should probably also add it to the overcooked-ai repo, where it's going to be most relevant after the repo merge

micahcarroll commented 2 years ago

Also, other thing that needs to be done before we can merge this is to have the status checks pass! I would wait for #35 to be merged (and merging master into this branch) before running the formatter for all files.

micahcarroll commented 2 years ago

Actually, we might want to deal with #34 before merging this PR, as the diffs will be much simpler before formatting is applied everywhere.