David Yang

Results 6 issues of David Yang

I think maybe you should transpose the matrix (2D array) of Hcandidate (Hcandidate.T) in order to get the correct correlation matrix? The numpy documents states each row is associated with...

I'm using `PPOAgent` and `ActorDistributionNetwork` with the following action_spec: ```python action_spec = array_spec.BoundedArraySpec( shape=(10,), dtype=np.int32, minimum=0, maximum=4, name='action') ``` However, I received the following error when the agent was trying...

Hi zhuminjie, I managed to compile the source code on MacOS. However, the source code mentioned in the documentation (https://github.com/steva44/OpenSees/archive/master.zip) seems to be an older version, e.g., `logFile` is not...

Is EMAworkbench an update of Rhodium? Is it possible to briefly describe the difference between the two in README.md? Thanks!

docs

Based on class documentation, `GCNCon` should compute $$X' = \hat D^{-1/2} \hat A \hat D^{-1/2} X W + b$$ However, the implementation in `call` computes the following: $$X' = A...

Custom styles defined in rise.css or \.css is not loaded. The files are placed in the same folder as the \.ipynb file. Jupyterlab was opened from the parent folder of...

bug