Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Batch pytorch implementation of model predictive path integral control (MPPI)

Repository: https://github.com/LemonPi/pytorch_mppi

I made a pytorch implementation of the algorithm from Information theoretic MPC for model-based reinforcement learning that should be a better drop-in for MPC if you’re using random shooting or the cross entropy method (CEM)

Some features – batch sampling of trajectories (optionally on the GPU) – general to problem dimension – only requires approximate dynamics, which can be implemented as a network (MPPI originally requires sampling from the true dynamics, but this formulation uses importance sampling)

submitted by /u/LemonByte
[link] [comments]