Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 294 Bytes

This repository contains the implementation of the TD-Regularized Actor-Critic Methods.

  • LQR and single/double pendulum experiments are implemented in Matlab.
  • PPO experiments are implemented in Tensorflow.
  • TRPO experiments are implemented in PyTorch.