{
  "env": "ant",
  "title": "SHAC with MuJoCo Warp",
  "timestamp_pacific": "2026-06-18T20:37:58-07:00",
  "mujoco_warp_pr": "google-deepmind/mujoco_warp#1423",
  "newton_commit": "11920df6a589df9693046a3401f455f651a06750",
  "newton_path": "/home/horde/repos/newton-shac/newton",
  "mujoco_warp_commit": "d82aac951b47ca412a0f19c05322cd2722d079b8",
  "num_envs": 16,
  "selection_num_envs": 1024,
  "selection_env_counts": [
    1024
  ],
  "seed": 7,
  "contact_backend": "newton",
  "eval_contact_backend": "mujoco",
  "horizon": 16,
  "epochs": 1,
  "dt": 0.016666666666666666,
  "sim_substeps": 2,
  "mujoco_integrator": "euler",
  "mujoco_smooth_adjoint": "off",
  "eval_mujoco_smooth_adjoint": "off",
  "mujoco_smooth_friction_viscosity": 10.0,
  "mujoco_smooth_friction_scale": 0.01,
  "mujoco_smooth_friction_bypass_kf": 0.0,
  "mujoco_smooth_penalty_damping_alpha": 0.0,
  "mujoco_smooth_friction_surrogate_alpha": 0.9,
  "mujoco_world_spacing_z": null,
  "nconmax": 128,
  "njmax": 512,
  "world_spacing": [
    0.0,
    0.0,
    4.0
  ],
  "force_scale": 7.5,
  "episode_length": 1000,
  "disable_eulerdamp": true,
  "stochastic_init": false,
  "eval_stochastic_init": false,
  "stochastic_actor": false,
  "actor_hidden_dims": [
    128,
    64,
    32
  ],
  "actor_logstd_init": -1.0,
  "actor_layer_norm": true,
  "action_squash": "tanh",
  "train_final_layer_only": false,
  "actor_objective": "reward",
  "displacement_objective_weight": null,
  "critic_hidden_dims": null,
  "use_critic": false,
  "obs_rms": true,
  "freeze_obs_rms": false,
  "actor_path": "shac/assets/ant_ppo_current_mjwarp_stable_height027_followcam_run1/ant_ppo_best_actor.pt",
  "anchor_actor_path": null,
  "anchor_action_penalty": 0.0,
  "obs_rms_path": "shac/assets/ant_ppo_current_mjwarp_stable_height027_followcam_run1/ant_ppo_best_obs_rms.pt",
  "critic_method": "td-lambda",
  "td_lambda": 0.95,
  "rew_scale": 1.0,
  "reset_each_epoch": false,
  "training_warmup_steps": 0,
  "training_warmup_jitter": 0,
  "training_warmup_stop_height_min": null,
  "training_warmup_stop_up_min": null,
  "termination_penalty": 50.0,
  "terminal_fall_reward": -50.0,
  "selection_fall_penalty": 500000.0,
  "selection_invalid_penalty": 500000.0,
  "selection_displacement_weight": 300.0,
  "selection_height_weight": 0.0,
  "selection_up_weight": 0.0,
  "selection_heading_weight": 0.0,
  "selection_min_height": null,
  "selection_min_up": null,
  "selection_min_heading": null,
  "selection_max_abs_joint": null,
  "selection_posture_penalty": 0.0,
  "selection_repeats": 1,
  "selection_interval": 1,
  "selection_guard_updates": true,
  "selection_guard_max_score_drop": 0.0,
  "selection_line_search_steps": [
    0.0,
    1e-08,
    3e-08,
    1e-07,
    3e-07,
    -1e-08,
    -3e-08,
    -1e-07
  ],
  "survival_height_min": null,
  "survival_height_penalty": 0.0,
  "survival_up_min": null,
  "survival_up_penalty": 0.0,
  "survival_heading_min": null,
  "survival_heading_penalty": 0.0,
  "survival_angle_max": null,
  "survival_angle_penalty": 0.0,
  "lr": 1e-05,
  "min_lr": 1e-05,
  "optimizer": "adam",
  "sgd_momentum": null,
  "adam_beta1": 0.7,
  "adam_beta2": 0.95,
  "grad_clip": 0.25,
  "grad_value_clip": 1000000.0,
  "critic_lr": 0.002,
  "critic_iterations": 16,
  "critic_batch_size": 1024,
  "gamma": 0.99,
  "target_critic_alpha": 0.2,
  "selection_horizon": 480,
  "selection_uninterrupted": true,
  "final_eval_repeats": 3,
  "final_eval_num_envs": 1024,
  "eval_chunk_size": null,
  "ant_asset": "diffrl",
  "ant_max_healthy_height": 1.5,
  "ant_termination_height": 0.27,
  "ant_start_height": 0.5,
  "ant_start_joint_q": [
    0.0,
    0.7853981633974483,
    0.0,
    -0.7853981633974483,
    0.0,
    -0.7853981633974483,
    0.0,
    0.7853981633974483
  ],
  "ant_reset_position_scale": 0.1,
  "ant_reset_angle_scale": 0.1308996938995747,
  "ant_reset_joint_scale": 0.2,
  "ant_reset_velocity_scale": 0.25,
  "ant_density_override": null,
  "ant_height_reward_cap": 0.6,
  "ant_invalid_penalty": -50.0,
  "lr_schedule": "linear",
  "cartpole_reward": {
    "pole_angle": 1.0,
    "pole_velocity": 0.1,
    "cart_position": 0.05,
    "cart_velocity": 0.1,
    "action": 0.0
  },
  "acrobot_reward": {
    "target": 8.0,
    "velocity": 0.05,
    "action": 0.002
  },
  "acrobot_actuation": null,
  "contact_reward": null,
  "ant_reward": {
    "progress": 2.0,
    "heading": 0.5,
    "up": 0.1,
    "height": 1.0,
    "action": 0.0,
    "alive": 0.5,
    "actions_cost": 0.005,
    "energy_cost": 0.05,
    "dof_limit_cost": 1.0,
    "dof_vel_scale": 0.2,
    "up_margin": 0.0,
    "height_margin": 0.0
  },
  "hopper_reward": null,
  "hopper_terminate_angle": null,
  "hopper_termination_angle": null,
  "hopper_termination_height": null,
  "hopper_termination_height_tolerance": null,
  "hopper_reward_style": null,
  "hopper_start_joint_q": null,
  "hopper_contact_mu": null,
  "hopper_joint_damping": null,
  "hopper_armature": null,
  "hopper_reset_position_scale": null,
  "hopper_reset_angle_scale": null,
  "hopper_reset_joint_scale": null,
  "hopper_reset_velocity_scale": null,
  "cheetah_reward": null,
  "ant_disable_joint_limits": false,
  "ant_contact_margin": 0.0,
  "ant_contact_gap": null,
  "ant_contact_mu": 1.0,
  "ant_joint_damping": 0.1,
  "ant_armature": 0.05,
  "ant_min_up": null,
  "ant_observation_style": "isaac",
  "ant_reward_style": "isaac",
  "ant_dof_limit_mode": "abs",
  "eval_ant_dof_limit_mode": "abs",
  "ant_action_order": "joint",
  "ant_smooth_up_reward": false,
  "ant_reward_min_up": null,
  "ant_reward_min_height": null,
  "phase_observation": false,
  "phase_period": 60,
  "locomotion_disable_joint_limits": null,
  "total_seconds": 90.75566771405283,
  "mean_epoch_seconds": 39.088683743961155,
  "mean_fps": 6.549210039326271,
  "initial_selection": {
    "num_envs": 1024,
    "mean_reward": 2.228194236755371,
    "return": 1069.533203125,
    "alive_fraction": 1.0,
    "terminal_count": 0,
    "fall_count": 0,
    "invalid_count": 0,
    "first_terminal_step": null,
    "mean_terminal_step": null,
    "terminal_env_ids": [],
    "terminal_steps": [],
    "mean_forward_displacement": 22.84163475036621,
    "mean_completed_return": 1069.5338134765625,
    "mean_height": 0.6435388922691345,
    "min_height": 0.4986369013786316,
    "mean_up": 0.9901543259620667,
    "min_up": 0.9430513978004456,
    "mean_heading": 0.946814775466919,
    "min_heading": 0.8567472696304321,
    "mean_abs_joint_pos_scaled": 0.503987193107605,
    "max_abs_joint_pos_scaled": 1.161726951599121,
    "mean_joint_limit_fraction": 0.11119792610406876,
    "max_joint_limit_fraction": 0.375,
    "mean_abs_action": 0.5542196035385132,
    "max_abs_action": 0.9582970142364502,
    "mean_abs_joint_velocity": 4.1954345703125,
    "horizon": 480,
    "selection_env_count": 1024
  },
  "initial_selection_score": 7922.023628234863,
  "best_epoch": 1,
  "best_train_reward": -0.0864391028881073,
  "best_eval_return": 1039.058349609375,
  "best_eval_score": 8255.66716003418,
  "eval_score": 8255.66716003418,
  "max_cuda_memory_allocated_mb": 33.52197265625,
  "max_cuda_memory_reserved_mb": 38.0,
  "history": [
    {
      "epoch": 1,
      "selection_evaluated": true,
      "selection_guard_active": true,
      "selection_guard_reference_score": 7922.023628234863,
      "selection_guard_acceptance_threshold": 7922.023628234863,
      "selection_update_accepted": true,
      "selection_update_rolled_back": false,
      "selection_line_search_active": true,
      "selection_line_search_step": 1e-08,
      "selection_line_search_best_score": 8255.66716003418,
      "selection_line_search_candidates": [
        {
          "step": 0.0,
          "score": 7874.832656860352,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9608924388885498,
            "heading_threshold_value": 0.6710329651832581,
            "joint_threshold_value": 1.1670812368392944,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 880.0172119140625,
            "mean_reward": 1.833369255065918,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 23.316051483154297,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.6477161049842834,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9901325106620789,
            "min_up": 0.9608924388885498,
            "mean_heading": 0.9271391034126282,
            "min_heading": 0.6710329651832581,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": 1e-08,
          "score": 8255.66716003418,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9645615816116333,
            "heading_threshold_value": 0.8678721785545349,
            "joint_threshold_value": 1.1642990112304688,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 1039.058349609375,
            "mean_reward": 2.1647050380706787,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 24.055362701416016,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.653581976890564,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9914846420288086,
            "min_up": 0.9645615816116333,
            "mean_heading": 0.949659526348114,
            "min_heading": 0.8678721785545349,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": 3e-08,
          "score": 7787.450859069824,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9559124112129211,
            "heading_threshold_value": 0.8461738228797913,
            "joint_threshold_value": 1.1616681814193726,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 890.8629150390625,
            "mean_reward": 1.8559645414352417,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 22.98862648010254,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.6459726095199585,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9898310899734497,
            "min_up": 0.9559124112129211,
            "mean_heading": 0.9385027289390564,
            "min_heading": 0.8461738228797913,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": 1e-07,
          "score": 7706.359512329102,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9587732553482056,
            "heading_threshold_value": 0.6571385264396667,
            "joint_threshold_value": 1.1825098991394043,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 925.0450439453125,
            "mean_reward": 1.9271773099899292,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 22.604381561279297,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.6488755941390991,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9913520812988281,
            "min_up": 0.9587732553482056,
            "mean_heading": 0.9183457493782043,
            "min_heading": 0.6571385264396667,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": 3e-07,
          "score": 8007.643379211426,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9475299119949341,
            "heading_threshold_value": 0.7747339606285095,
            "joint_threshold_value": 1.16166353225708,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 1032.88427734375,
            "mean_reward": 2.1518423557281494,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 23.249197006225586,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.6463137865066528,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9900763630867004,
            "min_up": 0.9475299119949341,
            "mean_heading": 0.9215530157089233,
            "min_heading": 0.7747339606285095,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": -1e-08,
          "score": 8158.5679931640625,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9646527767181396,
            "heading_threshold_value": 0.647735059261322,
            "joint_threshold_value": 1.1630833148956299,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 925.6273193359375,
            "mean_reward": 1.928390383720398,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 24.10980224609375,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.649185299873352,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9914371967315674,
            "min_up": 0.9646527767181396,
            "mean_heading": 0.8977829217910767,
            "min_heading": 0.647735059261322,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": -3e-08,
          "score": 8192.719284057617,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9600192904472351,
            "heading_threshold_value": 0.8065840005874634,
            "joint_threshold_value": 1.1616629362106323,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 1021.1361083984375,
            "mean_reward": 2.1273670196533203,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 23.905277252197266,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.6475743651390076,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9910382032394409,
            "min_up": 0.9600192904472351,
            "mean_heading": 0.9137271642684937,
            "min_heading": 0.8065840005874634,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        },
        {
          "step": -1e-07,
          "score": 7981.04402923584,
          "shortfalls": {
            "height_threshold_value": 0.4986369013786316,
            "up_threshold_value": 0.9618439078330994,
            "heading_threshold_value": 0.7273077368736267,
            "joint_threshold_value": 1.1620479822158813,
            "height_shortfall": null,
            "up_shortfall": null,
            "heading_shortfall": null,
            "joint_shortfall": null,
            "posture_shortfall": 0
          },
          "rollout": {
            "num_envs": 1024,
            "return": 982.5601806640625,
            "mean_reward": 2.0470004081726074,
            "alive_fraction": 1.0,
            "mean_forward_displacement": 23.328279495239258,
            "min_forward_displacement": null,
            "max_forward_displacement": null,
            "mean_height": 0.6493902206420898,
            "min_height": 0.4986369013786316,
            "mean_up": 0.9924939274787903,
            "min_up": 0.9618439078330994,
            "mean_heading": 0.8823187947273254,
            "min_heading": 0.7273077368736267,
            "terminal_count": 0,
            "fall_count": 0,
            "invalid_count": 0
          }
        }
      ],
      "training_warmup_steps": 0,
      "training_warmup_invalid_resets": 0,
      "training_warmup_fall_resets": 0,
      "training_warmup_stop_count": 0,
      "mean_reward": -0.0864391028881073,
      "final_step_reward": -3.2051334381103516,
      "loss": 0.05068283528089523,
      "actor_objective": "reward",
      "displacement_objective_weight": null,
      "grad_norm": 96.60010166235278,
      "anchor_action_mse": null,
      "anchor_action_penalty": null,
      "survival_margin_penalty": 0.0,
      "survival_margin_penalty_max": 0.0,
      "value_loss": null,
      "selection_return": 1039.058349609375,
      "selection_score": 8255.66716003418,
      "selection_mean_reward": 2.1647050380706787,
      "selection_forward_displacement": 24.055362701416016,
      "selection_alive_fraction": 1.0,
      "selection_mean_height": 0.653581976890564,
      "selection_min_height": 0.4986369013786316,
      "selection_mean_up": 0.9914846420288086,
      "selection_min_up": 0.9645615816116333,
      "selection_mean_heading": 0.949659526348114,
      "selection_min_heading": 0.8678721785545349,
      "selection_height_shortfall": null,
      "selection_up_shortfall": null,
      "selection_heading_shortfall": null,
      "selection_joint_shortfall": null,
      "selection_posture_shortfall": 0,
      "selection_terminal_count": 0,
      "selection_fall_count": 0,
      "selection_invalid_count": 0,
      "selection_rollout": {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "terminal_count": 0,
        "fall_count": 0,
        "invalid_count": 0,
        "first_terminal_step": null,
        "mean_terminal_step": null,
        "terminal_env_ids": [],
        "terminal_steps": [],
        "mean_forward_displacement": 24.055362701416016,
        "mean_completed_return": 1039.0582275390625,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "horizon": 480,
        "selection_env_count": 1024
      },
      "invalid_resets": 0,
      "fall_resets": 0,
      "timeout_resets": 0,
      "epoch_seconds": 39.088683743961155,
      "fps": 6.549210039326271
    }
  ],
  "eval": {
    "num_envs": 1024,
    "mean_reward": 2.1647050380706787,
    "return": 1039.058349609375,
    "alive_fraction": 1.0,
    "reset_count": 1024,
    "invalid_count": 0,
    "fall_count": 0,
    "timeout_count": 1024,
    "completed_episodes": 1024,
    "mean_completed_return": 1039.0582275390625,
    "mean_completed_length": 480.0,
    "mean_forward_displacement": 24.055362701416016,
    "mean_height": 0.653581976890564,
    "min_height": 0.4986369013786316,
    "mean_up": 0.9914846420288086,
    "min_up": 0.9645615816116333,
    "mean_heading": 0.949659526348114,
    "min_heading": 0.8678721785545349,
    "mean_abs_joint_pos_scaled": 0.5067428350448608,
    "max_abs_joint_pos_scaled": 1.1642990112304688,
    "mean_joint_limit_fraction": 0.1158854216337204,
    "max_joint_limit_fraction": 0.375,
    "mean_abs_action": 0.5529208779335022,
    "max_abs_action": 0.9524393677711487,
    "mean_abs_joint_velocity": 4.306952476501465,
    "unfinished_mean_return": 0.0,
    "unfinished_mean_length": 0.0,
    "final_obs_mean": [
      0.6527595520019531,
      3.17626690864563,
      0.14961561560630798,
      1.8546372652053833,
      1.7458300590515137,
      -0.8654413819313049,
      -2.072021007537842,
      -0.34228625893592834,
      0.044832829385995865,
      -0.34221091866493225,
      0.9987868666648865,
      0.9414262175559998,
      0.8563012480735779,
      0.7005070447921753,
      -1.0362050533294678,
      0.16902239620685577,
      -1.0087850093841553,
      -0.8971146941184998,
      -0.2145063728094101,
      -0.9937182068824768,
      0.6905927062034607,
      0.198456272482872,
      0.07884351909160614,
      -1.8482518196105957,
      0.1900484412908554,
      0.6269694566726685,
      0.4489358961582184,
      0.31542107462882996,
      -0.38189569115638733,
      -0.8904712200164795,
      -0.2825135886669159,
      -0.8140391707420349,
      0.7021468877792358,
      0.8141202330589294,
      -0.766569197177887,
      0.47790610790252686
    ],
    "final_obs_normalized_mean": [
      0.6031522154808044,
      2.755401372909546,
      0.12232539802789688,
      2.716099977493286,
      1.4563859701156616,
      -0.9634400010108948,
      -1.7420786619186401,
      -0.0422944612801075,
      -0.21761780977249146,
      -0.04226130619645119,
      0.2311560958623886,
      0.631956934928894,
      1.2081013917922974,
      1.9166909456253052,
      -1.1877965927124023,
      0.926918089389801,
      -1.054900050163269,
      -1.0062596797943115,
      -0.18757858872413635,
      -0.9741392135620117,
      1.462155818939209,
      0.30292779207229614,
      0.10889851301908493,
      -2.0485005378723145,
      0.24122358858585358,
      0.7825657725334167,
      0.9099795818328857,
      0.4275093376636505,
      -0.7185395359992981,
      -1.5838946104049683,
      -0.26662200689315796,
      -1.0312031507492065,
      1.384973406791687,
      1.5169755220413208,
      -1.4208399057388306,
      0.9010782241821289
    ]
  },
  "eval_uninterrupted": {
    "num_envs": 1024,
    "mean_reward": 2.1647050380706787,
    "return": 1039.058349609375,
    "alive_fraction": 1.0,
    "terminal_count": 0,
    "fall_count": 0,
    "invalid_count": 0,
    "first_terminal_step": null,
    "mean_terminal_step": null,
    "terminal_env_ids": [],
    "terminal_steps": [],
    "mean_forward_displacement": 24.055362701416016,
    "mean_completed_return": 1039.0582275390625,
    "mean_height": 0.653581976890564,
    "min_height": 0.4986369013786316,
    "mean_up": 0.9914846420288086,
    "min_up": 0.9645615816116333,
    "mean_heading": 0.949659526348114,
    "min_heading": 0.8678721785545349,
    "mean_abs_joint_pos_scaled": 0.5067428350448608,
    "max_abs_joint_pos_scaled": 1.1642990112304688,
    "mean_joint_limit_fraction": 0.1158854216337204,
    "max_joint_limit_fraction": 0.375,
    "mean_abs_action": 0.5529208779335022,
    "max_abs_action": 0.9524393677711487,
    "mean_abs_joint_velocity": 4.306952476501465,
    "horizon": 480
  },
  "eval_repeats": {
    "count": 3,
    "fall_count_total": 0,
    "fall_count_max": 0,
    "invalid_count_total": 0,
    "invalid_count_max": 0,
    "terminal_count_total": 0,
    "terminal_count_max": 0,
    "forward_displacement": {
      "mean": 24.055362701416016,
      "min": 24.055362701416016,
      "max": 24.055362701416016
    },
    "return": {
      "mean": 1039.058349609375,
      "min": 1039.058349609375,
      "max": 1039.058349609375
    },
    "min_height": {
      "mean": 0.4986369013786316,
      "min": 0.4986369013786316,
      "max": 0.4986369013786316
    },
    "min_up": {
      "mean": 0.9645615816116333,
      "min": 0.9645615816116333,
      "max": 0.9645615816116333
    },
    "min_heading": {
      "mean": 0.8678721785545349,
      "min": 0.8678721785545349,
      "max": 0.8678721785545349
    },
    "max_abs_joint_pos_scaled": {
      "mean": 1.1642990112304688,
      "min": 1.1642990112304688,
      "max": 1.1642990112304688
    },
    "mean_joint_limit_fraction": {
      "mean": 0.1158854216337204,
      "min": 0.1158854216337204,
      "max": 0.1158854216337204
    },
    "max_joint_limit_fraction": {
      "mean": 0.375,
      "min": 0.375,
      "max": 0.375
    },
    "max_abs_action": {
      "mean": 0.9524393677711487,
      "min": 0.9524393677711487,
      "max": 0.9524393677711487
    },
    "samples": [
      {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "reset_count": 1024,
        "invalid_count": 0,
        "fall_count": 0,
        "timeout_count": 1024,
        "completed_episodes": 1024,
        "mean_completed_return": 1039.0582275390625,
        "mean_completed_length": 480.0,
        "mean_forward_displacement": 24.055362701416016,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "unfinished_mean_return": 0.0,
        "unfinished_mean_length": 0.0,
        "final_obs_mean": [
          0.6527595520019531,
          3.17626690864563,
          0.14961561560630798,
          1.8546372652053833,
          1.7458300590515137,
          -0.8654413819313049,
          -2.072021007537842,
          -0.34228625893592834,
          0.044832829385995865,
          -0.34221091866493225,
          0.9987868666648865,
          0.9414262175559998,
          0.8563012480735779,
          0.7005070447921753,
          -1.0362050533294678,
          0.16902239620685577,
          -1.0087850093841553,
          -0.8971146941184998,
          -0.2145063728094101,
          -0.9937182068824768,
          0.6905927062034607,
          0.198456272482872,
          0.07884351909160614,
          -1.8482518196105957,
          0.1900484412908554,
          0.6269694566726685,
          0.4489358961582184,
          0.31542107462882996,
          -0.38189569115638733,
          -0.8904712200164795,
          -0.2825135886669159,
          -0.8140391707420349,
          0.7021468877792358,
          0.8141202330589294,
          -0.766569197177887,
          0.47790610790252686
        ],
        "final_obs_normalized_mean": [
          0.6031522154808044,
          2.755401372909546,
          0.12232539802789688,
          2.716099977493286,
          1.4563859701156616,
          -0.9634400010108948,
          -1.7420786619186401,
          -0.0422944612801075,
          -0.21761780977249146,
          -0.04226130619645119,
          0.2311560958623886,
          0.631956934928894,
          1.2081013917922974,
          1.9166909456253052,
          -1.1877965927124023,
          0.926918089389801,
          -1.054900050163269,
          -1.0062596797943115,
          -0.18757858872413635,
          -0.9741392135620117,
          1.462155818939209,
          0.30292779207229614,
          0.10889851301908493,
          -2.0485005378723145,
          0.24122358858585358,
          0.7825657725334167,
          0.9099795818328857,
          0.4275093376636505,
          -0.7185395359992981,
          -1.5838946104049683,
          -0.26662200689315796,
          -1.0312031507492065,
          1.384973406791687,
          1.5169755220413208,
          -1.4208399057388306,
          0.9010782241821289
        ]
      },
      {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "reset_count": 1024,
        "invalid_count": 0,
        "fall_count": 0,
        "timeout_count": 1024,
        "completed_episodes": 1024,
        "mean_completed_return": 1039.0582275390625,
        "mean_completed_length": 480.0,
        "mean_forward_displacement": 24.055362701416016,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "unfinished_mean_return": 0.0,
        "unfinished_mean_length": 0.0,
        "final_obs_mean": [
          0.6527595520019531,
          3.17626690864563,
          0.14961561560630798,
          1.8546372652053833,
          1.7458300590515137,
          -0.8654413819313049,
          -2.072021007537842,
          -0.34228625893592834,
          0.044832829385995865,
          -0.34221091866493225,
          0.9987868666648865,
          0.9414262175559998,
          0.8563012480735779,
          0.7005070447921753,
          -1.0362050533294678,
          0.16902239620685577,
          -1.0087850093841553,
          -0.8971146941184998,
          -0.2145063728094101,
          -0.9937182068824768,
          0.6905927062034607,
          0.198456272482872,
          0.07884351909160614,
          -1.8482518196105957,
          0.1900484412908554,
          0.6269694566726685,
          0.4489358961582184,
          0.31542107462882996,
          -0.38189569115638733,
          -0.8904712200164795,
          -0.2825135886669159,
          -0.8140391707420349,
          0.7021468877792358,
          0.8141202330589294,
          -0.766569197177887,
          0.47790610790252686
        ],
        "final_obs_normalized_mean": [
          0.6031522154808044,
          2.755401372909546,
          0.12232539802789688,
          2.716099977493286,
          1.4563859701156616,
          -0.9634400010108948,
          -1.7420786619186401,
          -0.0422944612801075,
          -0.21761780977249146,
          -0.04226130619645119,
          0.2311560958623886,
          0.631956934928894,
          1.2081013917922974,
          1.9166909456253052,
          -1.1877965927124023,
          0.926918089389801,
          -1.054900050163269,
          -1.0062596797943115,
          -0.18757858872413635,
          -0.9741392135620117,
          1.462155818939209,
          0.30292779207229614,
          0.10889851301908493,
          -2.0485005378723145,
          0.24122358858585358,
          0.7825657725334167,
          0.9099795818328857,
          0.4275093376636505,
          -0.7185395359992981,
          -1.5838946104049683,
          -0.26662200689315796,
          -1.0312031507492065,
          1.384973406791687,
          1.5169755220413208,
          -1.4208399057388306,
          0.9010782241821289
        ]
      },
      {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "reset_count": 1024,
        "invalid_count": 0,
        "fall_count": 0,
        "timeout_count": 1024,
        "completed_episodes": 1024,
        "mean_completed_return": 1039.0582275390625,
        "mean_completed_length": 480.0,
        "mean_forward_displacement": 24.055362701416016,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "unfinished_mean_return": 0.0,
        "unfinished_mean_length": 0.0,
        "final_obs_mean": [
          0.6527595520019531,
          3.17626690864563,
          0.14961561560630798,
          1.8546372652053833,
          1.7458300590515137,
          -0.8654413819313049,
          -2.072021007537842,
          -0.34228625893592834,
          0.044832829385995865,
          -0.34221091866493225,
          0.9987868666648865,
          0.9414262175559998,
          0.8563012480735779,
          0.7005070447921753,
          -1.0362050533294678,
          0.16902239620685577,
          -1.0087850093841553,
          -0.8971146941184998,
          -0.2145063728094101,
          -0.9937182068824768,
          0.6905927062034607,
          0.198456272482872,
          0.07884351909160614,
          -1.8482518196105957,
          0.1900484412908554,
          0.6269694566726685,
          0.4489358961582184,
          0.31542107462882996,
          -0.38189569115638733,
          -0.8904712200164795,
          -0.2825135886669159,
          -0.8140391707420349,
          0.7021468877792358,
          0.8141202330589294,
          -0.766569197177887,
          0.47790610790252686
        ],
        "final_obs_normalized_mean": [
          0.6031522154808044,
          2.755401372909546,
          0.12232539802789688,
          2.716099977493286,
          1.4563859701156616,
          -0.9634400010108948,
          -1.7420786619186401,
          -0.0422944612801075,
          -0.21761780977249146,
          -0.04226130619645119,
          0.2311560958623886,
          0.631956934928894,
          1.2081013917922974,
          1.9166909456253052,
          -1.1877965927124023,
          0.926918089389801,
          -1.054900050163269,
          -1.0062596797943115,
          -0.18757858872413635,
          -0.9741392135620117,
          1.462155818939209,
          0.30292779207229614,
          0.10889851301908493,
          -2.0485005378723145,
          0.24122358858585358,
          0.7825657725334167,
          0.9099795818328857,
          0.4275093376636505,
          -0.7185395359992981,
          -1.5838946104049683,
          -0.26662200689315796,
          -1.0312031507492065,
          1.384973406791687,
          1.5169755220413208,
          -1.4208399057388306,
          0.9010782241821289
        ]
      }
    ],
    "scores": [
      8255.66716003418,
      8255.66716003418,
      8255.66716003418
    ],
    "score": {
      "mean": 8255.66716003418,
      "min": 8255.66716003418,
      "max": 8255.66716003418
    }
  },
  "eval_uninterrupted_repeats": {
    "count": 3,
    "fall_count_total": 0,
    "fall_count_max": 0,
    "invalid_count_total": 0,
    "invalid_count_max": 0,
    "terminal_count_total": 0,
    "terminal_count_max": 0,
    "forward_displacement": {
      "mean": 24.055362701416016,
      "min": 24.055362701416016,
      "max": 24.055362701416016
    },
    "return": {
      "mean": 1039.058349609375,
      "min": 1039.058349609375,
      "max": 1039.058349609375
    },
    "min_height": {
      "mean": 0.4986369013786316,
      "min": 0.4986369013786316,
      "max": 0.4986369013786316
    },
    "min_up": {
      "mean": 0.9645615816116333,
      "min": 0.9645615816116333,
      "max": 0.9645615816116333
    },
    "min_heading": {
      "mean": 0.8678721785545349,
      "min": 0.8678721785545349,
      "max": 0.8678721785545349
    },
    "max_abs_joint_pos_scaled": {
      "mean": 1.1642990112304688,
      "min": 1.1642990112304688,
      "max": 1.1642990112304688
    },
    "mean_joint_limit_fraction": {
      "mean": 0.1158854216337204,
      "min": 0.1158854216337204,
      "max": 0.1158854216337204
    },
    "max_joint_limit_fraction": {
      "mean": 0.375,
      "min": 0.375,
      "max": 0.375
    },
    "max_abs_action": {
      "mean": 0.9524393677711487,
      "min": 0.9524393677711487,
      "max": 0.9524393677711487
    },
    "samples": [
      {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "terminal_count": 0,
        "fall_count": 0,
        "invalid_count": 0,
        "first_terminal_step": null,
        "mean_terminal_step": null,
        "terminal_env_ids": [],
        "terminal_steps": [],
        "mean_forward_displacement": 24.055362701416016,
        "mean_completed_return": 1039.0582275390625,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "horizon": 480
      },
      {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "terminal_count": 0,
        "fall_count": 0,
        "invalid_count": 0,
        "first_terminal_step": null,
        "mean_terminal_step": null,
        "terminal_env_ids": [],
        "terminal_steps": [],
        "mean_forward_displacement": 24.055362701416016,
        "mean_completed_return": 1039.0582275390625,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "horizon": 480
      },
      {
        "num_envs": 1024,
        "mean_reward": 2.1647050380706787,
        "return": 1039.058349609375,
        "alive_fraction": 1.0,
        "terminal_count": 0,
        "fall_count": 0,
        "invalid_count": 0,
        "first_terminal_step": null,
        "mean_terminal_step": null,
        "terminal_env_ids": [],
        "terminal_steps": [],
        "mean_forward_displacement": 24.055362701416016,
        "mean_completed_return": 1039.0582275390625,
        "mean_height": 0.653581976890564,
        "min_height": 0.4986369013786316,
        "mean_up": 0.9914846420288086,
        "min_up": 0.9645615816116333,
        "mean_heading": 0.949659526348114,
        "min_heading": 0.8678721785545349,
        "mean_abs_joint_pos_scaled": 0.5067428350448608,
        "max_abs_joint_pos_scaled": 1.1642990112304688,
        "mean_joint_limit_fraction": 0.1158854216337204,
        "max_joint_limit_fraction": 0.375,
        "mean_abs_action": 0.5529208779335022,
        "max_abs_action": 0.9524393677711487,
        "mean_abs_joint_velocity": 4.306952476501465,
        "horizon": 480
      }
    ],
    "scores": [
      8255.66716003418,
      8255.66716003418,
      8255.66716003418
    ],
    "score": {
      "mean": 8255.66716003418,
      "min": 8255.66716003418,
      "max": 8255.66716003418
    }
  },
  "video": "ant_rollout.mp4",
  "poster": "ant_poster.png",
  "video_horizon": 480,
  "gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition, [Insufficient Permissions], 580.126.20"
}