Skip to content

PROJECT 02: LOGIC - The purpose of this project is to design and implement a logical search agent for a partially observable environment. This will be accomplished by implementing an agent that navigates through the Wumpus World.

Notifications You must be signed in to change notification settings

nxhawk/Wumpus-AI-HCMUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wumpus AI - PROJECT 02: LOGIC - HCMUS

How to run

Bước 1: Run command line

git clone https://github.com/nxhawk/Wumpus-AI-HCMUS.git

Bước 2: Bật console cùng cấp với file main.py (trong thư mục Source).

Bước 3: Cài đặt Python trên trang chủ python.org. Cài đặt thư viện cần thiết với lệnh sau:

pip install –r requirements.txt

Bước 4: Để chạy chương trình dùng lệnh

py main.py

hoặc

python main.py

Trong trường hợp bạn dùng pycharm có thể mở thư mục chứa folder SourceInput rồi chạy file main.py.

About

PROJECT 02: LOGIC - The purpose of this project is to design and implement a logical search agent for a partially observable environment. This will be accomplished by implementing an agent that navigates through the Wumpus World.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages