To install requirements:
pip install -r requirements.txt
-
agents/-
agent/agents.pycontains human/machine action policies, including UCRL2 algorithm. -
agent/switching_agents.pycontains implementation of UCRL2-MC, and UCRL2 for switching agents.
-
-
environments/contains the code to produce the episodic MDP for the lane driving environment used in the paper. -
experiments/contains the single team and multiple teams experiment.
See the notebook plots.ipynb to reproduce the results in the paper:
jupyter notebook plots.ipynb