A project to create an RL agent that can play universal paperclips.
Install this package from the main repository directory with pip install.
Firefox is currently the only browser which is supported.
Learn about how RL can be applied by walking through these Jupyter notebooks
This notebook shows how the simpliest RL framework (bandits) can be applied to learn whether pressing the 'make paperclip' button aids the agent in its goal.
This notebook introduces an agent which takes into account the current state and approximates the value of each action based on a linear function.