Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nxhawk/wumpus-ai

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.
https://github.com/nxhawk/wumpus-ai

ai ai-lab logic pygame python3 wumpusworld

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Wumpus AI - PROJECT 02: LOGIC - HCMUS

## How to run

`Bước 1:` Run command line
```bash
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](https://www.python.org/downloads/).
Cài đặt thư viện cần thiết với lệnh sau:
```bash
pip install –r requirements.txt
```

`Bước 4:` Để chạy chương trình dùng lệnh
```bash
py main.py
```
hoặc
```bash
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`.