Created documentation for memory module
This commit is contained in:
parent
711c2e8dd1
commit
1cad98fcf9
4 changed files with 119 additions and 16 deletions
|
@ -1,4 +1,8 @@
|
|||
Memory Structures
|
||||
=================
|
||||
.. automodule:: rltorch.memory
|
||||
.. autoclass:: rltorch.memory.ReplayMemory
|
||||
:members:
|
||||
.. autoclass:: rltorch.memory.PrioritizedReplayMemory
|
||||
:members:
|
||||
.. autoclass:: rltorch.memory.EpisodeMemory
|
||||
:members:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue