Skip to content

Mikhael1729/intelligent-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents

The repository contains code to simplify the task of creating intelligent agents. The Agent class (packages/agent/agent.py) implements various informed search algorithms for such a task.

There are sample implementations of the Agent class that can be seen in /examples/ directory. There are demos in main.py using those classes. You can see them by running the program (See the corresponding section.)

Installation

Before running the program, install the dependencies:

  1. Activate the virtual environment:

    source venv/bin/activate
  2. Install the dependencies:

    install -r requirements.txt

Run the program

Run the program after dependencies has been installed by typing the following command::

python3 main.py

Remember you must have been activated the virtual environment before executing the command above (Installation.1)

About

My code about intelligent agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages