JAX implementation of Reinforcement Learning agents
Project description
Jaxagents
Jaxagents is a Python implementation of Reinforcement Learning agents built upon JAX.
Content
So far, the project includes the following agents for Reinforcement Learning:
- 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
So far, the project includes the following agents for Multi-Agent Reinforcement Learning:
- Policy gradient:
- IPPO
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jaxagents-0.2.5.tar.gz.
File metadata
- Download URL: jaxagents-0.2.5.tar.gz
- Upload date:
- Size: 52.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
628f46862c890c0b7c01aaf9e01a3228f775c2348fde5200da9f91897eea0adf
|
|
| MD5 |
6bba7afcb3abe0e74d5f6dda7b9fe3d0
|
|
| BLAKE2b-256 |
753d2b4b0c116037712fa637aef3724f7625b1f195da6c348f8b4bba23fc2dae
|
File details
Details for the file jaxagents-0.2.5-py3-none-any.whl.
File metadata
- Download URL: jaxagents-0.2.5-py3-none-any.whl
- Upload date:
- Size: 62.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92299b2670c62bd6c1023e57a4c67323023064f873cf0c2bb3a4b39ca9012745
|
|
| MD5 |
2181b607b07fba8adadc4662527a3ea3
|
|
| BLAKE2b-256 |
e74bfba8390abe8b2af1631f4d833dc22664e3569d5e92452c0ce27ec39eecd8
|