gps
Guided Policy Search
Python★ 600⑂ 245 forksupdated 5 years ago
deep-learningdeep-reinforcement-learningreinforcement-learningreinforcement-learning-algoritrobotics
git clone https://github.com/cbfinn/gps.gitcbfinn/gpsREADME.mdfork it — it’s yours
GPS
This code is a reimplementation of the guided policy search algorithm and LQG-based trajectory optimization, meant to help others understand, reuse, and build upon existing work.
For full documentation, see rll.berkeley.edu/gps.
The code base is a work in progress. See the FAQ for information on planned future additions to the code.
more like this
SimGAN
Pytorch Implementation of SimGAN: Hybrid Simulator Identification for Domain Adaptation via Adversarial Reinforcement L…
Python★ 50