Merge remote-tracking branch 'origin/dev' into 1566-configure-episode-steps-learn-eval

# Conflicts:
#	src/primaite/agents/rllib.py
This commit is contained in:
Chris McCarthy
2023-07-07 14:34:20 +01:00
17 changed files with 588 additions and 200 deletions

View File

@@ -58,7 +58,6 @@ class TempPrimaiteSession(PrimaiteSession):
def __exit__(self, type, value, tb):
shutil.rmtree(self.session_path)
shutil.rmtree(self.session_path.parent)
_LOGGER.debug(f"Deleted temp session directory: {self.session_path}")