@Robodoc, > This runs in just 1-2 seconds, and that is...

« Back

427 days, 7 hours, 25 minutes ago
View whisperer's profile
whisperer
@Robodoc, > This runs in just 1-2 seconds, and that is...Write Reply
@Robodoc,

> This runs in just 1-2 seconds, and that is with some built-in delay for visual effect and to wait for communication with the Nu server. The memory usage should be tiny.

Nice. That's "light" enough to be a viable AI on the server, if its stable.

> It runs in javascript like the other plugins.

That's a serious task for JavaScript.

I wasn't aware that you had written it as a plugin. I was thinking that a Python (just as an example - there's lots of good AI open-source code for Python) stand-alone program would be better and easier. You could also break the code up into modules, making it easier to maintain and extend.

The real complexity (memory and speed increases) comes when you start adding complex strategies and the ability to learn from its mistakes.