Crate npc_maker

Crate npc_maker 

Source
Expand description

The NPC Maker is a framework for interacting with simulated environments that contain AI agents. It defines software interfaces that separate environments from their surrounding concerns, and provides APIs for using them.

Modulesยง

ctrl
Controller Interface, for making and using control systems.
env
Environment Interface, for making and using environments.
evo
Evolutionary algorithms and supporting tools.