DeepX-inc / machina

Control section: Deep Reinforcement Learning framework
MIT License
279 stars 45 forks source link

Implement Model Predictive Control #120

Closed jinbeizame007 closed 5 years ago

jinbeizame007 commented 5 years ago

Implementation of model predictive control. Training on the HalfCheetah env of pybullet_env.

rarilurelo commented 5 years ago

Is this script running on gpu?

jinbeizame007 commented 5 years ago

Yes. I experimented with GPUs.

rarilurelo commented 5 years ago

LGTM 👍 Thanks!