mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[RLlib] Fix broken link replay buffer docs. (#25666)
This commit is contained in:
parent
dcfed617e5
commit
d0f975e00f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Here is an example of how to implement your own toy example of a ReplayBuffer cl
|
|||
:end-before: __sphinx_doc_replay_buffer_own_buffer__end__
|
||||
|
||||
For a full implementation, you should consider other methods like ``get_state()`` and ``set_state()``.
|
||||
A more extensive example is `our implementation <https://github.com/ray-project/ray/blob/master/rllib/utils/replay_buffers/reservoir_buffer.py>`__ of `reservoir sampling <https://www.cs.umd.edu/~samir/498/vitter.pdf>`__, the :py:class:`~ray.rllib.utils.replay_buffers.reservoir_replay_buffer.ReservoirReplayBuffer`.
|
||||
A more extensive example is our implementation of `reservoir sampling <https://www.cs.umd.edu/~samir/498/vitter.pdf>`__, the :py:class:`~ray.rllib.utils.replay_buffers.reservoir_replay_buffer.ReservoirReplayBuffer`.
|
||||
|
||||
|
||||
Advanced Usage
|
||||
|
|
Loading…
Add table
Reference in a new issue