/libenv

C API for reinforcement learning environments

Primary LanguagePythonThe UnlicenseUnlicense

libenv

C API for reinforcement learning environments

Environment libraries are normal C shared libraries, providing the interface described here. Each library must implement all functions.

Comes with a python package that implements a client for the interface.

See libenv.h for the interface.