LucasAlegre / morl-baselines

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

Update pgmorl.py #29

Closed ChrisZonghaoLi closed 1 year ago

ChrisZonghaoLi commented 1 year ago
  1. self.num_envs was defined already on line 369 (removed repeated declaration)
  2. pass PGMORL params to MOPPO