スマートビルディング

  • 説明

スマート ビルディング データセット

Judah Goldfeder 氏と John Sipple 氏による論文「Real-World Data and Calibrated Simulation Suite for Offline Training of Reinforcement Learning Agents to Optimize Energy and Emission in Office Buildings」に付属するデータセット。3 つの商用オフィス ビルからの 6 年間の詳細な遠隔測定値が含まれています。

スプリット
  • 機能の構造:
FeaturesDict({
    'action': FeaturesDict({
        'request': FeaturesDict({
            'singleActionRequests': Sequence({
                'continuousValue': Scalar(shape=(), dtype=float32),
                'deviceId': Text(shape=(), dtype=string),
                'setpointName': Text(shape=(), dtype=string),
            }),
            'timestamp': Text(shape=(), dtype=string),
        }),
        'singleActionResponses': Sequence({
            'additionalInfo': Text(shape=(), dtype=string),
            'request': FeaturesDict({
                'continuousValue': Scalar(shape=(), dtype=float32),
                'deviceId': Text(shape=(), dtype=string),
                'setpointName': Text(shape=(), dtype=string),
            }),
            'responseType': Text(shape=(), dtype=string),
        }),
        'timestamp': Text(shape=(), dtype=string),
    }),
    'observation': FeaturesDict({
        'request': FeaturesDict({
            'singleObservationRequests': Sequence({
                'deviceId': Text(shape=(), dtype=string),
                'measurementName': Text(shape=(), dtype=string),
            }),
            'timestamp': Text(shape=(), dtype=string),
        }),
        'singleObservationResponses': Sequence({
            'continuousValue': Scalar(shape=(), dtype=float32),
            'observationValid': Text(shape=(), dtype=string),
            'singleObservationRequest': FeaturesDict({
                'deviceId': Text(shape=(), dtype=string),
                'measurementName': Text(shape=(), dtype=string),
            }),
            'timestamp': Text(shape=(), dtype=string),
        }),
        'timestamp': Text(shape=(), dtype=string),
    }),
    'reward': FeaturesDict({
        'agentRewardValue': Scalar(shape=(), dtype=float32),
        'carbonEmissionWeight': Scalar(shape=(), dtype=float32),
        'carbonEmitted': Scalar(shape=(), dtype=float32),
        'electricityEnergyCost': Scalar(shape=(), dtype=float32),
        'endTimestamp': Text(shape=(), dtype=string),
        'energyCostWeight': Scalar(shape=(), dtype=float32),
        'naturalGasEnergyCost': Scalar(shape=(), dtype=float32),
        'normalizedCarbonEmission': Scalar(shape=(), dtype=float32),
        'normalizedEnergyCost': Scalar(shape=(), dtype=float32),
        'normalizedProductivityRegret': Scalar(shape=(), dtype=float32),
        'personProductivity': Scalar(shape=(), dtype=float32),
        'productivityRegret': Scalar(shape=(), dtype=float32),
        'productivityReward': Scalar(shape=(), dtype=float32),
        'productivityWeight': Scalar(shape=(), dtype=float32),
        'rewardScale': Scalar(shape=(), dtype=float32),
        'startTimestamp': Text(shape=(), dtype=string),
        'totalOccupancy': Scalar(shape=(), dtype=float32),
    }),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
アクション特徴辞書
アクション/リクエスト特徴辞書
アクション/リクエスト/singleActionRequests順序
アクション/リクエスト/singleActionRequests/continuousValueスカラーfloat32
アクション/リクエスト/singleActionRequests/deviceId文章
アクション/リクエスト/singleActionRequests/setpointName文章
アクション/リクエスト/タイムスタンプ文章
アクション/シングルアクションレスポンス順序
アクション/singleActionResponses/AdditionalInfo文章
アクション/シングルアクションレスポンス/リクエスト特徴辞書
アクション/singleActionResponses/request/continuousValueスカラーfloat32
アクション/singleActionResponses/request/deviceId文章
アクション/singleActionResponses/request/setpointName文章
アクション/singleActionResponses/responseType文章
アクション/タイムスタンプ文章
観察特徴辞書
観察・要望特徴辞書
観察/リクエスト/singleObservationRequests順序
観察/リクエスト/singleObservationRequests/deviceId文章
観測/リクエスト/singleObservationRequests/measurementName文章
観察/リクエスト/タイムスタンプ文章
観察/単一観察応答順序
観察/singleObservationResponses/continuousValueスカラーfloat32
観察/単一観察応答/観察有効文章
観察/singleObservationResponses/singleObservationRequest特徴辞書
観察/singleObservationResponses/singleObservationRequest/deviceId文章
観測/singleObservationResponses/singleObservationRequest/measurementName文章
観測/単一観測応答/タイムスタンプ文章
観測/タイムスタンプ文章
褒美特徴辞書
報酬/エージェント報酬値スカラーfloat32
報酬/炭素排出重量スカラーfloat32
報酬/二酸化炭素排出量スカラーfloat32
報酬/電力エネルギーコストスカラーfloat32
報酬/終了タイムスタンプ文章
報酬/エネルギーコスト重量スカラーfloat32
報酬/天然ガスエネルギーコストスカラーfloat32
報酬/正規化炭素排出量スカラーfloat32
報酬/正規化されたエネルギーコストスカラーfloat32
報酬/正規化された生産性後悔スカラーfloat32
報酬/人生産性スカラーfloat32
報酬/生産性後悔スカラーfloat32
報酬/生産性報酬スカラーfloat32
報酬/生産性体重スカラーfloat32
報酬/報酬スケールスカラーfloat32
報酬/開始タイムスタンプ文章
報酬/総占有率スカラーfloat32
// TODO(smart_buildings_dataset): BibTeX citation

Smart_buildings/sb1 (デフォルト構成)