Multi-objective reinforcement learning #65
Replies: 1 comment
-
I haven't really done much multi-objective learning and while I think there is some old work with a multi-objective XCS I'm not sure it was multi-objective in the current sense. If you look at the cartpole example, it uses the In that example, XCSF was initialised with If it involves something more complicated then it probably means having to start hacking with the underlying C code. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, i really love the work you have done here and am currently using xcsf in my research. However, i was just wondering if you have any plans or maybe an idea how i can employ this for a multi-objective reinforcement learning problem. Is there a way to have the reward be a vector instead of a scaler and how could i implement something like the NSGA-II algorithm. Ideally this should be done in python since my knowledge of C is non existent. I would love to hear from you!
Keep up the good work!
Kind regards,
Boris
Beta Was this translation helpful? Give feedback.
All reactions