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.6.tar.gz
(34.2 kB
view hashes)
Built Distribution
jaxagents-0.1.6-py3-none-any.whl
(38.9 kB
view hashes)
Close
Hashes for jaxagents-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 746897bd616d1ee8164453c49506244eae12b3b4f280431c798eeee2e3fdbbb8 |
|
MD5 | a5a1925de401f7978e7815798ce3860a |
|
BLAKE2b-256 | 8ad7dde0525939caf139a3ca59d953ec7b7d5512704d9907d7c63100b051c1b7 |