Skip to content

Commit

Permalink
Merged commit includes the following changes:
Browse files Browse the repository at this point in the history
575307064  by Waymax Team:

    Update python version and README.

--

PiperOrigin-RevId: 575307064
  • Loading branch information
Waymax Team authored and justinjfu committed Oct 20, 2023
1 parent a347820 commit baef8c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Waymax: An accelerated simulator for autonomous driving research.

![Continuous integration](https://github.com/waymo-research/waymax/actions/workflows/ci-build.yml/badge.svg)
[![arXiv](https://img.shields.io/badge/cs.RO-2310.08710-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2310.08710)

[**Documentation**](https://waymo-research.github.io/waymax/docs/)
Expand All @@ -19,9 +20,6 @@ As all components are entirely written in JAX, Waymax is easily distributed and
deployed on hardware accelerators, such as GPUs and
[TPUs](https://cloud.google.com/tpu).

Disclaimer: Waymax is a tool intended for research, and not an official Waymo
product.

## Installation

Waymax can be installed via pip using the following command:
Expand Down Expand Up @@ -138,8 +136,9 @@ getting started:

## Citing Waymax

If you use Waymax for your own research, please cite Waymax using the following
bibtex entry:
If you use Waymax for your own research, please cite Waymax in accordance with
the requirements of the Waymax License Agreement for Non-Commercial Use,
including using the following bibtex entry:

```
@inproceedings{waymax,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
long_description_content_type='text/markdown',
author='Waymax team',
author_email='[email protected]',
python_requires='>=3.8',
python_requires='>=3.10',
packages=find_packages(),
install_requires=[
'numpy>=1.20',
Expand Down

0 comments on commit baef8c3

Please sign in to comment.