Skip to content

Rshcaroline/FDU-Artificial-Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence @ FDU

This is a repo including all projects and labs in my Artificial Intelligence course (DATA130008.01) in School of Data Science @Fudan University.

There is a cheat sheet of this course, and you can have a brief look about what we learn this term.

NOTICE: Requirements and code listed may be outdated, please refer to course website to see latest news.

Projects

Labs

Project Details

Project 1. Search in Pac-man

  • Adapted from the Berkeley Pac-Man Assignments originally created by John DeNero and Dan Klein.
  • This project is aimed at designing a intelligent Pacman agent that is able to find optimal paths through its maze world considering both reaching particular locations (e.g., finding all the corners) and eating all the dots in as few steps as possible. It can be separated as two subtasks: implementing graph search algorithms for DFS, BFS, UCS as well as A*, and use the search criteria outlined in the lectures to design effective heuristics.
  • The detailed requirements are here.
  • Report of this project is here.

Project 2. N Queens

  • Adapted from Course Scheduling of Stanford CS221.
  • It's a programming assignment for CSP.
  • The detailed requirements are here.

Project 3. BlackJack

  • Adapted from Course Scheduling of Stanford CS221.
  • It's a programming assignment for Markov Decision Process and Reinforcement Learning.
  • The detailed requirements are here.

Project 4. Car

  • Adapted from Course Scheduling of Stanford CS221.
  • It's a programming assignment for xxx.
  • The detailed requirements are here.

Final project. Gomoku Competition

  • Gomoku Competition is a competition of artificial intelligences playing gomoku.
  • The aim of competitors is to program a computer artificial intelligence (AI) playing the gomoku game (also called Five in a Row, Connect 5 or Gobang) as good as possible.
  • The detailed requirements are here.

Lab Details

Lab 1. Uniform Cost Search

  • Implement a framed UCS code and complete online judge.

Lab 2. Alpha-Beta Pruning

  • Implement a framed Alpha-Beta pruning code and complete online judge.

Lab 3. Reinforcement Learning

  • Implement a framed reinforcement learning code and complete online judge.

Lab 4. BayesNet

  • Implement a framed BayesNet code and complete online judge.

About

This is a repo including all projects and labs in my Artificial Intelligence course (DATA130008.01) in School of Data Science @fudan University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published