Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 858 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 858 Bytes

A bot that plays Universal Paperclips.

Intended for learning about reinforcement learning.

Dependencies

General

  • Python 3

Game Handler

  • Python modules:
    • Selenium
    • lxml
  • One of the following webdrivers:
    • Chromium
      • e.g. On Ubuntu: sudo apt install chromium-browser chromium-chromedriver
    • PhantomJS built with ghostdriver support

Game Emulation

  • Python modules:
    • py_mini_racer

Learning

Plotting

  • Python modules:
    • matplotlib

Documentation

  • Python modules:
    • Sphinx

Installation

git clone https://github.com/mmalahe/upb.git
cd upb
pip install -e .