mithi / hexapod

Blazing fast hexapod robot simulator for the web.
https://hexapod.netlify.app
Apache License 2.0
579 stars 70 forks source link

algorithm verifycation #158

Closed IverYangg closed 2 years ago

IverYangg commented 2 years ago

may I ask whether this simulation can verify some algorithm like reinforcement learning?

mithi commented 2 years ago

may I ask whether this simulation can verify some algorithm like reinforcement learning?

Sorry for the late reply 😞 theoretically yes you can use this simulation to verify reinforcement learning algorithms. Do keep in mind that by design the physics simulation of this app is the bare-minimum which might be too primitive for your use-case. Hope that clears things up. Thanks!