Skip to content

pyrlkit/pyrlkit

Repository files navigation

Pyrlkit

Status GitHub Issues GitHub Pull Requests License


A Reinforcement Learning framework for python, inspired by OpenAi Gymnasium

📝 Table of Contents

Use black for formatting

🧐 About

A Python library for reinforcement learning in which all the environments and agents can be customized. It offers a high-level abstraction intended to reduce the amount of code written, while providing robustness and versatility for users who wish to further fine-tune their scenarios. We intend to create two versions of this library: one written purely in Python and another in Lua.

🏁 Getting Started

Once written, this library will be uploaded to pip/PyPi and users will be able to access the library.

For using the library locally, we recommend using poetry. Make sure you have poetry installed.

Run poetry install

We have a poetry lockfile to make sure the correct dependencies are installed

Prerequisites

All dependencies will be installled via the pip package.

Installing

A simple pip install pyrlkit should install the library, once it is up and running

If you are running locally, you can run poetry install

🎈 Usage

Documentation for the library will be created separately and hosted. It will be linked here in the future.

⛏️ Built Using

🎉 Acknowledgements

About

A reinforcement Learning Library for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages