rfwarn / ASCII_LLM_Maze

Good test for LLMs to see how they navigate.
GNU General Public License v3.0
1 stars 1 forks source link

Move results returned incrementally #3

Closed rfwarn closed 4 months ago

rfwarn commented 10 months ago

When a move is made, the move results are returned incrementally. Ideally, they should be returned all at once especially if an LLM has a direct interface with this.

rfwarn commented 4 months ago

Updated program to incorporate this and return outputs for external use.