Page 1 of 1

World's Most Robust Automata

Posted: March 22nd, 2021, 11:13 pm
by Fencient
I've been playing around with random inputs and found a few automata that can handle some random input.
robustBarbellr.png
robustBarbellr.png (3.35 KiB) Viewed 1147 times
It can handle two random CENTER cells with the help of a nearby always-on cell. Here's the full python code to load and run this automata:
robustBarbell.py.txt
(499 Bytes) Downloaded 87 times
And here's a double solution to a center always-on cell surrounded by two opposite random cells:
robustmouseandcross.py.txt
(661 Bytes) Downloaded 91 times
Have you come across robust automata? What is the most robust automata that someone's found so far?