A bot that plays Universal Paperclips.
Intended for learning about reinforcement learning.
- Python 3
- 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
- The binary distribution from http://phantomjs.org/ is best.
- Chromium
- Python modules:
- py_mini_racer
- Python modules:
- Numpy
- OpenAI Gym
- OpenAI Baselines
- Python modules:
- matplotlib
- Python modules:
- Sphinx
git clone https://github.com/mmalahe/upb.git
cd upb
pip install -e .