REVIEW 4 major objections 5 minor 297 references
LEMUR claims an agent can learn multiple conflicting reward objectives solely from preference feedback, then optimize policies that track the ground-truth oracle on both objectives.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 04:31 UTC pith:NFVABGHW
load-bearing objection LEMUR is a plausible but oversold extension of PbRL to MORL: the per-teacher reward decomposition looks sound, but the 'no pre-defined reward function' claim leans on ground-truth teacher anchors that the method quietly requires. the 4 major comments →
LEMUR: Learning to Align with Multi-Objective Reinforcement Learning from Preference Feedback
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the paper's own terms, the discovery is that conflicting preference feedback can be decomposed into separate, objective-specific reward models that share a common vector-reward structure, and that a multi-objective policy population optimized against these learned rewards can recover near-oracle compromise policies. Each teacher's reward model predicts the full objective vector and projects it onto that teacher's preference anchor, coupling the models to one objective space; rewards are recomputed at training time so the policy stays synchronized with the improving reward models. The paper observes that baselines which pool conflicting feedback into one scalar, or fix a welfare scalarizat
What carries the argument
The load-bearing component is a weight-conditioned reward model per teacher: a small MLP that predicts the shared objective vector, with the teacher's utility obtained by a dot product with that teacher's preference anchor. This per-teacher decomposition is coupled to a population-based multi-objective policy optimizer over linear scalarizations of the learned vector reward. Two supporting mechanisms keep it stable: a shared replay buffer across policies, and vector-reward relabeling that recomputes rewards with current models so off-policy training does not drift on stale signals. Unsupervised pre-training populates the buffer with diverse experiences for informative queries.
Load-bearing premise
The evidence assumes that scripted teachers whose preferences are generated from linear scalarizations of a hidden ground-truth vector reward behave like real humans with genuinely multi-objective values.
What would settle it
Have human annotators supply genuine preferences on these tasks, or generate preference labels from a non-linear, context-dependent rule, then measure whether LEMUR's learned policies still track the ground-truth trade-off front and whether reward alignment remains high. If the front collapses or alignment drops sharply, the central claim fails.
If this is right
- If LEMUR is right, multi-objective control tasks can be solved without any ground-truth reward function, removing a major bottleneck for physical systems where rewards are hard to specify.
- Heterogeneous feedback sources—for instance a non-expert judging task success and an expert judging execution quality—can be kept as separate objectives rather than diluted into one scalar.
- Adding a new objective or teacher should require only a new reward model and an extended vector reward, without restarting training.
- The learned policies produce a broad, evenly spaced set of trade-offs, not a single fixed compromise, as measured by higher hypervolume and lower sparsity.
- With fewer than a thousand queries per teacher on some environments, the method stays sample-efficient enough for settings where human feedback is expensive.
Where Pith is reading between the lines
- I infer the strongest payoff would be in human-subject settings: if real annotators give preferences that do not come from any fixed linear scalarization, the method would need adaptation beyond the scripted-teacher evidence presented.
- The per-teacher decomposition suggests a natural extension to non-linear scalarization or to preference distributions over a whole community, though the paper does not provide evidence for those regimes.
- A testable prediction follows from the mechanism: as long as each teacher's utility is a monotone function of a shared vector reward, even noisy labels should leave Pareto-front quality largely intact, which the noise ablation partially supports.
- One consequence the authors leave implicit is that the same machinery could serve as a reward-learning layer for any vector-reward RL algorithm, not only the specific policy optimizer used here.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes LEMUR, a preference-based multi-objective RL method that learns multiple objective-specific reward models from the conflicting preference feedback of multiple teachers and then trains a population of policies (MORL/D) against the learned vector reward, using a shared replay buffer, reward relabeling, and unsupervised pre-training. Experiments on MO-LunarLander, MO-Hopper, MO-Cheetah, and MO-MetaWorld claim that LEMUR most closely tracks an oracle on both objectives, outperforms aggregation baselines and prior preference-based MORL methods, scales to three and four objectives, and is robust to label noise and reduced feedback budgets. The paper also reports reward-model alignment metrics. The main concerns are inconsistencies in the description of the reward-model architecture, the role of ground-truth teacher anchors, and a reward-alignment comparison that is not uniformly favorable to LEMUR.
Significance. If the central claims hold, LEMUR addresses a genuine gap: extending preference-based RL to multi-teacher, multi-objective settings without hand-specified reward functions. The paper is strong in scope and effort: it benchmarks four environments, discloses baseline adaptations carefully, includes extensive ablations, and is honest about the scripted-teacher limitation. However, the significance as stated depends on resolving whether the method truly operates without pre-defined reward information. The use of ground-truth teacher anchors in the reward model and query distribution is currently a load-bearing ambiguity, and the reward-alignment claim is partially contradicted by the appendix. The paper is therefore promising but not yet ready in its present form.
major comments (4)
- [§4.2, Appendix D, Algorithm 1] The reward-model architecture is described inconsistently. §4.2 defines each teacher's model as an MLP predicting the full objective vector, with scalar utility a_j^T \hat r_{\psi_j}(s,a), i.e., input (s,a). Appendix D instead says the model is a weight-conditioned MLP taking (s,a) concatenated with a preference weight vector w. Algorithm 1's Require list omits anchors and line 15 uses r_w = w^T \hat r_\psi(s,a), with no indication of per-teacher models. This makes the method underspecified and not reproducible from the paper. Please state the exact input/output of the reward model, whether anchors are required, and unify notation between the algorithm and the text.
- [§4.2, Appendix D, Table 12] The paper claims to learn without pre-defined reward functions, but Table 12 lists the teacher anchors as ground-truth weight vectors w_j, and Appendix D says query weights are sampled from a Dirichlet centered on that anchor. If a_j is given to the reward model as a projection direction and used to shape the query distribution, then the agent is supplied with each teacher's scalarization vector — precisely the kind of reward-side information the contribution claims to infer. If a_j is not given, the architecture and query procedure are underspecified. Either way, the claim 'without pre-defined reward functions' is not supported as stated. Please clarify whether anchors are known a priori, learned, or assumed part of the teacher specification, and adjust the contribution framing accordingly.
- [§5.1, Appendix F.2, Table 11] The main text states that LEMUR's reward models 'outperform both PbMORL and FPbRL (Appendix F.2).' This is contradicted on Hopper: in Table 11, FPbRL achieves TAC 0.933±0.000 and Kendall tau 0.933±0.000, while LEMUR achieves 0.856±0.014 and 0.914±0.002. The summary in Table 2 reports only LEMUR's numbers, masking this. Please qualify the claim, or explain why the trajectory-level metrics favor FPbRL despite LEMUR's higher per-state correlation.
- [§4.2, Appendix D, Appendix G] There is a tension between the fixed teacher utility defined in Appendix G (r_j(s,a)=w_j^T r(s,a)) and the Dirichlet-sampled query weights in Appendix D. If teacher labels are always generated with the fixed anchor w_j, then conditioning the reward model on varying w has no consistent supervision for the w dimension. If labels are generated with the sampled w, then teachers are not fixed and Table 12 does not describe the actual utilities. This ambiguity affects the interpretation of all reward-learning results and needs to be resolved explicitly.
minor comments (5)
- [§5, Appendix C.3–C.4] The main text says all experiments average five seeds, but the query-length ablation (length 35 and length 1) and the entropy-sampling ablation are reported as single seeds. This should be stated in the main text or the arms should be run with multiple seeds.
- [Appendix E] MORAL is trained using expert demonstrations collected from ground-truth scalarized rewards. Although this is disclosed, it means MORAL is given reward information that LEMUR and other baselines do not receive. The main-text comparison would be clearer if this asymmetry were restated where the baselines are introduced.
- [Appendix F.1, Table 8] PbMORL reports zero variance on Hopper and HalfCheetah hypervolume. Since the metric is computed over evaluation rollouts, zero variance across seeds is surprising; please explain or verify.
- [General] No code or supplementary material is released. For a method that is currently underspecified in places, public code would substantially aid reproducibility.
- [General] The naming of environments alternates between 'MO-Cheetah' and 'MO-HalfCheetah' across the text and tables; please standardize.
Circularity Check
No significant circularity: reward models are trained on preference labels by standard supervised fitting; the anchor-vector input is a modeling/validity concern, not a circular derivation.
full rationale
The paper's derivation chain is not circular. LEMUR trains each teacher-specific reward model with the Bradley-Terry cross-entropy loss (Eq. 1) on labels generated from ground-truth scalarized utilities; the learned vector reward is then used in Eq. 2 for multi-objective policy optimization. The reported returns are evaluated against the environment's true objective returns, which the agent never observes, so the empirical policy results are not forced by the reward-model fitting. The clearest potential concern is the teacher 'preference anchor' a_j used in the reward model (Section 4.2) and as the center of the query-weight Dirichlet (Appendix D); Table 12 identifies these anchors with the scripted ground-truth weight vectors w_j. This means the method as described requires known scalarization weights as an input and weakens the 'without pre-defined reward functions' claim; it also creates an inconsistency with Algorithm 1, whose Require list omits anchors. However, this is a validity/correctness issue rather than a circularity: the reward model r̂_ψj is still learned from preference data, and the alignment scores in Table 2 are standard train-fit evaluations, not independent predictions that reduce to their inputs by construction. No self-citations are load-bearing, no uniqueness theorem is imported, and no known result is merely renamed. The paper itself flags the scripted-teacher limitation in the Conclusion. On the circularity scale, this is a clean non-finding.
Axiom & Free-Parameter Ledger
free parameters (5)
- Teacher anchor weights =
e.g., [0.6,0.4] vs [0.4,0.6] per environment (Table 12)
- Dirichlet concentration kappa =
30.0
- Query segment length H =
50
- Query budget M per teacher =
200 (LunarLander), 500 (Hopper), 300 (Cheetah/MetaWorld)
- MORL/D population size and PSA neighborhood =
6 and 2
axioms (6)
- domain assumption The MOMDP tuple with vector reward r(s,a) in R^m is the correct formalization of multi-objective decision-making.
- domain assumption Human preferences over trajectory segments follow the Bradley-Terry model.
- domain assumption Scripted teachers that generate labels from ground-truth linear scalarizations w_j^T r faithfully represent human multi-objective preferences.
- domain assumption Linear scalarization f_w(r)=w^T r is sufficient to recover desirable trade-offs (the Convex Coverage Set).
- domain assumption MORL/D (MO-SAC) with Pareto simulated annealing is a reliable multi-objective optimizer for the learned rewards.
- ad hoc to paper The weight-conditioned reward model, where each teacher's scalar utility is a projection of a predicted objective vector onto that teacher's anchor, can represent each teacher's utility.
read the original abstract
Reinforcement Learning (RL) systems are typically trained using a single, well-specified scalar reward function. However, real-world decision-making tasks often involve multiple, competing objectives, such as performance versus efficiency, where ground-truth reward functions are difficult to specify or inaccessible. While Multi-Objective RL (MORL) addresses such trade-offs by modeling rewards as vectors, existing approaches typically assume access to a well-specified reward function for each objective, inheriting the same challenges faced by single-objective RL. Meanwhile, Preference-based RL (PbRL) has shown great potential in solving complex tasks without access to a pre-defined reward function through reward learning from human feedback, yet has largely been studied in single-objective settings. In this work, we bridge this gap with LEMUR: Learning to Align with Multi-Objective Reinforcement Learning with Preference feedback, a novel framework where an agent interactively learns from the preferences of multiple humans to learn optimal multi-objective policies. Our approach jointly learns policies and multiple objective-specific reward models from human feedback, enabling agents to effectively balance competing objectives during learning. We evaluate LEMUR on a variety of benchmark multi-objective tasks, and empirical results demonstrate its superior performance over baseline methods. Our method presents a promising direction for solving multi-objective decision-making tasks without pre-defined reward functions.
Figures
Reference graph
Works this paper leans on
-
[1]
Structure and Interpretation of Computer Programs
Harold Abelson and Gerald Jay Sussman and Julie Sussman. Structure and Interpretation of Computer Programs. 1985
1985
-
[2]
Visual Information Extraction with Lixto
Robert Baumgartner and Georg Gottlob and Sergio Flesca. Visual Information Extraction with Lixto. Proceedings of the 27th International Conference on Very Large Databases. 2001
2001
-
[3]
Brachman and James G
Ronald J. Brachman and James G. Schmolze. An overview of the KL-ONE knowledge representation system. Cognitive Science. 1985
1985
-
[4]
Complexity results for nonmonotonic logics
Georg Gottlob. Complexity results for nonmonotonic logics. Journal of Logic and Computation. 1992
1992
-
[5]
International conference on machine learning , pages=
Prediction-guided multi-objective reinforcement learning for continuous robot control , author=. International conference on machine learning , pages=. 2020 , organization=
2020
-
[6]
Hypertree Decompositions and Tractable Queries
Georg Gottlob and Nicola Leone and Francesco Scarcello. Hypertree Decompositions and Tractable Queries. Journal of Computer and System Sciences. 2002
2002
-
[7]
Levesque
Hector J. Levesque. Foundations of a functional approach to knowledge representation. Artificial Intelligence. 1984
1984
-
[8]
Levesque
Hector J. Levesque. A logic of implicit and explicit belief. Proceedings of the Fourth National Conference on Artificial Intelligence. 1984
1984
-
[9]
On the compilability and expressive power of propositional planning formalisms
Bernhard Nebel. On the compilability and expressive power of propositional planning formalisms. Journal of Artificial Intelligence Research. 2000
2000
-
[10]
Leslie Lamport , title =
-
[11]
The Knowledge Engineering Review , volume =
Intelligent Agents: Theory and Practice , author =. The Knowledge Engineering Review , volume =
-
[12]
Artificial Intelligence , volume =
Collaborative Plans for Complex Group Action , author =. Artificial Intelligence , volume =
-
[13]
Logics of programs: axiomatics and descriptive power
David Harel. Logics of programs: axiomatics and descriptive power. 1978
1978
-
[14]
Clarkson
Kenneth L. Clarkson. Algorithms for Closest-Point Problems (Computational Geometry). 1985
1985
-
[15]
A More Perfect Union
Barack Obama. A More Perfect Union. 2008
2008
-
[16]
The fountain of youth
Joseph Scientist. The fountain of youth. 2009
2009
-
[17]
Sam Anzaroot and Andrew McCallum , title =
-
[18]
Proceedings of the 20th International Colloquium on Automata, Languages and Programming , series =
Maintaining Discrete Probability Distributions Optimally , author =. Proceedings of the 20th International Colloquium on Automata, Languages and Programming , series =. 1993 , publisher =
1993
-
[19]
Donald E. Knuth. The Art of Computer Programming, Vol. 1: Fundamental Algorithms. 1997
1997
-
[20]
Anisi , title =
David A. Anisi , title =
-
[21]
Journal of Artificial Intelligence Research , author =
Multi-. Journal of Artificial Intelligence Research , author =. 2024 , pages =. doi:10.1613/jair.1.15702 , abstract =
-
[22]
Kim, Changyeon and Park, Jongjin and Shin, Jinwoo and Lee, Honglak and Abbeel, Pieter and Lee, Kimin , year =
-
[23]
Reinforcement Learning , author =
Learning. Reinforcement Learning , author =
-
[24]
Varys, Kryspin , year =
-
[25]
Hussonnois, Maxence and Karimpanal, Thommen George and Rana, Santu , month = jan, year =. Human-. doi:10.48550/arXiv.2501.17431 , abstract =
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2501.17431
-
[26]
Divide and Conquer: Provably Unveiling the Pareto Front with Multi-Objective Reinforcement Learning
Röpke, Willem and Reymond, Mathieu and Mannion, Patrick and Roijers, Diederik M. and Nowé, Ann and Rădulescu, Roxana , month = feb, year =. Divide and. doi:10.48550/arXiv.2402.07182 , abstract =
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2402.07182
-
[27]
Siddique, Umer and Sinha, Abhinav and Cao, Yongcan , month = sep, year =. Fairness in. doi:10.48550/arXiv.2306.09995 , abstract =
-
[28]
Jang, Joel and Kim, Seungone and Lin, Bill Yuchen and Wang, Yizhong and Hessel, Jack and Zettlemoyer, Luke and Hajishirzi, Hannaneh and Choi, Yejin and Ammanabrolu, Prithviraj , month = oct, year =. Personalized. doi:10.48550/arXiv.2310.11564 , abstract =
-
[29]
Advances in Neural Information Processing Systems , volume=
Rewarded soups: towards pareto-optimal alignment by interpolating weights fine-tuned on diverse rewards , author=. Advances in Neural Information Processing Systems , volume=
-
[30]
Promptable Behaviors: Personalizing Multi-Objective Rewards from Human Preferences
Hwang, Minyoung and Weihs, Luca and Park, Chanwoo and Lee, Kimin and Kembhavi, Aniruddha and Ehsani, Kiana , month = dec, year =. Promptable. doi:10.48550/arXiv.2312.09337 , abstract =
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2312.09337
-
[31]
Proceedings of the 41st International Conference on Machine Learning , pages =
Position: A Roadmap to Pluralistic Alignment , author =. Proceedings of the 41st International Conference on Machine Learning , pages =. 2024 , editor =
2024
-
[32]
Bakker, Michiel A. and Chadwick, Martin J. and Sheahan, Hannah R. and Tessler, Michael Henry and Campbell-Gillingham, Lucy and Balaguer, Jan and McAleese, Nat and Glaese, Amelia and Aslanides, John and Botvinick, Matthew M. and Summerfield, Christopher , month = nov, year =. Fine-tuning language models to find agreement among humans with diverse preferenc...
-
[33]
Harland, Hadassah and Dazeley, Richard and Vamplew, Peter and Senaratne, Hashini and Nakisa, Bahareh and Cruz, Francisco , month = oct, year =. Adaptive. doi:10.48550/arXiv.2410.23630 , abstract =
-
[34]
Gupta, Raghav and Sullivan, Ryan and Li, Yunxuan and Phatale, Samrat and Rastogi, Abhinav , file =. Robust
-
[35]
Science , author =. 2024 , pages =. doi:10.1126/science.adq2852 , abstract =
-
[36]
Weisswange, Thomas H and Javed, Hifza and Dietrich, Manuel and Pham, Tuan Vu and Parreira, Maria Teresa and Sack, Michael and Jamali, Nawid , year =. What
-
[37]
and Yang, Diyi and Vosoughi, Soroush , month = oct, year =
Liu, Ruibo and Yang, Ruixin and Jia, Chenyan and Zhang, Ge and Zhou, Denny and Dai, Andrew M. and Yang, Diyi and Vosoughi, Soroush , month = oct, year =. Training
-
[38]
Chen, Huaben and Ji, Wenkang and Xu, Lufeng and Zhao, Shiyu , month = oct, year =. Multi-
-
[39]
and Hassenzahl, Marc , month = jul, year =
Pham, Tuan Vu and Weisswange, Thomas H. and Hassenzahl, Marc , month = jul, year =. Embodied. Designing. doi:10.1145/3643834.3660696 , abstract =
-
[40]
Multi-. IEEE Access , author =. 2018 , pages =. doi:10.1109/ACCESS.2018.2831228 , abstract =
arXiv 2018
-
[41]
Advice to
Belpaeme, Tony , editor =. Advice to. Human-. 2020 , doi =
2020
-
[42]
Applied Intelligence , author =
A review of cooperative multi-agent deep reinforcement learning , volume =. Applied Intelligence , author =. 2023 , pages =. doi:10.1007/s10489-022-04105-y , abstract =
-
[43]
Frontiers in Computer Science , author =
A multimodal approach for modeling engagement in conversation , volume =. Frontiers in Computer Science , author =. 2023 , pages =. doi:10.3389/fcomp.2023.1062342 , abstract =
arXiv 2023
-
[44]
International Journal of Social Robotics , author =
The. International Journal of Social Robotics , author =. 2011 , pages =. doi:10.1007/s12369-010-0082-7 , abstract =
-
[46]
Analysis of
Shiota, Tsukasa and Yamamura, Takashi and Shimada, Kazutaka , editor =. Analysis of. Collaboration. 2018 , doi =
2018
-
[47]
Multimodal Technologies and Interaction , author =
A. Multimodal Technologies and Interaction , author =. 2017 , pages =. doi:10.3390/mti1030014 , abstract =
-
[48]
Trends in Cognitive Sciences , author =
Mind. Trends in Cognitive Sciences , author =. 2021 , pages =. doi:10.1016/j.tics.2020.11.009 , language =
-
[49]
The collaborative mind: intention reading and trust in human-robot interaction , volume =. iScience , author =. 2021 , pages =. doi:10.1016/j.isci.2021.102130 , abstract =
arXiv 2021
-
[50]
Journal of Artificial Intelligence Research , author =
Compositionality. Journal of Artificial Intelligence Research , author =. 2020 , pages =. doi:10.1613/jair.1.11674 , abstract =
-
[51]
Transformers are
Melo, Luckeciano C , file =. Transformers are
-
[52]
Lanctot, Marc and Larson, Kate and Bachrach, Yoram and Marris, Luke and Li, Zun and Bhoopchand, Avishkar and Anthony, Thomas and Tanner, Brian and Koop, Anna , month = dec, year =. Evaluating. doi:10.48550/arXiv.2312.03121 , abstract =
-
[53]
Developing, Evaluating and Scaling Learning Agents in Multi-Agent Environments
Gemp, Ian and Anthony, Thomas and Bachrach, Yoram and Bhoopchand, Avishkar and Bullard, Kalesha and Connor, Jerome and Dasagi, Vibhavari and Vylder, Bart De and Duenez-Guzman, Edgar and Elie, Romuald and Everett, Richard and Hennes, Daniel and Hughes, Edward and Khan, Mina and Lanctot, Marc and Larson, Kate and Lever, Guy and Liu, Siqi and Marris, Luke an...
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2209.10958
-
[54]
Autonomous Agents and Multi-Agent Systems , author =
Formal contracts mitigate social dilemmas in multi-agent reinforcement learning , volume =. Autonomous Agents and Multi-Agent Systems , author =. 2024 , pages =. doi:10.1007/s10458-024-09682-5 , abstract =
-
[55]
Journal of Artificial Intelligence Research , author =
Learning to. Journal of Artificial Intelligence Research , author =. 2024 , pages =. doi:10.1613/jair.1.15167 , abstract =
-
[56]
Journal of Artificial Intelligence Research , author =
A. Journal of Artificial Intelligence Research , author =. 2023 , pages =. doi:10.1613/jair.1.14174 , abstract =
-
[57]
White, Colin and Safari, Mahmoud and Sukthanker, Rhea and Ru, Binxin and Elsken, Thomas and Zela, Arber and Dey, Debadeepta and Hutter, Frank , month = jan, year =. Neural. doi:10.48550/arXiv.2301.08727 , abstract =
-
[58]
and Barto, Andrew , year =
Sutton, Richard S. and Barto, Andrew , year =. Reinforcement learning: an introduction , isbn =
-
[59]
and Barto, Andrew G
Sutton, Richard S. and Barto, Andrew G. , year =. Reinforcement learning: an introduction , isbn =
-
[61]
Royal Society Open Science , author =
General intelligence requires rethinking exploration , volume =. Royal Society Open Science , author =. 2023 , pages =. doi:10.1098/rsos.230539 , abstract =
-
[62]
and Islam, Usman and Willis, Richard and Sunehag, Peter , month = dec, year =
Du, Yali and Leibo, Joel Z. and Islam, Usman and Willis, Richard and Sunehag, Peter , month = dec, year =. A. doi:10.48550/arXiv.2312.05162 , abstract =
-
[63]
, month = oct, year =
Ivanov, Dima and Dütting, Paul and Talgam-Cohen, Inbal and Wang, Tonghan and Parkes, David C. , month = oct, year =. Principal-
- [64]
-
[65]
Autonomous Agents and Multi-Agent Systems , author =
Warmth and competence in human-agent cooperation , volume =. Autonomous Agents and Multi-Agent Systems , author =. 2024 , pages =. doi:10.1007/s10458-024-09649-6 , abstract =
-
[66]
Beyond the matrix:. Cognition , author =. 2025 , pages =. doi:10.1016/j.cognition.2024.105993 , abstract =
arXiv 2025
-
[67]
and Everett, Richard and Weidinger, Laura and Isaac, William S
Köster, Raphael and McKee, Kevin R. and Everett, Richard and Weidinger, Laura and Isaac, William S. and Hughes, Edward and Duéñez-Guzmán, Edgar A. and Graepel, Thore and Botvinick, Matthew and Leibo, Joel Z. , month = dec, year =. Model-free conventions in multi-agent reinforcement learning with heterogeneous preferences , url =
-
[68]
Cooperative
Hadfield-Menell, Dylan and Dragan, Anca and Abbeel, Pieter and Russell, Stuart , month = feb, year =. Cooperative
-
[69]
IEEE Robotics and Automation Letters , author =
Long-. IEEE Robotics and Automation Letters , author =. 2022 , pages =. doi:10.1109/LRA.2021.3124524 , abstract =
arXiv 2022
-
[70]
Current Robotics Reports , author =
A. Current Robotics Reports , author =. 2020 , pages =. doi:10.1007/s43154-020-00019-0 , abstract =
-
[71]
Social Cognitive and Affective Neuroscience , author =
Computational modelling of social cognition and behaviour—a reinforcement learning primer , copyright =. Social Cognitive and Affective Neuroscience , author =. 2020 , pages =. doi:10.1093/scan/nsaa040 , abstract =
-
[72]
Trends in Cognitive Sciences , author =
The computational challenge of social learning , volume =. Trends in Cognitive Sciences , author =. 2021 , pages =. doi:10.1016/j.tics.2021.09.002 , language =
-
[73]
Computational Intelligence and Neuroscience , author =
A. Computational Intelligence and Neuroscience , author =. 2022 , pages =. doi:10.1155/2022/2341898 , abstract =
-
[74]
Ritschel, Hannes and Baur, Tobias and Andre, Elisabeth , month = aug, year =. Adapting a. 2017 26th. doi:10.1109/ROMAN.2017.8172330 , abstract =
arXiv 2017
-
[75]
IEEE Transactions on Affective Computing , author =
Training. IEEE Transactions on Affective Computing , author =. 2022 , pages =. doi:10.1109/TAFFC.2022.3190233 , abstract =
arXiv 2022
-
[76]
Qureshi, Ahmed Hussain and Nakamura, Yutaka and Yoshikawa, Yuichiro and Ishiguro, Hiroshi , month = may, year =. Show,. 2017. doi:10.1109/ICRA.2017.7989193 , abstract =
arXiv 2017
-
[77]
Metin and Yemez, Yucel , month = aug, year =
Hussain, Nusrah and Erzin, Engin and Sezgin, T. Metin and Yemez, Yucel , month = aug, year =. Speech
-
[78]
Metin and Yemez, Yucel , month = aug, year =
Hussain, Nusrah and Erzin, Engin and Sezgin, T. Metin and Yemez, Yucel , month = aug, year =. Batch
-
[79]
Russell, Stuart J. and Norvig, Peter and Chang, Ming-wei and Devlin, Jacob and Dragan, Anca and Forsyth, David and Goodfellow, Ian and Malik, Jitendra and Mansinghka, Vikas and Pearl, Judea and Wooldridge, Michael J. , year =. Artificial intelligence: a modern approach , isbn =
-
[80]
Human-to-
Bahl, Shikhar and Gupta, Abhinav and Pathak, Deepak , month = jul, year =. Human-to-
-
[81]
IEEE Robotics and Automation Letters , author =
Autonomy in. IEEE Robotics and Automation Letters , author =. 2021 , pages =. doi:10.1109/LRA.2021.3100603 , abstract =
arXiv 2021
- [82]
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.