Monday, March 21, 2011

Programming Robocup server agent in Erlang?

I am planning to build an application for demonstrating the usefulness/applicability of Erlang(functional language) in Multi-agent Systems(MAS). For more information go to MAS and Multiagent Systems: A Survey.
I am implementing Robocup Soccer Simulator agents in Erlang. The architecture is taken from this paper.

----
Note: The motive behind this post is to share information with all people who are interested in Erlang and to get a feedback regarding my approach & coding style.

I will update this post as frequently as possible.

Thanks for reading the post.