Marc-Alexandre Côté
Marc-Alexandre Côté
> Say, in the task of boil something. I found that if agent pick up X and X is in its inventory. Then, when the agent wants to focus on...
Hi @Oaklight , would you mind trying with this WIP branch I have and let me know if that still hangs? pip install https://github.com/MarcCote/jericho/archive/refs/heads/fix_obj_num.zip
That's great. Thank you for reporting this.
That is very helpful. Thanks for reporting.
Hi @rfy1004. Did you change the runtime after installing 3.9? You can change it in the Runtime dropdown menu. Eg. for py38  I followed this https://stackoverflow.com/a/71511943 Also, note that...
Hi. thanks for reporting this. Do you have an code example to reproduce this? Is there any stacktrace information other than the error message?
Do you know if it's always the same game that fails? Does it depends on the actions sent to the game or is the error happening when loading the game?...
We don't have proper documentation other than the README.md. If you want to give it a go, that would be very useful for the community. :)
A first step could be to improve the number and quality of `__docstring__` in the code.
Type hinting is always great. I like the idea of running mypy but I wouldn't make it as a mandatory check for now.