Coder Social home page Coder Social logo

ai's Introduction

AI

Implementation of some important ideas in the AI world, including problem formulation, search algorithms, adversarial search, markov decision processes and Q-learning.

In the Problem Formulation, different kinds of games were formulated and put into framework of the classical theory of problem solving. Then, several searching algorithms including DFS, BFS, IDDFS and A* search were implemented and applied to the problem models.

In the Adversarial Search is the implementation of exploring two-person, zero-sum game playing using a family of games called "Toro-Tile Straight". This puts our agents into competition, adding lookahead (with the Minimax technique) and, optionally, pruning (with the alpha-beta method) and caching (with Zobrist hashing) to the search.

In Q-learning, the search theme continues here, except that now our agents operate in a world in which actions may have uncertain outcomes. The interactions are modeled probabilistically using the technique of Markov Decision Processes. It focuses on two approaches to having the agent maximize its expected utility: (1) by a form of planning, in which we assume that the parameters of the MDP (especially Transition Possiblity and Rewards) are known, which takes the form of Value Iteration, and (2) by an important form of reinforcement learning, called Q-learning, when the MDP functions are unknown to the agent.

ai's People

Contributors

sakamoto00 avatar

Watchers

James Cloos avatar Ramon Qu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.