Page 1 of 1

Fizz Buzz Zero!

Posted: Thu Jan 23, 2020 5:10 am
by xela
https://github.com/ymgaq/FizzBuzzZero

I'm not surprised that it was easy to train this model, but I'm oddly pleased that someone took the trouble to check.

Re: Fizz Buzz Zero!

Posted: Thu Jan 23, 2020 9:41 am
by Kirby
Could do tic-tac-toe next, I suppose

Re: Fizz Buzz Zero!

Posted: Thu Jan 23, 2020 12:39 pm
by Bill Spight
How Sonoda might view Fizz Buzz. :)
Click Here To Show Diagram Code
[go]$$
$$ +-------------+
$$ | . . . . . . |
$$ | . . . . . . |
$$ | . . . . . . |
$$ | . . . . . . |
$$ +-------------+
$$ {AR 1:1 4:4}
$$ {AR 4:4 6:2}
$$ {AR 6:2 5:1}
$$ {AR 5:1 2:4}
$$ {AR 2:4 1:3}
$$ {AR 1:3 3:1}
$$ {AR 3:1 6:4}[/go]