GithubHelp home page GithubHelp logo

agentcontest / massim_2020 Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 8.0 42.87 MB

Simulation platform for the Multi-Agent Programming Contest 2020/21

Home Page: https://multiagentcontest.org/2020

License: GNU Affero General Public License v3.0

Python 1.02% Java 81.62% JavaScript 0.13% TypeScript 14.45% CSS 1.86% HTML 0.28% ASL 0.10% Shell 0.07% Dockerfile 0.47% Prolog 0.01%

massim_2020's People

Contributors

cehberlin avatar dependabot[bot] avatar jonas-weile avatar niklasf avatar sarahd93 avatar t-ah avatar tabajarakrausburg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

massim_2020's Issues

First steps

Ciao.

We are (brand) new to this contest so .... bear with us!
We have downloaded the latest binaries and started the server:

               java -jar server-2020-1.0-jar-with-dependencies.jar --monitor

Our conf file looks like this:

{
"scenario": "assemble2020",
"host": "127.0.0.1",
"port": 12300,
"scheduling": false,
"only-once": true,
"timeout": 3000,
"times": false,
"notifications": false,
"queued": false,
"entities": [
{
"name": "connectionA1",
"username": "agentA1",
"password": "abc",
"print-iilang": false,
"print-json": true
},
{
"name": "connectionA1",
"username": "agentA2",
"password": "xyz",
"print-iilang": false,
"print-json": true
}
]
}

When trying to connect and authenticate, we are unable to do so.

image

We are not sure how the server should be set up and test it. There is nothing useful under the logs folder.

Any pointers/advice is appreciated.

Thanks in advance.

Possible Issue with detection of agent movement

Hi,
I am playing with the new edition, and it seems like a very nice problem.

However, it seems that the agents percepts of things do not update correctly (i could be wrong).

The case I have identified can be replicated by using agents agentA1 and agentA2 in the first round on the sample scenario. When one of the agents moves, the other agent does not notice the movement. The images attached are a screenshot of part of the perceive message for a step some time after agentA2 moves east one square. The percept message does not seem to reflect this...

Could you please confirm whether or not this is something I am not understanding...

Many thanks,

Rem

Partial output of the percept message of agentA1:

agentA1

Partial output of the percept message of agentA2:

agentA2

Task boards

  • agents have to pickup tasks at task boards
  • boards should be "far away" from goal zones
  • agents can only hold 1 task at a time
  • only an agent holding the task can submit it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.