JAX implementation of Reinforcement Learning agents
Project description
Jaxagents
Jaxagents is a Python implementation of Reinforcement Learning agents built upon JAX. The PyPI page of the project can be found here.
Installation
You can install the latest version of jaxagents from PyPI via:
pip install jaxagents
Content
So far, the project includes the following agents:
- Q-learning:
- Deep Q Networks (DQN)
- Double Deep Q Networks (DDQN)
- Categorical Deep Q Networks (often known as C51)
- Quantile Regression Deep Q Networks (QRDQN)
- Policy gradient:
- REINFORCE
- PPO with clipping and GAE
Background
Research and development in Reinforcement Learning can be computationally cumbersome. Utilizing JAX's high computational performance, Jaxagents provides a framework for applying and developing Reinforcement Learning agents that offers benefits in:
- computational speed
- easy control of random number generation
- hyperparameter optimization (via parallelized calculations)
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
Built Distribution
File details
Details for the file jaxagents-0.1.11.tar.gz
.
File metadata
- Download URL: jaxagents-0.1.11.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.11 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc545e0647711e61120cbe87b236a462d50d74fe2fa75e7bdc15ba1348c7a0c4 |
|
MD5 | 79ab098a5c43f3c129dd57ce4771445a |
|
BLAKE2b-256 | 22fce25ea9e48c04b818bb29e0ef9e3899b68332edb046f5121cadcef7568638 |
File details
Details for the file jaxagents-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: jaxagents-0.1.11-py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.11 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 212185bcac1ba41697d7c92b5f8f21cb22a14e6b8952f9927f1214f60dec9333 |
|
MD5 | e880e53bb9183347e042859bf9094cae |
|
BLAKE2b-256 | 888f3b67b0ba4d0d4ac7614399f1d7730a51d183bbd7252fb5be56033171ce5d |