Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanToledo authored May 29, 2024
1 parent 94a1091 commit e768e08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,18 @@ our [contributing guidelines](https://github.com/instadeepai/flashbax/blob/main/
details on how to submit pull requests, our Contributor License Agreement, and community guidelines.

## See Also 📚

### Other Buffers
Checkout some of the other buffer libraries from the community that we have highlighted in our
benchmarks.

- 📀 [Dejax](https://github.com/hr0nix/dejax): the first library to provide a JAX-compatible replay buffers.
- 🎶 [Reverb](https://github.com/google-deepmind/reverb): efficient replay buffers used for both local and large-scale distributed RL.
- 🍰 [Dopamine](https://github.com/google/dopamine/blob/master/dopamine/replay_memory/): research framework for fast prototyping, providing several core replay buffers.
- 🤖 [StableBaselines3](https://stable-baselines3.readthedocs.io/en/master/): suite of reliable RL baselines with its own, easy-to-use replay buffers.

### Example Usage
Checkout some libraries from the community that utilise flashbax:
- 🏛️ [Stoix](https://github.com/EdanToledo/Stoix): end-to-end JAX implementations of single-agent algorithms utilising flashbax.
- 🦁 [Mava](https://github.com/instadeepai/Mava): end-to-end JAX implementations of multi-agent algorithms utilising flashbax.

Expand Down

0 comments on commit e768e08

Please sign in to comment.