Sandeep Nishad
Sandeep Nishad
Any help regarding how to use RNN? should it be used single step, or over an episode(specifying times steps as sequences)? and how will the backpropagation take place, all at...
Okay, but should the functions like get_log_probability which is used in ppo step, be updated? because they compute forward propagation, getting new hidden vector after every backpropagation. or should the...
I'm seeing the same error in client process. Whole traceback ```java java.util.concurrent.RejectedExecutionException: Task org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$35/996533593@5fd662b7 rejected from java.util.concurrent.ThreadPoolExecutor@37d80d71[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed...
@petermetz I've fixed the build issue, along with some other issues that I found during this. I have a separate commit for the makefile fix, because I want to keep...
> > @petermetz I've fixed the build issue, along with some other issues that I found during this. > > I have a separate commit for the makefile fix, because...
> @sandeepnRES Now it's got **seven** commits though and the diff is much bigger as well. Maybe if it's this much I'd recommend starting a new PR for the house-cleaning/house-keeping...
It seems now even `corda.jar` files have been removed from versions 4.8.1 to 4.8.6.... Was this announced somewhere that corda will be deleting patch versions from everywhere? Our whole application...
@adelel1 Thanks for quick response. I tried `4.9.2` and even latest `4.11`, I still get the same error as above. This is how my `constants.properties` looks like: ``` cordaReleaseGroup=net.corda cordaCoreReleaseGroup=net.corda...
I was able to solve the issue by using `build.gradle` from a test file here (which is very deep buried): https://github.com/corda/corda-gradle-plugins/blob/release/5.1.1/cordformation/src/test/resources/net/corda/plugins/DeployTwoNodeCordappWithDocker.gradle My issue was not using `corda` but using `cordaProvided`...
Hi @zondervancalvez May be it'd good if you can add the short-full form mappings (whatever you have in description) as comment in the `ci.yaml`? Just for anyone new trying to...