Implementation of Reinforcement Learning agents in JAX
Project description
Jaxagents
Jaxagents is a Python implementation of Reinforcement Learning agents built upon JAX.
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
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaxagents-0.1.2.tar.gz
(24.4 kB
view hashes)
Built Distribution
jaxagents-0.1.2-py3-none-any.whl
(26.7 kB
view hashes)
Close
Hashes for jaxagents-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df8223abf82a43abea34219f712e61e82fe77df7ee031b38d9f2f39a39c30b9 |
|
MD5 | 1d5d1946bd4b83c065989031c918c429 |
|
BLAKE2b-256 | 34becd9d32a1667e0f19546aae2f9088c7b18582ddbda57f381d00bebb09962c |