You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright (c) 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT
# Example agent-environment configuration YAML for evaluation
user_id: "Evaluation Test" # your individual team or user name goes here
user_key: "f2dcf0d1-f977-4e8b-9103-d03be0bffeec" # your indivdiualized id goes here (distributed to you by organizers)
scenario_environment: LBG1_LG3_I2_V1
agent_module_path: "[kspdg]/agent_api/example_agent.py" # absolute path to python module defining agent. Using [kspdg] at start will make this relative to kspdg installation
agent_cls: NaivePursuitAgent
agent_name: "Naive-Ned" # identifier name for logging purposes.
# The same agent class with different inputs can lead to different behaviors,
# so you should give each instantiation their own name