Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hr0nix authored Aug 29, 2022
1 parent 7758a83 commit ba6e6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dejax
An implementation of replay buffer data structure in JAX. Operations involving dejax replay buffers can be jitted and run ob both CPU and GPU.
An implementation of replay buffer data structure in JAX. Operations involving dejax replay buffers can be jitted and run on both CPU and GPU.

## Package contents
* `dejax.circular_buffer` — an implementation of a circular buffer data structure that can store pytrees of arbitrary structure (with the restriction that the corresponding tensor shapes in different pytrees match).
Expand Down

0 comments on commit ba6e6b0

Please sign in to comment.