This repository contains the source code of Single-agent Transfer RL baselines and benchmarks.
- Baselines
- Benchmarks
- Setup
- Usage
- Acknowledgements
We have covered the implementation of these following transfer RL methods, which are common used baselines presented in recent papers.
- PTF - IJCAI‘2020
- CAPS - AAMAS’2019
We run transfer RL algorithms in the benchmarks: Gridworld, Pinball, and MuJoCo. Please follow the results below.
// some introduction to Gridworld.
// some introduction to Pinball.
// some introduction to Mujoco.
- Clone the repository:
- Install dependencies:
If you found this code/work to be useful in your own research, please considering citing the following:
@article{,
title={},
author={},
journal={},
year={}
}