1
Fork 0

feat(evaluate): evaluation scripts

This commit is contained in:
Tibo De Peuter 2026-05-07 23:43:39 +02:00
parent b88a7ac660
commit 56afc7ec5d
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
6 changed files with 390 additions and 126 deletions

View file

@ -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.