Giter VIP home page Giter VIP logo

unsupervised-drl's Introduction

Boosting Reinforcement Learning with Unsupervised Feature Extraction

This repository contains the code to reproduce the results presented in the paper Boosting Reinforcement Learning with Unsupervised Feature Extraction presented at ICANN 2019.

The project is based on keras-rl by Matthias Plappert. We kindly thank him and all contributors for their great work.

Installation

The code can be installed by cloning this repository and executing pip install -e . in the directory containing the setup.py.

It is also necessary to install vizdoomgym. Make sure to check out the healthgathering branch to use our modified reward function for Health Gathering and Health Gathering Supreme.

Usage

Start training a DQN agent in the Basic scenario with randomly initilized filters for 1.5M time steps by executing python dqn.py --env-name=VizdoomBasic-v0 --filters=scratch --steps=1500000 in the examples directory.

The environments from the paper are VizdoomBasic-v0, VizdoomDefendCenter-v0, VizdoomHealthGathering-v0, VizdoomHealthGatheringSupreme-v0 and VizdoomMyWayHome-v0. Please refer to the documentation of vizdoomgym for more detailed information.

The filter option determines the feature extraction method that is used. Possible options are scratch, pretrained, convAE, SFA and combination.

unsupervised-drl's People

Contributors

shakenes avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.