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
- 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
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.5.tar.gz
(34.1 kB
view hashes)
Built Distribution
jaxagents-0.1.5-py3-none-any.whl
(39.0 kB
view hashes)
Close
Hashes for jaxagents-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cf5c7fa9201a3d2d7263855e9c3a3d705048cd0dc8ede6f6bdeed4819c60fff |
|
MD5 | 5e9947d1c87b941f3fdf32868d8d3f74 |
|
BLAKE2b-256 | d2912fc1178273fd47db28bf2cc103fc05b53cad07b056c2fc27ce9d0879d72d |