A libray that helps you to learn Artificial Intelligence.
Project description
AIGYM
The goal of this libray is provide a set of tools to help you to learn the basics of Artificial Intelligence. In other words, the goal of this library is help you to learn how to build agents that solve problems by searching.
This library implements the following algorithms:
- Breadth-first search
- Depth-first search
- Iterative deepening search
- Uniform cost search
- Greddy search algorithm
- A* search algorithm
- Hill climbing search algorithm
- Stocastic hill climbing search algorithm
This library also has a common interface for agents, allowing you to easily create and deploy agents that solve problems by searching.
How to install the library
pip install aigyminsper
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aigyminsper-0.2.0.tar.gz
(7.7 kB
view details)
File details
Details for the file aigyminsper-0.2.0.tar.gz
.
File metadata
- Download URL: aigyminsper-0.2.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94e5374c80cfa64a56e9f93b36ec5827bf18255bb90d8e2f1dcc898078e732ef |
|
MD5 | cd962631b899b0824edb562698546f95 |
|
BLAKE2b-256 | 2a4f5f4b50be15d9a11104313bf633f67b70de067942400d4b6a311a4322a785 |