Coder Social home page Coder Social logo

matheusar / ai_code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from slimkaki/ai_code

0.0 0.0 0.0 123 KB

Code related to Intelligent Agents, Solving Problem by Searching, Informed Search Methods, Game Playing and Reinforcement Learning.

License: MIT License

Python 100.00%

ai_code's Introduction

Code for Artificial Intelligence subject

We are using this project to support actitivies related to the Artificial Intelligence subject that is part of an undergraduate Computer Science course.

The topics discussed in the course are:

  1. Artificial Intelligence Introduction;
  2. Intelligent Agents;
  3. Solving Problems by Searching;
  4. Informed Search Methods;
  5. Game Playing;
  6. Reinforcement Learning (Here, we present the concept of Learning from Observations, Supervised Learning and Unsupervised Learning. However, We have a specific course to discuss those topics.).

How this project is structured

We have four (4) folders:

  • search: this folder has implementations related to solving problem by searching, and informed search methods. We suggest to start from this folder in order to understand all the implementations (search, games, and reinLearn).

  • games: this folder keeps source code related to game playing.

  • reinLearn: this folder has source code related to reinforcement learning. Some examples are using the project Gym.

How to setup the environment

In order to avoid any configuration problem, We recommend to create a virtual environment with python:

python3 -m virtualenv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt

To quit the virtual environment, type deactivate. If you already have the virtual environment configured then type source venv/bin/activate.

ai_code's People

Contributors

fbarth 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.