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.0.tar.gz
(297.1 kB
view details)
File details
Details for the file cpprb-8.1.0.tar.gz.
File metadata
- Download URL: cpprb-8.1.0.tar.gz
- Upload date:
- Size: 297.1 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 |
c88810ebcb4d6a6b35e5dcaee1e7c2366b455152595291bfaf94d93aa6e59c74
|
|
| MD5 |
919fef795bc6436b4627efc96f36f051
|
|
| BLAKE2b-256 |
183410fc4424e985d8ef691258f3d5fed573cdef657ab91feabc97dfac893f01
|