Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 514 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 514 Bytes
# Interactive Reward Shaping The code for the paper ``Iterative Reward Shaping using Human Feedback for Correcting Reward Misspecification''. ## Installation ```shell conda create -n irs python=3.7 conda activate irs pip install -r requirements.txt ``` ## Running Experiments At the moment, experiments can be run with simulated users. ```shell python main.py --task gridworld python main.py --task highway python main.py --task inventory ``` # ITERS2.0