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

https://github.com/locuslab/ase

Analogous Safe-state Exploration (ASE) is an algorithm for provably safe and optimal exploration in MDPs with unknown, stochastic dynamics.
https://github.com/locuslab/ase

Last synced: about 1 year ago
JSON representation

Analogous Safe-state Exploration (ASE) is an algorithm for provably safe and optimal exploration in MDPs with unknown, stochastic dynamics.

Awesome Lists containing this project

README

          

Analogous Safe-state Exploration
===

Building:
--------
To build, simply run `python setup.py build_ext --inplace`

Running:
--------
To run the experiments, run `main.py` with a YAML config file.

Example: `python main.py --config experiment_configs/unsafe_grid_world.yaml`