Ethan Lew

Results 12 issues of Ethan Lew

While profanity-check has proven to be a useful model, there seems to be difficulties getting it to work with Python versions above 3.7.0. This issue could be addressed by switching...

**Summary** * fixed constraints as seen in issue #344 * remove nested double loop to speed up model generation **TODO** - [ ] add assertions - [x] run comparison of...

**Describe the bug** I was able to get the solution [[0 0 Q 0] [0 Q 0 0] [0 0 0 Q] [Q 0 0 0]] For a 4x4 4-Queens...

Hi! First of all, thank you for your excellent work on the `quick-xml` project! I'm currently working on a project where accurate error reporting would be nice. Particularly, I would...

enhancement
help wanted
serde

* add unit tests for core and integration tests for the python bindings

**Issue** When running `pip install -r requirements` I receive the error ```shell × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [52 lines of output] Edit...

* set a seed so the example reproduces * train on more trajectories for more stable output

enhancement