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
Option | Description | Default |
---|---|---|
--algo ALGO | RL algorithm used for training the policy | REQUIRED |
--model MODEL | Path to a specific checkpoint |
Examples
See the Reinforcement Learning Workflow guide for detailed examples.