|
|
|
|
|
by nine_k
338 days ago
|
|
I wonder what would it take to have the decision-making code (planning/movement.cpp) be Lua, not C++. That would allow to experiment with algorithm variation very quickly, e.g. just updating a file with Lua code, without recompiling and restarting. |
|
Great suggestion! I've created an issue to keep track of this. https://github.com/sushrut141/ketu/issues/8
I will definitely look into this once Ketu gains more traction. REPLit like behaviour would help more people try things out.