Technical reports

Permanent URI for this collection

Browse

Recent Submissions

Now showing 1 - 1 of 1
  • ItemOpen Access
    UNIFORMLY DISTRIBUTED DATA EFFECTS IN OFFLINE RL: A CASE STUDY IN GRIDWORLD SETTING
    (Nazarbayev University School of Engineering and Digital Sciences, 2024-05-24) Tokayev, Kuanysh; Park, Jurn-Gyu
    In the emerging landscape of off-policy reinforcement learning (RL), challenges arise due to the significant costs and risks tied to data collection. To address these issues, there is an alternative path for transitioning from off-policy to offline RL, known for its fixed data collection practices. This stands in contrast to online algorithms, which are sensitive to changes in data during the learning phase. However, the inherent challenge of offline RL lies in its limited interaction with the environment, resulting in inadequate data coverage. Hence, we underscore the convenient application of offline RL, 1) starting from thecollection of a static dataset, 2) followed by the training of offline RL models, and 3) culminating with testing in the same environment as off-policy RL methodologies. This involves the utilization of a uniform dataset gathered systematically via non- arbitrary action selection, covering all possible states of the environment. Utilizing the proposed approach, the Offline RL model employing a Multi-Layer Perceptron (MLP) achieves a testing accuracy that falls within 1% of the results obtained by the off-policy RL agent. Moreover, we provide a practical guide with datasets, offering valuable tutorials on the application of Offline RL in Gridworld-based real-world applications.