Skip to content

YiqinYang/VEM

Repository files navigation

Value-Based Episodic Memory Control

This is a pytorch implementation of VEM on Datasets for Deep Data-Driven Reinforcement Learning (D4RL), the corresponding paper of VEM is Offline Reinforcement Learning with Value-Based Episodic Memory.

VEM-framwork

Requirements

Quick Start

$ python3 main.py

Citing

If you find this open source release useful, please reference in your paper:

@article{ma2021offline,
  title={Offline Reinforcement Learning with Value-based Episodic Memory},
  author={Ma, Xiaoteng and Yang, Yiqin and Hu, Hao and Liu, Qihan and Yang, Jun and Zhang, Chongjie and Zhao, Qianchuan and Liang, Bin},
  journal={arXiv preprint arXiv:2110.09796},
  year={2021}
}

Note

About

Codes accompanying the paper "Offline Reinforcement Learning with Value-Based Episodic Memory" (ICLR 2022 https://arxiv.org/abs/2110.09796)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages