Simulation of stepper motors

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
Gerard
Posts: 1
Joined: Tue Jan 22, 2019 6:15 am

Simulation of stepper motors

Post by Gerard »

I haven’t been able to find any resources about simulating stepper motors or other types of motors. Minotaur has an example of a simple DC motor, with conversion of PWM to the applied torque, but that example actually does not use many of the constants meant to provide accurate simulation.

For background, I’m attempting to build a model for a reinforcement learning agent to train over before generalizing to a real life model, and would like this model to be as accurate as possible.

Are there any examples, resources, or support for simulating different motor types?
Post Reply