Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.19 KB

Inverse Optimal Control Adapted to the Noise Characteristics of the Human Sensorimotor System

agent_environment010

This repository contains code for the paper

Schultheis, M., Straub, D., & Rothkopf, C. A. (2021). Inverse Optimal Control Adapted to the Noise Characteristics of the Human Sensorimotor System. 35th Conference on Neural Information Processing Systems (NeurIPS 2021).

Install requirements

python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt

Running the examples

python reaching_example.py
python random_example.py
python belief_tracking.py
python eye_example.py

Citation

If you use our method in your research, please cite our paper:

@inproceedings{schultheis2021inverse,
  title={Inverse optimal control adapted to the noise characteristics of the human sensorimotor system},
  author={Schultheis, Matthias and Straub, Dominik and Rothkopf, Constantin A},
  booktitle={Advances in Neural Information Processing Systems},
  publisher={Curran Associates, Inc.},
  volume={34},
  pages={9429--9442},
  year={2021}
}