Skip to content

Code implementing the CORE-RL algorithm with DDPG, PPO, and TRPO. See the paper "Control Regularization for Reduced Variance Reinforcement Learning" for additional details.

Notifications You must be signed in to change notification settings

stjordanis/CORE-RL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CORE-RL

Code implementing the CORE-RL algorithm with DDPG, PPO, and TRPO. We have included code for three environments: Car-Following, CartPole, and TORCS Racecar Simulator. Each folder contain a README file with more information about running the algorithm. Results are output as a .mat file for Car Following and CartPole, which can be read into MATLAB. TORCS results are output as .log files because the simulator for distinct training runs must be run on individual sockets.

For information about the algorithm and other additional details, see the paper "Control Regularization for Reduced Variance Reinforcement Learning". Please contact rcheng@caltech.edu for any bugs/issues.

About

Code implementing the CORE-RL algorithm with DDPG, PPO, and TRPO. See the paper "Control Regularization for Reduced Variance Reinforcement Learning" for additional details.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • MATLAB 0.2%