Coder Social home page Coder Social logo

afcarl / scalable-irl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amoliu/scalable-irl

0.0 0.0 0.0 275 KB

Scalable inverse reinforcement learning

Home Page: https://github.com/makokal/scalable-irl

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.26% Python 99.74%

scalable-irl's Introduction

Scalable inverse reinforcement learning

This repo contains code for scalable IRL approach that involves two key steps:

  1. Representation learning via adaptive state graphs aka controller graphs
  2. IRL over (infinite) state and action spaces via sampled trajectories

Features

  • Efficient and flexible graph based (hierarchical) representation.
  • Ability to incoporate task specific constrains directly into the MDP representation (the graph).
  • Admits efficient IRL algorithms on sampled trajectories.
    • Currently on BIRL variants are implemented

Installation

git clone https://github.com/makokal/scalable-irl.git
cd scalable-irl
[sudo] pip install -r requirements.txt  # install dependencies
make
[sudo] make develop  # For local development without global install
[sudo] make install  # for global install

Usage

See examples folder.

Roadmap

  • More value approximation/projection methods (e.g. Nystrom)
  • More guided sampling strategies/heuristics
  • Model-free RL solvers
  • Additional IRL variants, e.g. LP, MaxEnt

Contributions

Pull requests, issues are always welcome

Authors

  1. Billy Okal

If you use this software in your work, please cite the following paper

@InProceedings{okalRSSLfd15,
   author = {Okal, Billy and Gilbert, Hugo and Arras, Kai O.},
    title = {Efficient Inverse Reinforcement Learning using Adaptive State Graphs},
    booktitle={Robotics: Science and Systems (RSS), Workshop on Learning from Demonstration: Inverse optimal control, Reinforcement learning and Lifelong learning},
    address = {Rome, Italy},
    year={2015},
}

scalable-irl's People

Contributors

makokal 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.