Suggest me any open source based platform/IDE/framework/toolkit for developing intelligent agent. I don’t have any background in this area, would like to use a tool or any tutorial in building intelligent agent.
Suggest me any open source based platform/IDE/framework/toolkit for developing intelligent agent. I don’t have
Share
If you don’t have any background at all, I suggest you start with something simple.
I had quite a good experience with dmangame, a simple Python engine where you can script the behaviour of agents.
The good point is that the installation is very simple, you know where to code your Python scripts for AI, there is a nice API for it. And you’ve got a nice graphical interface to see directly what you code.
Edit : By the way, look at this similar question