srb agent eval — Evaluate Agent

The srb agent eval command allows you to evaluate trained Reinforcement Learning (RL) agents on Space Robotics Bench environments.

Usage

srb agent eval --algo ALGO --env ENV_ID [options]

Options | Shared Agent Options

OptionDescriptionDefault
--algo ALGORL algorithm used for training the policyREQUIRED
--model MODELPath to a specific checkpoint

Examples

See the Reinforcement Learning Workflow guide for detailed examples.