You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing your work. Although it has been many years since this has been updated, I have read your papers and thesis with much interest and am trying to reproduce your results. After spending the last days trying to build your library, I wonder if you could help me with some steps I am stuck with.
How should I install python libraries
ga used as from ga import Ga, half, zero, one in cga_motor_example.ipynb
verson used as import versor as vsr in motor_estimation_valkenburg_dorst.ipynb
motor_estimation used as from motor_estimation import MotorEstimationSolver in Ch4-Mulitvector-Estimation
And several other libraries which seem to be cpp libraries. It seems the pybind functions are there but after successfully building the docker container and running it, I get errors saying those libraries are not found.
Thank you!
The text was updated successfully, but these errors were encountered:
If anyone ever looks at this again, I created a fork below with various changes to get the imports below to work:https://github.com/juanmed/game
The only one still pending is ga but I probably won't try to make it work. I was mostly interested in reproducing the autograd motor optimization developed by Tingelst.
Hi.
Thanks for sharing your work. Although it has been many years since this has been updated, I have read your papers and thesis with much interest and am trying to reproduce your results. After spending the last days trying to build your library, I wonder if you could help me with some steps I am stuck with.
How should I install python libraries
ga
used asfrom ga import Ga, half, zero, one
incga_motor_example.ipynb
verson
used asimport versor as vsr
inmotor_estimation_valkenburg_dorst.ipynb
motor_estimation
used asfrom motor_estimation import MotorEstimationSolver
inCh4-Mulitvector-Estimation
And several other libraries which seem to be cpp libraries. It seems the pybind functions are there but after successfully building the docker container and running it, I get errors saying those libraries are not found.
Thank you!
The text was updated successfully, but these errors were encountered: