examples: correcting comment in examples/pd_grid/pd_grid/agent.py#1247
examples: correcting comment in examples/pd_grid/pd_grid/agent.py#1247
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1247 +/- ##
=======================================
Coverage 89.08% 89.08%
=======================================
Files 19 19
Lines 1310 1310
Branches 265 265
=======================================
Hits 1167 1167
Misses 104 104
Partials 39 39 Continue to review full report at Codecov.
|
|
The PR content looks good to me, but the commit message needs to be changed to be in imperative mood.
To save time: you can edit the commit message with |
|
There is a tool that can be used to check the commit message: https://jorisroovers.com/gitlint/. |
|
Thanks @rht! However, gitlint didn't complain about the original commit message. Some specific configuration required? |
|
It should be Hmm, yeah, forgot to say that the gitlint invocation needs some extra config. I will add a gitlint CI hook later. |
|
Merged, thank you! |
The agent gets the move of the best neighbor (not of all neighbors) and adopts it, but only if the other agent performed better than oneself.