David Yang
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!
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...
Can't creat fiber output for gradientInelasticBeamColumn. Get the following error: ```python ValueError: zero-size array to reduction operation maximum which has no identity ``` It seems because`ops.sectionLocation(ele_tag)` in line 25 of...
While the linux pip install is up to version 3.7 for opensees. The mac and windows version still use older versions of opensees. For instance, the windows pip install givesn...