Skip to content

Commit

Permalink
polish(nyz): polish comment and clean code about SAC
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Mar 7, 2023
1 parent b7ce258 commit 67032d7
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 627 deletions.
2 changes: 1 addition & 1 deletion ding/framework/middleware/functional/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def inferencer(seed: int, policy: Policy, env: BaseEnvManager) -> Callable:
Overview:
The middleware that executes the inference process.
Arguments:
- seed (:int:`int`): Random seed.
- seed (:obj:`int`): Random seed.
- policy (:obj:`Policy`): The policy to be inferred.
- env (:obj:`BaseEnvManager`): The env where the inference process is performed. \
The env.ready_obs (:obj:`tnp.array`) will be used as model input.
Expand Down
Loading

0 comments on commit 67032d7

Please sign in to comment.