LucasAlegre / morl-baselines

Multi-Objective Reinforcement Learning algorithms implementations.
https://lucasalegre.github.io/morl-baselines
MIT License
295 stars 47 forks source link

pass PGMORL params to MOPPO #30

Closed ChrisZonghaoLi closed 1 year ago

ChrisZonghaoLi commented 1 year ago
  1. remove redundant declaration of self.num_envs
  2. Pass PGMORL params to MOPPO
  3. added self.num_minibatches to PGMORL
ChrisZonghaoLi commented 1 year ago

I forgot that I added self.num_minibatches to the PGMORL, will update this soon