Skip to content

Commit

Permalink
remove separators from README
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jun 27, 2023
1 parent f26571f commit 2444e5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
**[Quickstart](#what-is-navix)** | **[Installation](#installation)** | **[Examples](#examples)** | **[Cite](#cite)**

## What is NAVIX?
---
NAVIX is [minigrid](https://github.com/Farama-Foundation/Minigrid) in JAX, **>1000x** faster with Autograd and XLA support.
You can see a superficial performance comparison [here](docs/profiling.ipynb).

Expand All @@ -17,7 +16,6 @@ If you want join the development and contribute, please [open a discussion](http


## Installation
---
We currently support the OSs supported by JAX.
You can find a description [here](https://github.com/google/jax#installation).

Expand All @@ -40,7 +38,6 @@ pip install git+https://github.com/epignatelli/navix
```

## Examples
---

### XLA compilation
One straightforward use case is to accelerate the computation of the environment with XLA compilation.
Expand Down Expand Up @@ -76,7 +73,6 @@ TODO(epignatelli): add example.


## Cite
---
If you use `helx` please consider citing it as:

```bibtex
Expand Down

0 comments on commit 2444e5f

Please sign in to comment.