ml.star: how to force ml.markov to jump to a particular state?

Baek Santarek's icon

I cant figure out how to force ml.markov to jump to a particular state based simply on the state number itself, without using any symbols whatsoever. Do we really have to use symbols for this?

Anyone tried it out?

Matthew Carpenter's icon

I would be interested to know as well. [prob] can receive an integer and jump to that state if that helps.

Baek Santarek's icon

Yeah, [prob] can do it but ml.markov supports arbitrary markov orders (1st, 2nd, 3rd and so on) easily, so I would prefer to use that instead of reinventing the wheel.

Baek Santarek's icon

Does anybody know if there other markov externals that can replace ml.markov?