Open kierad opened 1 year ago
Hello!
Just wanted to let you know I've seen your comment here. Thanks for your interest in the repo :) I'm quite busy at the moment, but will try and have a look what the issue is over the next week. Please ping me if you haven't heard from me by then!
Hello Aaron - just pinging you again as you suggested.
Hello Kierad and Aaron - I was wondering if you managed to solve the issues you were facing with the code or if you found other codes for implementing IRL algorithms? I would need to use MaxEnt for a project and I would appreciate knowing if this repo is working or not. Thank you!
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 (Exact Maximum Entropy IRL on FrozenLake). Here's what I've tried:
joblib==1.2.0
&scikit-learn==1.2.2
tosetup.py
as these seem to be required.to
mdp-extras/extras.py
(else I get an AttributeError fornS
,nA
, andisd
).and a couple of other changes that seem to be required (which I may have implemented incorrectly of course).
After these changes, the error I'm currently seeing when I run the example usage code is:
I'm using Python 3.9.16. Can you point me in the right direction?