Giter Site home page Giter Site logo

Agent class about deductive_systems HOT 2 CLOSED

Tadele01 avatar Tadele01 commented on August 18, 2024
Agent class

from deductive_systems.

Comments (2)

Tadele01 avatar Tadele01 commented on August 18, 2024

what makes you think to use room_id instead of actual coordinate points to implement agents's movements and also to represent a room(grid) in the world ?

from deductive_systems.

joejnke avatar joejnke commented on August 18, 2024

why do agent have its own version of grid ?

why do not agent use already created grid in world class?

Room: A knowledge container to implement the concept of a single room in a world's grid.
It will keep record of every knowledge(state) of a room.

The grid is a set of rooms in the world containing all the information about the world like the room where the wumpus is, the rooms where the pits are found, the room where the gold is and othere related knowledge. So this grid has to be maintained only by the world, other wise every thing will be known and the agent doesn't need to be smart. So, the agent needs to find out and deduce the knowledge in this grid and build its own grid. This means the agent will find out the room where the wumpus is, the rooms where the pits are found, the room where the gold is and othere related knowledge using its intelligence on the perception history and the model (the model is shared with the agent unlike the grid).

what makes you think to use room_id instead of actual coordinate points to implement agents's movements and also to represent a room(grid) in the world ?

ofcourse the room_id is a coordinate point not a single number.

from deductive_systems.

Related Issues (12)

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.