Armandpl / furuta

Building and Training a Rotary Inverted Pendulum robot
17 stars 4 forks source link

fix sim torque, prepare package for dreamer #80

Closed Armandpl closed 5 months ago

Armandpl commented 6 months ago

The quanser sim doesn't expect a reduction ratio, fix that and try sim2real to gauge if the sim is anything close to reality. (Hoping it is so we can pre-train our dreamer world model)

Take the opportunity to also fix things we need for dreamer v3:

Armandpl commented 6 months ago

alright so quanser sim diverges too, it seems that's due to the integration step being too big. I'm guessing it wasn't diverging before because of the speed limits i was enforcing. they were probably also preventing the sim from diverging.