Git Product home page Git Product logo

agents-bdi's Introduction

Agents-BDI

Simulation of simple Multi-Agent system where the agents are using Belief-Desire-Intention architecture.

It's the first assignment for the course Multiagent Systems (AE4M36MAS) at FEE CTU.

Problem description

  • three blue agents have to visit the four locations {[2,2], [27,2], [27,27], [2,27]} indicated in red in the picture
  • the environment is a 30×30 grid with a blocked central area and a system of fences that can be opened using the corresponding switch
  • the switch is activated if an agent stands next to it
  • the agents have a limited visibility range
  • the solution of the assignment will be tested on a map with different configuration of fences (so it is not possible to hard code fences positions)

The environment

Environment description

  • Grid 30×30 (top-left corner has coordinates [0, 0])
  • Obstacles in the form of straight fences
  • A fence is opened if some agent stands at the switch, otherwise it is closed
  • A fence always connects the inner and outer square
  • A switch is always located at the outer border of the grid
  • There is at least 3 fields space between the fences
  • An agent is able to move on 8 neighbouring fields (north, south, east, west, northeast, northwest,…)

agents-bdi's People

Contributors

mudrutom avatar

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.