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-7.5.1.tar.gz
(307.0 kB
view details)
File details
Details for the file cpprb-7.5.1.tar.gz.
File metadata
- Download URL: cpprb-7.5.1.tar.gz
- Upload date:
- Size: 307.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b646b1261d63c91707d7418407093dede4a9a1eba295a4411a2520bc581c6d1
|
|
| MD5 |
7aa6b38c9b0d5ea68f749d9e614565ee
|
|
| BLAKE2b-256 |
7fd6078294ef77043f81795daff4ad3e1c2a185727e7df3400d2e57e77193dae
|