Skip to content

RamessesN/F29AI-Coursework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursework1

F29AI - Artifitial Intelligence


Introduction

This repository involves the report, code and other correspoding files of the coursework1 of Group #33 of "F29AI-Artifial Intelligence" in Heriot-Watt Univerisity.


Structure

src/
├── Part1/
│   ├── css_styles/             # GUI panel format
│   │   ├── button_style.qss
│   │   └── ...
│   ├── puzzle_test/            # Preload CSV test
│   │   ├── test1.csv
│   │   └── ...
│   ├── sudoku_solver.py        # (backend) Sudoku kernal
│   ├── sudoku_gui.py           # (frontend) Sudoku GUI interface
│   └── utils.py                # Cross Tools
│
└── Part2/
    ├── PartA&B/                # Modeling the domain and problems
    │   ├── domain1.pddl
    │   ├── mission1.pddl
    │   └── mission2.pddl
    └── PartC/                  # Extension
        ├── domain2.pddl
        └── mission3.pddl


Note

For the complete video recording, please refer to Microsoft Team.


⚠️ License: This project isn't open-source. See Details LICENSE.

About

The repository of "F29AI - Artificial Intelligence" coursework.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • TeX 44.4%
  • PDDL 28.5%
  • Python 27.1%