Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 868 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 868 Bytes

Official Implementations of "Near-Optimal Policy Identification in Robust Constrained Markov Decision Processes via Epigraph Form"

This repository is the official implementation to reproduce the figures in Near-Optimal Policy Identification in Robust Constrained Markov Decision Processes via Epigraph Form.

Please see experiments.ipynb, algorithm-concept.ipynb, and grad-conflict.ipynb.

Requirements

# make sure you are in RCMDP-Epigraph/
poetry install

Run Experiments and Plot the results

Run all the cells in