Skip to main content

Implementation of RL Algorithms

Project description

RLPack

Introduction

Implementation of RL Algorithms built on top of PyTorch. Heavy workloads have been optimized with C++ backend.

Installation

To install RLPack, you can simply do

python -m pip install -U pip
pip install RLPack

To build and install RLPack from source, simply clone and install as follows:

python -m pip install -U pip
git clone https://github.com/kartik2309/RLPack.git
cd RLPack 
pip install . --use-feature=in-tree-build

This will install the package in your python environment.

Documentation

RLPack documentation was generated by Doxygen. It can be referred here

Issues and bugs

Please raise an issue if you encounter a bug. If you would like to fix the bug and contribute to RLPack, kindly refer to CONTRIBUTING.md

License

RLPack is released under MIT LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RLPack-1.0.1.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

RLPack-1.0.1-cp39-cp39-macosx_11_0_universal2.whl (326.0 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ universal2 (ARM64, x86-64)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page