Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nxhawk/wumpus-ai
- Owner: nxhawk
- Created: 2023-12-01T12:44:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T19:44:31.000Z (about 1 year ago)
- Last Synced: 2024-11-13T00:15:06.890Z (about 2 months ago)
- Topics: ai, ai-lab, logic, pygame, python3, wumpusworld
- Language: Python
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Source và Input rồi chạy file `main.py`.