On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hello!  Just got my copy, and I've actually been doing some coding with neural networks of my own.  

I noticed that there are only 6 inputs for a creature.  Seems like this would ultimately limit what a creature could ever "learn" resulting in (theoretically) a lot of "stalls"  (ie, creature moves until it gets to a certain position, then simply can't any more).  

What are the odds that we could have a mode where each "joint" is in fact an input, or even a series of inputs (ie: the joint's current Y position, and orientation, for example.)  Also, the "state" of each muscle could be an additional input.  

This would allow for VERY intelligent and complex actions to be learned over time.  For instance, creatures may even be able to learn how to stand back up once they fall down.  

If people are concerned about the additional overhead of the math, it could be a toggleable series of options, maybe?

Love the tool!