feat(evaluate): evaluation scripts
This commit is contained in:
parent
b88a7ac660
commit
56afc7ec5d
6 changed files with 390 additions and 126 deletions
|
|
@ -25,7 +25,7 @@ def evaluate_policy(
|
|||
|
||||
Args:
|
||||
env: Initialised CPU environment (MJC backend).
|
||||
policy_path: Path to the ``.cleanrl_model`` weights file.
|
||||
policy_path: Path to the `.cleanrl_model` weights file.
|
||||
seed: Random seed for environment reset.
|
||||
max_steps: Maximum number of control steps.
|
||||
|
||||
|
|
|
|||
Reference in a new issue