kierad

Results 6 issues of kierad

Hello 👋 This is a question, not a feature request - I hope that's alright. I understand that this repo doesn't support infinite horizon episodes. The gridworld environment I want...

enhancement

Hello, thanks for sharing your code. Is it possible to use this for MDPs with negative reward states? I've tried setting negative rewards inside `setup_mdp()` in `example.py`, e.g. like: ```...

Hello, thanks for sharing your code. I'm having trouble running `generate_expert_data.py`. Here's what I'm trying: - `conda create --name irl-benchmark python=3.8` (The readme says 3.6, but 3.8 seems to be...

Hello, thank you for sharing your code. When I run `python src/birl.py`, this is the output I get: ``` sub optimal actions 8/200 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 5000/5000 [00:16

Hello, thank you for sharing this code. When I run `pip install -e .` I see this error: ``` ERROR: Could not find a version that satisfies the requirement jaxlib==0.1.48...

Thanks for sharing these methods! I'm keen to use this repo as a benchmark in an MSc project. I'm having trouble running the 'example usage' code given in the readme...