David Yang

Results 5 comments of David Yang

Thanks for following up. My `action_spec` is ```python BoundedTensorSpec( shape=(10,), dtype=tf.int32, name='action', minimum=array(0, dtype=int32), maximum=array(3, dtype=int32)) ``` And the `actor_output_spec` is ```python ``` I believe the error is because by...

Hi Minjie, thanks for your reply and information. I am aware of the source code. Using the source code, I was able to compile OpenSees, OpenSeesSP, and OpenSeesMP on my...

Thank you very much for your detailed explanation. I think I'll go using EMAworkbench for my work.

Will do, thanks again for your prompt reply!

Hi @zhuminjie, is there any update on the M1/M2 compatibility of OpenseesPy? Also, @SerkanHasanoglu, how did you make it work with the conda environment? I tried `conda install openseespy`, but...