Gabe Grand

Results 4 issues of Gabe Grand

I'm trying to build a clean conda environment with Griddly manually installed from the repo. (The latest `griddly` version on PyPI is 1.6.7, which has some incompatibilities with `gymnasium` --...

Hi @tomsilver - when you get a chance, would you mind adding a `setup.py` for this repo? I'm building something that uses PDDLGym (+ the planners). I want to create...

The demo command for IFEval is no longer working. @lehougoogle this appears to be due to a similar data version mismatch as in https://github.com/google-research/google-research/issues/1856. ``` python3 -m instruction_following_eval.evaluation_main \ --input_data=./instruction_following_eval/data/input_data.jsonl...

There are cases (e.g., testing / debugging) where it's useful to sample with temperature=0. However, currently, LMContext requires 0 < temperature < infinity: https://github.com/probcomp/hfppl/blob/a191fca4f2055094ede389d10f63e6250ab4601e/hfppl/distributions/lmcontext.py#L112 Setting it to 0 results in...