Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.21 KB

rl-w-data

This project aims to reproduce some currently popular imitation learning & offline reinforcement learning algorithms, and compare them within the same framework.

done & planning

  • ValueDICE
  • iq-learn
  • sqil

Implementation

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

Reference