diff --git a/README.md b/README.md index e8b0a78..4aa4ffa 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,8 @@ 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. @@ -270,6 +272,9 @@ benchmarks. - 🎶 [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.