MicroMacro Documentation updates

Posted 2018-09-25 00:30:29 by elverion

Today I am announcing the new & improved documentation for MicroMacro 2.0. The new docs greatly improve the user experience, look & feel nicer, include updated information and more examples, no longer rely on a cruddy wiki, and best of all make my job of adding to it and updating easier.

More information, examples, and tutorials will continue to be rolled out. It should currently serve well enough to be used for reference information but do keep in mind that things are still subject to change.

https://solarstrike.net/docs/micromacro

Serial communication module added to MicroMacro

Posted 2018-02-27 01:43:58 by elverion

As of version 1.97, MicroMacro will now be able to handle reading and writing data to serial ports. This isn't the most interesting of news and I'm sure very few people will make use of it, but the system is available if you wish to use it.

You can find the documentation in the MicroMacro docs. If you find an interesting way to make use of it, please let us know about your project by posting about it in the forum!

Neural Network library

Posted 2018-02-17 01:25:57 by elverion

Today I pushed up some fixes for the Neural Network library that will be included with future versions of MicroMacro. You can find the files for that in the Git repo if you would like to experiment, though it is quite rudimentary and only supports back propagation type machine learning. You can find documentation for it on the wiki.

What this could be used for, I'll admit I have only have vague ideas. I suppose for those MMO bots, a neural network could be used to select the best course of action (attack, defend, run away, heal, etc.) during combat, or perhaps can be used in combination with path finding to "learn" how to deal with various obstacles; all kinds of interesting topics that will need to be explored.

For now, I've only been able to use it for small scale tests; my larger (and therefor more interesting) test didn't pan out too well. I guess optical character recognition (OCR) was a bit too complicated. Or perhaps it was an issue with how I was trying to feed data into it. Or extract results from it..

Anyways, I'll need to find a better way to demo this library for you guys. Be sure to check back occasionally to see if there's any news to report on that front.

Website updates - 1/7/2018

Posted 2018-01-07 21:41:28 by elverion

Sorry about the website being unavailable for so long. Some much needed updates were installed during the down-time. Everything should be back up and running smoothly now.