@bencbartlett@ialexryan It would also interesting if each mirror had a 2axis actuator, and you can send any image and it will do the math. Might be fun to hang outside of the house.
I haven't posted in a while, but here are some birds generated by a vae. Will be explaining the math behind it on my website soon. As usual, thanks to @quasimondo for helping me with pytorch implementation. #birds#machinelearning#generative#math
@erwincoumans Do you think its possible for OpenAi's https://t.co/E6E9aOCSRL, to be based on PyBullet instead of Mujoco. I just obtained a student license, and really like them, but I can understand the inaccessibility.
@lampysprites@DanFessler It would get less accurate as the angle gets larger, but im sure @DanFessler can fiddle and see what is feasible and accurate enough.
@lampysprites@DanFessler Hmm if @DanFessler is using this calculation for a game. Then there must be an easier approximation that he can use. What I can think of is writing a function that chops up the whole angle of into like 10 sub angles, and create triangles and add their base length.
@DanFessler I think I got the same as @lampysprites , I used Archimedes spiral to find the equation of H with respect to theta. I set the starting theta to 0. Then used the formula for arc length of polar curve, and plugged the integral into an integral calculator and the answer was rlly bad