adf-core-python Documentation#
Warning
This package is still under development. Breaking changes may be introduced.
Warning
It has not yet been published as a package, so it cannot be installed with pip.
Warning
The documentation for the following language uses machine translation. Translation accuracy is not guaranteed. English
Overview#
adf-core-python is a library and framework for supporting agent development in RoboCup Rescue Simulation (RRS). By using adf-core-python, you can streamline agent development and improve reusability.
Features#
adf-core-python has the following features.
Module-based development: Develop agents in modules, making it easy to replace modules.
Module reuse: Reuse modules used by other agents.
Focus on agent development: The library provides common processing such as communication with the simulation server and log output.
Getting Started#
To get started with adf-core-python, follow the installation instructions and refer to the tutorials and hands-on guides in this document.
Install
Quick Start
Tutorial
Hands-on
Development Guide
API Documentation