Andrew Zhu
Andrew Zhu
Rather than one line per hp change displaying the new HP, group up all the HP changes and display the final new HP per target along with a delta
There's a lot of changes we can do to make the command documentation better and more automated. - [ ] Use a standard, computer-readable method of defining arguments and examples...
### Summary This adds property-based testing using [Hypothesis](https://hypothesis.readthedocs.io/en/latest/quickstart.html) in order to test arbitrary dice strings. It also blackifies the code and updates the CI to test on the latest versions...
# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...
### Summary As this project is no longer maintained by D&D Beyond and the MIT license allows me to continue work on it personally, I am adopting the library under...
Is there a way to use the webarena `ScriptBrowserEnv` in an async context? For some context on my use case, I'm not using the bundled `run.py`, but rather building up...
Currently, trying to import `evaluation_harness` from another package causes the following error: ```pycon >>> from evaluation_harness import evaluator_router Traceback (most recent call last): [...snip] File ".../venv/lib/python3.10/site-packages/evaluation_harness/helper_functions.py", line 18, in from...