spinx going book

This commit is contained in:
Steffen Illium
2023-12-12 17:51:37 +01:00
parent 7feba6d452
commit e7933985cb
44 changed files with 392 additions and 310 deletions

View File

@ -0,0 +1,7 @@
"""
logging
=======
Todo
"""

View File

@ -11,6 +11,13 @@ class EnvRecorder(Wrapper):
def __init__(self, env, filepath: Union[str, PathLike] = None,
episodes: Union[List[int], None] = None):
"""
Todo
:param env:
:param filepath:
"""
super(EnvRecorder, self).__init__(env)
self.filepath = filepath
self.episodes = episodes