Git Product home page Git Product logo

wumpus-world's Introduction

AI Project: Wumpus World

에이전트가 처한 환경

탐험하는 에이전트가 처한 환경은 4×4 격자로 구성되어 있으며, (1,1) 격자는 안전하다(safe)고 가정한다. 4×4 격자 세계(Grid World)의 고정된 위치에 금 (gold), wumpus 괴물 및 웅덩이(pitch)가 존재한다. wumpus 괴물 및 웅덩이 가 발생할 확률은 각각의 격자에서 독립적이며, 0.10으로 가정한다. 에이전트 가 금을 획득하여 [1,1] 격자로 되돌아오면 탐험은 종료된다.

에이전트의 센서 입력

[ Stench, Breeze, Glitter, Bump, Scream ]

에이전트가 취할 수 있는 행동

[ GoForward, TurnLeft, TurnRight, Grab, Shoot, Climb ]

에이전트의 기본값

에이전트는 안전한 (1,1) 격자에서 출발한다. 즉, (1,1) 격자에는 wumpus 괴 물과 웅덩이가 존재하지 않으며, 금 역시 존재하지 않는다. 에이전트는 처음에 동쪽(East)을 향하고 있으며, 화살을 총 2개 가지고 있다.

wumpus-world's People

Contributors

seongil99 avatar

Watchers

 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.