Metadata-Version: 2.1
Name: jaxagents
Version: 0.1
Summary: JAX implementation of Reinforcement Learning agents
Home-page: https://github.com/amavrits/jax-agents
Author: Antonis Mavritsakis
Author-email: amavrits@gmail.com
License: MIT
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: jaxlib==0.4.28
Requires-Dist: jax==0.4.28
Requires-Dist: chex==0.1.86
Requires-Dist: distrax==0.1.5
Requires-Dist: flax==0.8.4
Requires-Dist: flashbax==0.1.2
Requires-Dist: jaxtyping==0.2.29
Requires-Dist: gymnax==0.0.6
Requires-Dist: jax-tqdm==0.2.1
Requires-Dist: optax==0.2.2
Requires-Dist: orbax-checkpoint==0.5.14
Requires-Dist: numpy==1.26.4
Requires-Dist: scipy==1.13.1
Requires-Dist: pandas==2.2.2
Requires-Dist: matplotlib==3.9.0
Requires-Dist: pytest==8.2.1
Provides-Extra: dev
