Skip to content
/ pixel Public
forked from DanBuehrer/pixel

Code for the single pixel debate game from the paper "AI safety via debate" (https://arxiv.org/abs/1805.00899)

License

Notifications You must be signed in to change notification settings

Ardandxb/pixel

 
 

Repository files navigation

Status: Archive (code is provided as-is, no updates expected)

Single pixel debate game

Code for the debate game hosted at https://debate-game.openai.com. Go there for game instructions or to play it. For more details and motivation, see the blog post or paper.

The website is hosted on Firebase. It's MIT licensed, so feel free to clone and tweak, though you'll have to make your own Firebase project in order to run a copy. PRs to make that easier are welcome!

The image search feature uses a Flickr API key. If you want to host a copy of the site, you'll need to get your own key or use a different mechanism to pick images.

Instructions

npm install
npm run dev
open https://localhost:3000

Deploying

npm run fb login
npm run deploy

Firebase database

We use a Firebase Realtime Database to manage games. The ground truth schema is only stored in Firebase, but see database.md for a copy. Please file an issue if that file appears to be out of date.

About

Code for the single pixel debate game from the paper "AI safety via debate" (https://arxiv.org/abs/1805.00899)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • CSS 8.4%
  • HTML 5.9%