Welcome to the LightRL Documentation¶
Welcome to the official documentation for LightRL, a lightweight Reinforcement Learning python library.
Overview¶
LightRL is designed to be lightweight and easy to use for problems developers are dealing with often. There are other libraries that you might find useful, but often too extensive and complex for the simple usecases, namely openai/gym and facebookresearch/ReAgent.
Getting Started¶
To start using LightRL, check out the following resources:
- Quick Start: Installation and minimal example.
- Examples: At the moment one example for online optimization of API calls.
- API Documentation: Detailed information on the API and available functions.
LightRL is licensed under the MIT License, ensuring that it remains free and open-source.
Contact¶
For questions, suggestions, or feedback, you can reach out to us at daniel.herman@protonmail.com or open an issue on our GitHub repository.
Thank you for choosing LightRL! We hope it helps you in your journey through reinforcement learning.