Skip to content

Commit

Permalink
Polish code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Dec 8, 2022
1 parent 264a321 commit a6a6766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ding/worker/collector/base_serial_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def should_eval(self, train_iter: int) -> bool:

@abstractmethod
def eval(
self,
save_ckpt_fn: Callable = None,
train_iter: int = -1,
envstep: int = -1,
n_episode: Optional[int] = None
self,
save_ckpt_fn: Callable = None,
train_iter: int = -1,
envstep: int = -1,
n_episode: Optional[int] = None
) -> Any:
raise NotImplementedError

Expand Down

0 comments on commit a6a6766

Please sign in to comment.