AI4U connect Godot and python applications compatible with gynasium
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 ai4upy
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
File details
Details for the file ai4u-0.1.0.tar.gz
.
File metadata
- Download URL: ai4u-0.1.0.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce232ba75a9b201df8107b1503d0fa291e62a2fbe8cac95c468b6d04e4739ae8 |
|
MD5 | d386a91d0efc37f012b0945d8c88e6eb |
|
BLAKE2b-256 | 0e043cd5be9f54b0b43d1d4e91da487aced3c6b14dcf550005192d0fb2542aae |
File details
Details for the file ai4u-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ai4u-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4106c30d188f62a5ce2427370c6d4b4dc697b85b63258bbae7c7479b1ae77c8 |
|
MD5 | 5dc365129e9a6a390047858e6551b098 |
|
BLAKE2b-256 | 6c9cff9dce5158c09c21ec4f9acc0af232d75ec3bccb23f2b4e38f37e38a7ccb |