/Reward-pytorch

Algorithms associated with reward learning, written in pytorch

Primary LanguagePythonMIT LicenseMIT

Reward-pytorch

[WIP] Pytorch implementations of algorithms associated with reward learning, e.g., inverse reinforcement learning, preference-based reinforcement learning, etc.

Implemented Algorithms

Inverse Reinforcement Learning

Preference-based Reinforcement Learning

Installation

git clone https://github.com/BepfCp/Reward-pytorch.git
cd Reward-pytorch
pip install -e .

Run Experiment

python example.py agent=irl/gail env.id=Hopper-v4 dataset=./data/demo/hopper_expert.h5

Acknowledgement

Thanks to the following tutorial, blog and open-source code:

  • ...