This repository contains the source code used for the paper Adaptive Reward-Free Exploration.
Install the required packages for Python 3 with:
pip install requirements.txt
To reproduce the experiments, simply run:
python3 estimation_error.py configs/double_chain.json
python3 state_occupancies.py configs/double_chain.json
python3 sample_complexity.py configs/double_chain.json
python3 estimation_error.py configs/gridworld.json
python3 state_occupancies.py configs/gridworld.json
The results will appear in the out
directory.