Evil Mutant Blobs From Outer Space!

Something involving GA's. Currently working on sprite engine.

Awards

Give this entry an award

Diary Entries

A man with a .plan!

So, genetic algorithms. Bits describe connection weights for AI MM. 100 States seems adequate.

The player moves around a maze hunting blobs. The blobs will do something. If they collide with the player, they will harm him. Blobs come in waves? Or do they spawn directly off of 'successful' blobs?

4 comments

dfa.py

Working on dfa.py

We're going to have a Markov Model be a descendent of a regular DFA with an overridden transition function (that essentially acts as a gate keeper)

Each Node in the DFA will keep track of:
  -Transition Functions
  -User Data

Add a comment