Commit a727022b authored by sbl1996@126.com's avatar sbl1996@126.com

Remove print

parent 9ed5d54c
...@@ -1063,7 +1063,6 @@ class PredictState: ...@@ -1063,7 +1063,6 @@ class PredictState:
def update_history_actions(self, idx: int): def update_history_actions(self, idx: int):
idx1 = transform_select_idx(self._probs, idx, self._action_msg) idx1 = transform_select_idx(self._probs, idx, self._action_msg)
print(f"{idx} -> {idx1}")
action = self._actions[idx1] action = self._actions[idx1]
self.history_actions.update(action, self._turn, self._phase) self.history_actions.update(action, self._turn, self._phase)
self.reset() self.reset()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment