Carsten Friedrich
Carsten Friedrich
I seem to have the same or a very similar problem with "ollama" default settings and running ollama v0.1.32. The console says I get parsing nodes: ~1000 it/s, and generating...
Thanks for your pull request. Happy to merge in principal, but I think some of them are not quite correct at the moment. E.g. I think get_probs() and get_valid_probs() in...
get_probs() and get_valid_probs() in DeepExpDoubleDuelQPlayer still look incorrect. Rest looks good!
Also wondering if the correct type in get_probs() and get_valid_probs() across all classes is actually `tuple[NDArray[float], NDArray[float]]` rather than `tuple[list[float], list[float]]`