From f92f94eba619958810acec29281d5a0e6709ce7d Mon Sep 17 00:00:00 2001 From: p57492168 <2577192526@qq.com> Date: Sun, 3 Jul 2022 12:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Palette/env/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Palette/env/engine.py b/Palette/env/engine.py index 66a6082..b0f6001 100644 --- a/Palette/env/engine.py +++ b/Palette/env/engine.py @@ -247,7 +247,7 @@ class SeaEnvEngine(object): return self._ship_batteries[ship_id] def frame_step(self, actions: List[int]): - """frame update for one step + """frame update for one Args: action (int): the next direction of the ship