Respondida Parameter estimation and fitting kinetic model
Hi @BONGO,
The kinematic system in non-linear, hence “lsqonlin” function can be used in estimating “Ae”, “E_a” and “n” paramete...
4 meses hace | 0
Respondida merge partially overlapping geotiff
Hi @Nic Bac,
To merge partially overlapping images, the “imfuse” function can be used, which creates a composite image while b...
Respondida Scaling dependence using equilibrate function
Hi @Nicholas,
Equilibration is a technique used to rescale the matrix A to improve numerical stability and conditioning while s...
Respondida How do I get DQN to output the policy I want
Hi,
Here is a sample code on how you could train a DQN agent with the above input, I am assuming a random “step function” and...