MartinKondor / aisim

Simulation environment for any AI system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 aisim

Simulation environment for any AI system.

Usage

See __main__.py for the implemenable functions:

on_load() - Runs only once at the beggining.
on_behave() - Runs in each behave loop.
on_perceive() - Runs in each perceive loop.

After implementation you can run your own __main__.py file with:

$ python .

Or you can run examples from the examples directory.

Tests

TODO

Authors

License

Copyright © Martin Kondor 2022.

See LICENSE file for more information.

About

Simulation environment for any AI system

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%