Skip to content

emilio/agents

Repository files navigation

Agents practice

Requirements

  • JVM 8+ (version tested: javac 1.8.0_66-internal, OpenJDK Runtime Environment (build 1.8.0_66-internal-b17).
  • Apache Ant

Building

We use Apache Ant as our build tool, and also as our run tool.

To build, a single:

$ ant

Should be enough, and it should download the necessary dependencies and build the application.

Running

To run it you have two options:

$ ant run

Which runs it with just the info required by the statement, saving the debug info in run-debug.txt, and

$ ant run-debug

Which displays all the information to the screen (disclaimer: huge).

About

Multi-agents system work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published