Base policy
Air Force Research Laboratory (AFRL) Autonomous Capabilities Team (ACT3) Reinforcement Learning (RL) Core.
This is a US Government Work not subject to copyright protection in the US.
The use, dissemination or disclosure of data in this file is subject to limitation or restriction. See accompanying README and LICENSE for details.
BasePolicyValidator (BaseModel)
pydantic-model
ยค
Base Policy Validator to subclass for Experiments subclassing BaseExperiment
Source code in corl/policies/base_policy.py
class BasePolicyValidator(BaseModel):
"""
Base Policy Validator to subclass for Experiments subclassing BaseExperiment
"""
...