Wang Yuqi
Wang Yuqi
Hi all, I have a couple of noob questions that I hope someone could answer: 1. Benchmarks on this GitHub page show that MurmurHash3 runs at over 3000 MB/s, while...
## System Information - Python version: 3.11.11 - Operating System: Ubuntu 24.04.1 - pip version: 23.0 # Issue Hi, I encountered several dependency conflicts while attempting to set up the...
Hi, In `models.py/WorldModel`'s `_train` method, I think the `dyn_loss` and `rep_loss` are missing the `torch.mean()` operation before storing to metrics, given that they are the same shape as `kl_value`. Please...