Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 321 Bytes

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.