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:
- Deep Q Networks (DQN)
- Double Deep Q Networks (DDQN)
- Categorical Deep Q Networks (often known as C51)
- Quantile Regression Deep Q Networks (QRDQN)
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.1.tar.gz
(15.9 kB
view hashes)
Built Distribution
jaxagents-0.1.1-py3-none-any.whl
(16.0 kB
view hashes)
Close
Hashes for jaxagents-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f26ea636b1cac97c808e2a1e6f09b346a1bff0e7495e1e3ae6a7167e07aa15 |
|
MD5 | 2fced7bdb7e2228b58b820708354a3c6 |
|
BLAKE2b-256 | c15962520882dfd1f8ac6fe5a8cba983bd9252bdcc5d6922c43ad794587a3311 |