minor fixes
This commit is contained in:
parent
675057c6b9
commit
5ab2fa3b65
@ -73,7 +73,6 @@ class nstep_return:
|
|||||||
|
|
||||||
def __call__(self, buffer, index=None):
|
def __call__(self, buffer, index=None):
|
||||||
"""
|
"""
|
||||||
naively compute full return
|
|
||||||
:param buffer: buffer with property index and data. index determines the current content in `buffer`.
|
:param buffer: buffer with property index and data. index determines the current content in `buffer`.
|
||||||
:param index: (sampled) index to be computed. Defaults to all the data in `buffer`. Not necessarily in order within
|
:param index: (sampled) index to be computed. Defaults to all the data in `buffer`. Not necessarily in order within
|
||||||
each episode.
|
each episode.
|
||||||
@ -93,7 +92,6 @@ class ddpg_return:
|
|||||||
|
|
||||||
def __call__(self, buffer, index=None):
|
def __call__(self, buffer, index=None):
|
||||||
"""
|
"""
|
||||||
naively compute full return
|
|
||||||
:param buffer: buffer with property index and data. index determines the current content in `buffer`.
|
:param buffer: buffer with property index and data. index determines the current content in `buffer`.
|
||||||
:param index: (sampled) index to be computed. Defaults to all the data in `buffer`. Not necessarily in order within
|
:param index: (sampled) index to be computed. Defaults to all the data in `buffer`. Not necessarily in order within
|
||||||
each episode.
|
each episode.
|
||||||
@ -113,7 +111,6 @@ class nstep_q_return:
|
|||||||
|
|
||||||
def __call__(self, buffer, index=None):
|
def __call__(self, buffer, index=None):
|
||||||
"""
|
"""
|
||||||
naively compute full return
|
|
||||||
:param buffer: buffer with property index and data. index determines the current content in `buffer`.
|
:param buffer: buffer with property index and data. index determines the current content in `buffer`.
|
||||||
:param index: (sampled) index to be computed. Defaults to all the data in `buffer`. Not necessarily in order within
|
:param index: (sampled) index to be computed. Defaults to all the data in `buffer`. Not necessarily in order within
|
||||||
each episode.
|
each episode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user