Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 601 Bytes

Reinforcement Learning with Fairness Constraints for Resource Distribution in Human-Robot Teams

We provide a Python version of our algorithm with adjustable fairness constraints. We created sample responses for two hypothetical players, and run it for 100 time steps. This code was integrated with our cooperative Tetris game.

All_figs-3 001

Prerequisites

This code requires Python3. You can use pip to install the dependencies required:

pip install -r requirements.txt