RLPack; Reinforcement Learning Package is the implementation of RL Algorithms built on top of PyTorch. Heavy workloads have been optimized with C++ backend with CUDA and OpenMP (depending on the hardware availability).
python -m pip install -U pip
pip install RLPack
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.
RLPack documentation was generated by Doxygen. It can be referred here
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
RLPack is released under MIT LICENSE.