Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

RLPack

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

RLPack

Implementation of RL Algorithms

pipPyPI
Version
1.0.1
Maintainers
1

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.

Keywords

reinforcement-learning pytorch gym cpp python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts