This is the source code for the paper "Adaptive Policy Learning for Offline-to-Online Reinforcement Learning"(AAAI2023).
Tested on pytorch1.4, mojuco210, python3.8
- Set the agent/engine name in config/exp.yaml, e.g., GCQL
- Run "python off_on_interleave.py"
The code implementation is based on spinningup,rlkit and cql