sumitgohil / break-or-bust

Deep Reinforcement Learning Bustabit script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

break-or-bust

Deep Reinforcement Learning Bustabit script

Introduction

A Deep Reinforcement Learning Agent for Bustabit

Getting Started

Dependencies

  • Python 3.6 or higher (https://www.anaconda.com/download) or (https://www.python.org/downloads/)

  • Optional but recommended Create (and activate) a new environment with Python 3.6. Create (and activate) a new environment with Python 3.6.

    • Linux or Mac:
     conda create --name break-or-bust python=3.6
     source activate break-or-bust
    • Windows:
     conda create --name break-or-bust python=3.6 
     activate break-or-bust
  • Install tensorflow:

    conda install tensorflow-gpu
    or
    conda install tensorflow
  • Install requirements:

    conda install --yes --file requirements.txt

Instructions

  • Run:
    python .

ToDo

About

Deep Reinforcement Learning Bustabit script


Languages

Language:Jupyter Notebook 45.0%Language:Python 22.7%Language:HTML 16.7%Language:JavaScript 15.5%