LucasAlegre / morl-baselines

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

PGMORL example can't run #103

Closed Jordan-Haidee closed 1 month ago

Jordan-Haidee commented 1 month ago

Traceback (most recent call last): File "d:\py-projects\morl-baselines\examples\pgmorl_halfcheetah.py", line 21, in algo.train( TypeError: PGMORL.train() missing 1 required positional argument: 'eval_env'