📄️ Hyper Parameters
Each model directory contains a hyper_parameters.json file: a JSON object of training and
📄️ Metadata
A data class that is used to define and manage key information of a Genie Model.
📄️ Model TargetSpec
Pydantic model for one entry in target_specifications.json and
📄️ World Controls
A dataclass that is helpful in defining the action space and mapping design parameters.
📄️ AgentData
Data class representing the agent's optimization-related state
📄️ EnvData
Data passed to RL agents and environments for each optimization run
📄️ Genie Model
A high-level data class that structures all necessary information required by an agent for
🗃️ Optimization
4 items