ReplayBuffer for Reinforcement Learning written by C++
Project description
cpprb is a python package written by C++. The package provides replay buffer classes for reinforcement learning.
Complicated calculation (e.g. Segment Tree) are offloaded onto C++ which must be much faster than Python.
Internal C++ classes and corresponding Python wrapper classes share memory by implementing buffer protocol on cython to avoid overhead of copying large data.
This package requires C++17 compatible compiler to build.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpprb-8.1.3.tar.gz
(297.2 kB
view details)
File details
Details for the file cpprb-8.1.3.tar.gz.
File metadata
- Download URL: cpprb-8.1.3.tar.gz
- Upload date:
- Size: 297.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
576b56e4d4b2307fb19fdfbb32759e2b1124287db1ebdae1c1015e584105ddc9
|
|
| MD5 |
e410ad157aa6f7ec9b4981493a02d010
|
|
| BLAKE2b-256 |
c0651a7e0f5596897ea3a7073709f0eeef5fc14bee7cabbde4620beebaf0dc0c
|