LouKordos / walking_controller

The main walking controller code for the Bipedal Robot.
13 stars 2 forks source link

Try JIT compilation for NLP, maybe this results in faster evaluations #64

Open LouKordos opened 3 years ago

LouKordos commented 3 years ago

Try JIT compilation for the NLP and increase optimization level to O3 as seen here. Also use subprocess instead of os.system.