This commit is contained in:
p57492168 2022-07-03 12:33:41 +08:00
parent e5bedfca38
commit f92f94eba6
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class SeaEnvEngine(object):
return self._ship_batteries[ship_id] return self._ship_batteries[ship_id]
def frame_step(self, actions: List[int]): def frame_step(self, actions: List[int]):
"""frame update for one step """frame update for one
Args: Args:
action (int): the next direction of the ship action (int): the next direction of the ship