AI4U ML install ml prerequisites for AI4U framework
Project description
AI4U - Artificial Inteligence For You
AI4U tool AI4U is a agent framework for modeling virtual reality and game environment. This repo we keep the reference implementation for Godot Game Engine.
The Godot version of the AI4U get advantage of the Godot architecture and facilitate agent specification by means of an agent abstraction. In Godot, AI4U provides a alternative approach to modeling Non-Player Characters (NPC). Although, developers can apply this tool in others situations, for example, the modeling environment for artificial intelligence experiments.
Agent abstraction defines an agent living in a environment and interacting with this environment by means of sensors and actuators. So, NPC specification is a kind of agent specification. Agent's components are: sensors, actuators, events, reward functions and brain. Sensors and actuators are the interface between agents and environments. A sensor provides data to an agent's brain, while actuators send actions from agent to environment. A brain is a script that proccessing sensors' data e made a decision (selects an action by time).
Use ai4upy for Training
The Python side of the AI4U can be installed using local pip package. To install it, enter the directory pyplugin/ai4upy/ai4u and run the command:
pip install ai4u
This command allows you to train and run an agent within a Godot scene.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai4u_ml-0.5.0.tar.gz.
File metadata
- Download URL: ai4u_ml-0.5.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8baeb3a4f64fcc54e6c0df411f9fa0c79d8925092a4a59c7ba4aa06f55e1f2f
|
|
| MD5 |
9bfa324d302e2003144756817a8e71c4
|
|
| BLAKE2b-256 |
7f345b68f6c1d76be29307b7c4730637bf00f716f333beb51fb60d66ce441a0f
|
File details
Details for the file ai4u_ml-0.5.0-py3-none-any.whl.
File metadata
- Download URL: ai4u_ml-0.5.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2496da9a6daad1c690e9698b833d99ce3cfe3b74da72d9d07c79548e667927e0
|
|
| MD5 |
84d976e2fb518ff0cac73a2a363a11cb
|
|
| BLAKE2b-256 |
22cf1af4ed30cfc1d99e6949c63e306744a039073da73ab276b1416cb67abee2
|