LucasAlegre / morl-baselines

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

Missing instructions on how to train CAPQL agent #97

Closed anindyasarkarIITH closed 5 months ago

anindyasarkarIITH commented 5 months ago

Could you please provide an example code on how to train CAPQL agent? I don't find it in the README file or in other documentation. Thank you.

LucasAlegre commented 5 months ago

In the documentation you can see the arguments of the constructor and the train method: https://lucasalegre.github.io/morl-baselines/algos/multi_policy/capql/

You can also see the script https://github.com/LucasAlegre/morl-baselines/blob/main/experiments/benchmark/launch_experiment.py, which allows to use all algorithms.