Coder Social home page Coder Social logo

afcarl / skipcts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mgbellemare/skipcts

0.0 1.0 0.0 2.56 MB

Skip Context Tree Switching - Reference Implementation

License: Apache License 2.0

Python 2.32% Makefile 0.56% Jupyter Notebook 90.07% CMake 0.10% C++ 6.70% C 0.26%

skipcts's Introduction

SkipCTS

Skip Context Tree Switching - Reference Implementation

Authors: Marc G. Bellemare, Joel Veness, Erik Talvitie; Google Inc. for the Python implementation

This is an implementation of the Skip Context Tree Switching (SkipCTS) algorithm based on Joel Veness' original source for Context Tree Switching (CTS). SkipCTS is described in the "Skip Context Tree Switching" by the authors, presented at ICML 2014. This paper can be found at

http://www.github.com/mgbellemare/SkipCTS

along with the latest version of the present source code.

In this code, the implementations for CTS and SkipCTS differ in a number of ways:

- The SkipCTS tree is stored within a hash table, whose size is specified with --slots
- SkipCTS is additionally parametrized by K, the number of allowed skips (--skips) 
- SkipCTS is also parametrized by a new set of skipping prior parameters (see skipcts.cpp)

This implementation of SkipCTS requires

- Boost 1.54.0
- CMake

See the included readme.txt for more details.

skipcts's People

Contributors

mgbellemare avatar brendanator avatar

Watchers

James Cloos 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.