Remix.run Logo
sudosysgen 6 days ago

You can do that pretty trivially for any fixed size problem (as in solvable with a fixed-sized tape Turing machine), you'll just have a titanically huge state space. The claim of the LLM folks is that the models have a huge state space (they do have a titanically huge state space) and can navigate it efficiently.

Simply have a deterministic Markov chain where each state is a possible value of the tape+state of the TM and which transitions accordingly.

measurablefunc 6 days ago | parent [-]

How are you encoding the state spaces for the sudoku solver specifically?