HelloN00bman / overcooked-hAI-exp

Overcooked-AI Experiment Psiturk Demo (for MTurk experiments)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (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.

About

Overcooked-AI Experiment Psiturk Demo (for MTurk experiments)


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:Python 0.0%Language:CSS 0.0%