Custom Scenario Scorer
Create a custom scenario scorer.
Create a custom scenario scorer.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Name of the type of custom scorer.
Bash script for the custom scorer taking context as a json object $RL_SCORER_CONTEXT.
Response
200 - application/json
OK
A ScenarioScorerView represents a custom scoring function for a Scenario.
ID for the scenario scorer.
Name of the type of scenario scorer.
Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring.
Was this page helpful?