-
Optimize unlocking code and decipher implementation to be faster.
Requires refactoring of the code. It is planned to make a module dedicated to encryption with implementation of more advanced unit …
-
Is there an example using futures + zipline?
I have my own futures data.
-
I propose modification of the various run methods to enable doing so in the background rather than occupying the foreground R session. This is useful for scenarios where one wants to do other things w…
-
# Fixed Wing Vehicle Integration
I am working on adding a FixedWing aircraft class into Airsim, so far I have been documenting my work under issue #2508 but as suggested by @rajat2004 it would be u…
AOS55 updated
3 months ago
-
todo: add KL penalty between current and marginal policy as an intrinsic reward/penalty
log π(a|s)/p(a)
the question is if this will induce perseveration
the only thing to figure out is how to …
-
The current difficulty algorithm appears to have an averaging window of N=50 which is pretty long and 3x more than Zcash. This allows big miners to come on and off, "stealing" blocks before the diff …
-
I have two externally triggered Raspberry Pi global shutter cameras connected to a Raspberry Pi 5, with each camera running in its own thread. They capture nearly identical but slightly shifted fields…
-
https://github.com/dask/dask/pull/6066 recently added a `DataFrame.shuffle`
method for partitioning a dataframe by one or more columns based on the hash of
the column's values. All rows with an equa…
-
Hi folks,
I added three samples which I had in my mind:
- [Processing element with finite capacity](https://github.com/Applied-Duality/ReactiveRemote/wiki/Examples-of-backpressure#processing-element-…
rkuhn updated
11 years ago
-
Would be good to have `__dask_tokenize__` methods added to `Array` and possibly `Group` classes. These methods are used to generate unique identifiers for different Dask objects. By default, they will…