|
| 1 | +{ |
| 2 | + "random_seed": 0, |
| 3 | + "root_directory": null, |
| 4 | + "central_agent": true, |
| 5 | + "simulation_start_time_step": 0, |
| 6 | + "simulation_end_time_step": 7, |
| 7 | + "episode_time_steps": 8, |
| 8 | + "rolling_episode_split": false, |
| 9 | + "random_episode_split": false, |
| 10 | + "seconds_per_time_step": 900, |
| 11 | + "start_date": "2024-01-01", |
| 12 | + "observations": { |
| 13 | + "month": { "active": true, "shared_in_central_agent": true }, |
| 14 | + "day_type": { "active": true, "shared_in_central_agent": true }, |
| 15 | + "hour": { "active": true, "shared_in_central_agent": true }, |
| 16 | + "minutes": { "active": true, "shared_in_central_agent": true }, |
| 17 | + "outdoor_dry_bulb_temperature": { "active": true, "shared_in_central_agent": true }, |
| 18 | + "outdoor_dry_bulb_temperature_predicted_1": { "active": true, "shared_in_central_agent": true }, |
| 19 | + "outdoor_relative_humidity": { "active": true, "shared_in_central_agent": true }, |
| 20 | + "outdoor_relative_humidity_predicted_1": { "active": true, "shared_in_central_agent": true }, |
| 21 | + "diffuse_solar_irradiance": { "active": true, "shared_in_central_agent": true }, |
| 22 | + "diffuse_solar_irradiance_predicted_1": { "active": true, "shared_in_central_agent": true }, |
| 23 | + "direct_solar_irradiance": { "active": true, "shared_in_central_agent": true }, |
| 24 | + "direct_solar_irradiance_predicted_1": { "active": true, "shared_in_central_agent": true }, |
| 25 | + "carbon_intensity": { "active": true, "shared_in_central_agent": true }, |
| 26 | + "non_shiftable_load": { "active": true, "shared_in_central_agent": false }, |
| 27 | + "solar_generation": { "active": true, "shared_in_central_agent": false }, |
| 28 | + "electrical_storage_soc": { "active": true, "shared_in_central_agent": false }, |
| 29 | + "net_electricity_consumption": { "active": true, "shared_in_central_agent": false }, |
| 30 | + "electricity_pricing": { "active": true, "shared_in_central_agent": true }, |
| 31 | + "electricity_pricing_predicted_1": { "active": true, "shared_in_central_agent": true }, |
| 32 | + "electricity_pricing_predicted_2": { "active": true, "shared_in_central_agent": true }, |
| 33 | + "electricity_pricing_predicted_3": { "active": true, "shared_in_central_agent": true }, |
| 34 | + "electric_vehicle_charger_connected_state": { "active": true, "shared_in_central_agent": true }, |
| 35 | + "connected_electric_vehicle_at_charger_battery_capacity": { "active": true, "shared_in_central_agent": true }, |
| 36 | + "connected_electric_vehicle_at_charger_departure_time": { "active": true, "shared_in_central_agent": true }, |
| 37 | + "connected_electric_vehicle_at_charger_required_soc_departure": { "active": true, "shared_in_central_agent": true }, |
| 38 | + "connected_electric_vehicle_at_charger_soc": { "active": true, "shared_in_central_agent": true }, |
| 39 | + "electric_vehicle_charger_incoming_state": { "active": true, "shared_in_central_agent": true }, |
| 40 | + "incoming_electric_vehicle_at_charger_estimated_arrival_time": { "active": true, "shared_in_central_agent": true } |
| 41 | + }, |
| 42 | + "actions": { |
| 43 | + "electrical_storage": { "active": true }, |
| 44 | + "electric_vehicle_storage": { "active": true } |
| 45 | + }, |
| 46 | + "agent": { |
| 47 | + "type": "citylearn.agents.rbc.BasicElectricVehicleRBC_ReferenceController", |
| 48 | + "attributes": {} |
| 49 | + }, |
| 50 | + "reward_function": { |
| 51 | + "type": "citylearn.reward_function.RewardFunction", |
| 52 | + "attributes": {} |
| 53 | + }, |
| 54 | + "electric_vehicles_def": { |
| 55 | + "Electric_Vehicle_1": { |
| 56 | + "include": true, |
| 57 | + "battery": { |
| 58 | + "type": "citylearn.energy_model.Battery", |
| 59 | + "autosize": false, |
| 60 | + "attributes": { |
| 61 | + "capacity": 20.0, |
| 62 | + "nominal_power": 7.2, |
| 63 | + "initial_soc": 0.4, |
| 64 | + "efficiency": 0.95 |
| 65 | + } |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
| 69 | + "buildings": { |
| 70 | + "Building_1": { |
| 71 | + "include": true, |
| 72 | + "energy_simulation": "Building_1.csv", |
| 73 | + "weather": "weather.csv", |
| 74 | + "carbon_intensity": "carbon_intensity.csv", |
| 75 | + "pricing": "pricing.csv", |
| 76 | + "inactive_observations": [], |
| 77 | + "inactive_actions": [], |
| 78 | + "electrical_storage": { |
| 79 | + "type": "citylearn.energy_model.Battery", |
| 80 | + "autosize": false, |
| 81 | + "attributes": { |
| 82 | + "capacity": 5.0, |
| 83 | + "nominal_power": 5.0, |
| 84 | + "initial_soc": 0.5, |
| 85 | + "efficiency": 0.9 |
| 86 | + } |
| 87 | + }, |
| 88 | + "chargers": { |
| 89 | + "charger_1_1": { |
| 90 | + "type": "citylearn.electric_vehicle_charger.Charger", |
| 91 | + "charger_simulation": "charger_1_1.csv", |
| 92 | + "autosize": false, |
| 93 | + "attributes": { |
| 94 | + "nominal_power": 7.2, |
| 95 | + "efficiency": 0.95, |
| 96 | + "charger_type": 0, |
| 97 | + "max_charging_power": 7.2, |
| 98 | + "min_charging_power": 0.0, |
| 99 | + "max_discharging_power": 7.2, |
| 100 | + "min_discharging_power": 0.0 |
| 101 | + } |
| 102 | + } |
| 103 | + } |
| 104 | + } |
| 105 | + } |
| 106 | +} |
0 commit comments