Deep reinforcement learning

The 33-, 119-, and 136-bus datasets are commonly used in the field of power systems and electrical engineering to train reinforcement learning-based algorithms for distribution network reconfiguration. Distribution network reconfiguration involves altering the topology of the electrical distribution grid by opening or closing switches to optimize certain objectives, such as minimizing power losses, improving voltage profiles, or enhancing overall system efficiency. This process is essential for maintaining a reliable and cost-effective power distribution system.
- Categories:

In emerging vehicular networks, delay-sensitive tasks can be processed in real time by offloading to
the edge computing servers. Unlike the legacy scenarios, in this paper a novel data offloading/delivery
decision making framework is proposed, where users have the option to divide their task into several
portions and partially offload their data to a complex multi-access edge computing (MEC) environment,
consisting of several MEC servers located on road side units (RSUs), base stations (BSs), and unused
- Categories:
In this paper, we propose a novel cooperative resource sharing in a multi-tier edge slicing networks which is
robust to imperfect channel state information (CSI) caused by user equipments’ (UEs) mobility. Due to the mobility
of UEs, the dynamic requirements of their tasks, and the limited resources of the network, we propose a smart joint
dynamic pricing and resources sharing (SJDPRS) scenario that can incentivize the infrastructure provider (InP) and
mobile network operators (MNOs). Aiming to maximize the profits of UEs, MNOs and the InP under the task
- Categories:

# -*- coding: utf-8 -*-
"""
Created on Wed Feb 26 11:19:38 2020
@author: ali nouruzi
"""
import numpy as np
import random
- Categories: