This project aims to reproduce some currently popular imitation learning & offline reinforcement learning algorithms, and compare them within the same framework.
- ValueDICE
- iq-learn
- sqil
This project works with Python 3.7, and before starting the implementation, please check and install the necessary packages listed in ./requirements.txt
:
pip install -r requirements.txt
Quick start (ensure that ./run_il_script.sh
is executable, and within it, you can choose the algorithms that you want to run):
./run_il_script.sh