Skip to content

Conversation

@xyao-nv
Copy link
Collaborator

@xyao-nv xyao-nv commented Jan 27, 2026

Summary

Evaluation jobs may have different num of envs. Some may require camera sensors and some may not.Eval_runner needs to handle those configurations with persistent app setup.

Detailed description

  • Fix tests with evaluation job status checking
  • Activate enable_camera if any job requires cameras before Sim App starts
  • Allow different number of envs per job

@xyao-nv xyao-nv marked this pull request as ready for review January 27, 2026 23:15
Copy link
Collaborator

@alexmillane alexmillane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thank you for adding this!

Comment on lines +57 to +59
# will not override the enable_cameras flag if it is already set from cli
if not hasattr(args_cli, "enable_cameras") or not args_cli.enable_cameras:
args_cli.enable_cameras = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment confused me a bit. If args.enable_cameras doesn't exist or is Flase we set it, effective overriding the command line. If it's already True we don't set it to True again (which is kind of a no-op anyway). I think we can just remove this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants