Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuela/e-stops

Source code for "Mo′ States Mo′ Problems: Emergency Stop Mechanisms from Observation"
https://github.com/samuela/e-stops

machine-learning neurips-2019 reinforcement-learning robotics

Last synced: 14 days ago
JSON representation

Source code for "Mo′ States Mo′ Problems: Emergency Stop Mechanisms from Observation"

Awesome Lists containing this project

README

        

# E-stops

![e-stop diagram](diagram.png)

Here lives the source code for "Mo' States Mo' Problems: Emergency Stop Mechanisms from Observation" by [Samuel Ainsworth](http://samlikes.pizza), [Matt Barnes](https://homes.cs.washington.edu/~mbarnes/), and [Siddhartha Srinivasa](https://goodrobot.ai) presented at NeurIPS 2019.

## Usage

This package uses [pipenv](https://github.com/pypa/pipenv) to manage dependencies, so you'll need a working pipenv installation. Then get started with:

```
$ pipenv install --dev
$ pipenv run python -m research.foo.bar
```