-
Hi, @ongardie , I found that the action HandleAppendEntriesRequest(i, j, m) generates many unnecessary intermediate states when processing AERequest messages, which results in decreased efficiency for…
-
Hello, thanks for all the cool implementations.
I was specifically interested in the MoG-DQN, however, running your implementation, it seems that it does not manage to learn the simplest CartPole …
-
I noticed that in your implementation you've clamped the values of the `weight_norm` to min of `0` and max of `10`. I have seen this `10` before in other implementations and noticed that this comes f…
-
**PR for new model:** https://github.com/popsim-consortium/stdpopsim/pull/1099
**Original paper:** https://doi.org/10.1073/pnas.1619508114
**Potential issues that might lead to differences between…
-
hey, was just reading this paper http://www-users.cs.umn.edu/~lv/FBC.pdf and looked for implementations but didn't find any. it proposes some pretty interesting space saving capabilities that go beyon…
-
Given this
https://dl.acm.org/doi/10.5555/1624025.1624060
```
@inproceedings{10.5555/1624025.1624060,
author = {Reinefeld, Alexander},
title = {Complete solution of the eight-puzzle and the benef…
-
Hi,
Thanks for releasing such a high-quality and large-scale dataset. For the Two-Agent Task Completion (TATC) benchmark, the paper proposes a rule-based approach for both agents as the baseline. …
-
In order to back up our performance claims, we should provide some benchmarks comparing Feather to other implementations. Ideally, these should be based on real-world use cases, with bots performing a…
-
Arxiv Paper: https://arxiv.org/abs/1912.09363
Existing PyTorch Implementations: There is [one here, however I don't know if it is correct](https://github.com/mattsherar/Temporal_Fusion_Transform)
…
-
Hi, I have tested and used the pre-training weights file(weight/Epoch99.pth) you gave and added PSNR with SSIM calculations and found that the values are very different, can you please help me to ana…