npc_maker 0.2.0

Evolve AIs in simulated environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The NPC Maker - Rust API

This package is the NPC Maker's rust API. Use these tools to develop new
components and applications with the NPC Maker framework.

### Status

The rust API is incomplete. Currently it allows for the following:

✅ Implement new controllers

✅ Instantiate existing controllers

✅ Implement new environments

❌ Instantiate existing environments

❌ Run evolutionary algorithms