Skip to content

Sweety-dm/Interference-aware-Deep-Q-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interference-aware Deep Q-learning

This is the code for the paper Catastrophic Interference in Reinforcement Learning: A Solution Based on Context Division and Knowledge Distillation by Tiantian Zhang, Xueqian Wang, Bin Liang, and Bo Yuan (TNNLS 2022).

Setup

Start a virtualenv with these commands:

virtualenv -p python3 .
source ./bin/activate

Then install necessary packages:

pip install -r requirements.txt

Citation

If you find this code useful, please reference in your paper:

@article{zhang2022catastrophic,
  title={Catastrophic interference in reinforcement learning: A solution based on context division and knowledge distillation},
  author={Zhang, Tiantian and Wang, Xueqian and Liang, Bin and Yuan, Bo},
  journal={IEEE Transactions on Neural Networks and Learning Systems},
  year={2022},
  publisher={IEEE}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages