eabase
eabase
@bclswl0827 Great answer. Thank you. > I will upload the test result soon. Looking forward to see that. **Finally, is the hardware able to use a LF geophone of higher...
> If you plan to use this kind of geophones, we would recommend designing your own data acquisition circuitry and interfacing it with the AnyShake Observer via our data protocol...
Those are indeed beautiful equations, but without being put in terms of the physical component values, I'm afraid they are nothing but theory. Have you checked you equations and values?...
Thank you.
Apparently the original box2D is outdated, and the one that seem to work, also need `pygame` and `swig`. ```powershell pip install -U numpy tensorflow gymnasium pip install -U pygame pip...
I managed to break the install by installing `Box2D` on top of previous success ^. The recovery was: ``` pip install -U gymnasium[box2d] ``` It should be noted that I...
Hi Alexander, Happy Holidays and TY for you reply. I think it's still an issue as that port would also be exposed on internet unless fire-walled correctly or handled in...
@alerque Cool, so does luarocks also handle the dependencies, or it's one-at-the-time operation?
There seem to be incorrect info in: * https://github.com/hughperkins/VeriGPU/blob/main/docs/installation.md There is no such file at that location, and the `requirements.txt` in root is empty. Also, here are the github links...
This is really great! I'm surprised nobody has an up-to-date repo for the windows versions. @Kreijstal Can you make a PR for the MSYS build compatibility? Also, where is your...