utiasDSL / safe-control-gym

PyBullet CartPole and Quadrotor environments—with CasADi symbolic a priori dynamics—for learning-based control and RL
https://www.dynsyslab.org/safe-robot-learning/
MIT License
560 stars 123 forks source link

Hyperparameter Optimization Module #151

Closed middleyuan closed 2 months ago

middleyuan commented 3 months ago

The pull request contains

  1. DDPG, SAC, PPO
  1. GPMPC
  1. Hyperparameter optimization (HPO) module
  1. safe_control_gym/hyperparameters/README.md describes the basic steps for running HPO.
adamhall commented 3 months ago

Run precommit hooks etc. to ensure formatting is good.

adamhall commented 3 months ago

experiments folder was removed. Clean up experiments and move to examples folder that exists in the current main branch.

adamhall commented 3 months ago

Move any files used for tests into the tests directory.

adamhall commented 3 months ago

rename hyperparameters_13.....yaml to something more readable.