Skip to content

Commit 47466de

Browse files
committed
Add utils documentation
1 parent a0d7453 commit 47466de

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
episode\_info
2+
=============
3+
4+
.. automodule:: episode_info
5+
6+
.. autoclass:: EpisodeInfo
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function\_wraps
2+
===============
3+
4+
.. automodule:: function_wraps
5+
:members: time_func, time_func_wrapper
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
iteration\_control
2+
==================
3+
4+
.. automodule:: iteration_control
5+
6+
.. autoclass:: IterationControl
7+
:members: __init__, continue_itrs,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
replay\_buffer
2+
==============
3+
4+
.. automodule:: replay_buffer
5+
6+
.. autoclass:: ReplayBuffer
7+
:members: __init__, __len__, __getitem__, add, sample, get_item_as_torch_tensor, reinitialize

src/utils/experience_buffer.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)