Hello,
I’d like to share my latest endeavor. I call it the NPC Maker.
The NPC Maker is a framework for interacting with simulated environments which contain AI agents. It provides a set of interfaces which separate the environment from its surrounding concerns, and APIs for using the interfaces. This repository also contains a collection of ready-to-use tools and environments.
Currently the only environment is a simple test case (the XOR challenge), but I plan to implement the cartpole challenge and maybe also the MNIST challenge. Someday I want to add FPS and RTS video game environments.
My hope is that many people contribute environments and we can all share these common tools.