https://github.com/humancompatibleai/overcooked-hai-exp
Overcooked-AI Experiment Psiturk Demo (for MTurk experiments)
https://github.com/humancompatibleai/overcooked-hai-exp
Last synced: 10 months ago
JSON representation
Overcooked-AI Experiment Psiturk Demo (for MTurk experiments)
- Host: GitHub
- URL: https://github.com/humancompatibleai/overcooked-hai-exp
- Owner: HumanCompatibleAI
- Created: 2019-06-25T21:39:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T17:24:55.000Z (about 5 years ago)
- Last Synced: 2025-06-25T01:44:27.676Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.76 MB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overcooked Human-AI Experiment Demo
## To build the experiment application (an npm app)
Make sure that the overcooked-js package is linked as `overcooked`.
Go to `static/js/task/` and run:
```
npm install
npm link overcooked
npm run build
```
## How to run psiturk app locally
- Set up a virtual environment with [psiturk](https://psiturk.org/)
(python 2.7). E.g., with anaconda, run
```
conda create -n psiturk_test_env python=2.7.14
source activate psiturk_test_env
pip install psiturk
```
- Go into the main folder and run `psiturk`.
- Start the server, `server on`
- Start a debug session, `debug`.
For additional information see the psiturk website.
## Hosting the experiments for MTurk
Refer to the instructions on the psiturk website.
An easy way to host the experiments for MTurk is by using an EC2 instance. Make sure you set it up following [these instructions](https://psiturk.readthedocs.io/en/latest/amazon_ec2.html).