Craig
Craig
It is unlikely that we will be able to add full `JWK` and/or `secp256*` support for encrypting, signing or verifying any time SoonTM, especially since those features would need to...
> Why would Stronghold need to support this as well? For secure key management and operations, Stronghold has to expose the cryptographic operations required for us to call via the...
There are several obstacles to implementing controllers right now due to having to resolve the entire history of a DID. Primarily, verifying signatures on both integration chain and diff chain...
This issue is still on hold due to technical limitations with the current DID method. The planned UTXO DID Method atop Stardust will see controllers handled at the protocol level...
1. The shrink variable is just a scaling factor per basis function term optionally provided by the basis to help prevent extremely large values and divergence. This is only used...
> finetune a new work based on the trained model Hi, are you trying to do transfer learning to apply the trained model to a similar task in the HFO...
Nice work 👍 P-DQN in its original form really only considers single, independent agents. There has been some work in multi-agent reinforcement learning with parameterised actions, such as https://arxiv.org/abs/1903.04959 ....
Rebased the changes after #1787 was merged, the CI should pass now.
Is this issue completed?
I believe this is because of the `dataurl` dependency in `identity_did` unconditionally pulling in `clap` (they use it for their CLI functionality, which we do not need), which depends on...