gametechmods
Robot Arena => Discussion => Topic started by: Stagfish on July 07, 2010, 11:16:41 AM
-
His AI confuses me, why is it called snow? and what is this
#if poo:
#a= str([blah])
#output1 = file("adaptiveAI.txt", "w")
#output1.write(a)
#output1.close
Seism can do a crap?
-
Seism 13 moves it's wedges according to opponent (if he already fought an opponent that got under it, it will move it's wedges)
Go and lurk into the BBEANS5 brackets and videos thread, at the end. Click explained most things about it.
-
It's all commented out (#), so it's probably debug code, which dumps the content of blah to a file called adaptiveai.txt.
-
I was about to write that
in Python anything on a line after a # symbol will be ignored
its a good way to remove things without actually deleting them (so If you break it you can undo but removing it)
-
It's all commented out (#), so it's probably debug code, which dumps the content of blah to a file called adaptiveai.txt.
Hmm, I actually knew that from past experience.
-
why is it called snow?
It was originally made for a bot called Snowblind, which was a poker with adjustable wedges. As I recall it wasn't very effective and FB never totally finished it. Then he made Seism 13 and used the same AI, which is why it's called Snow.
-
I always assumed you had used Snow as some sort of codename or something. Could we maybe see Snowblind?
-
Dunno if it still exists, I'll see if it's on my computer...