Update base.py

This commit is contained in:
dmahan93 2025-05-08 11:53:15 -05:00 committed by GitHub
parent 1848c7d453
commit 61af36b226
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -411,6 +411,7 @@ class BaseEnv(ABC):
)
if self.curr_step > 0:
self.load_checkpoint()
break
async def get_server_info(self):
"""