Comparar métodos
Examine os métodos selecionados lado a lado; as linhas que diferem ficam destacadas.
| Aprendizagem por Reforço Autossupervisionada× | Aprendizagem por Reforço× | |
|---|---|---|
| Área | Aprendizado profundo | Aprendizado profundo |
| Família | Machine learning | Machine learning |
| Ano de origem≠ | 2020 | 1950s–1998 |
| Autor original≠ | Laskin, M.; Srinivas, A.; Abbeel, P. (and contemporaries) | Sutton, R. S. & Barto, A. G. (formalised); Bellman, R. (foundations) |
| Tipo≠ | Self-supervised auxiliary-task learning for RL | Sequential decision-making framework |
| Fonte seminal≠ | Laskin, M., Srinivas, A., & Abbeel, P. (2020). CURL: Contrastive Unsupervised Representations for Reinforcement Learning. Proceedings of the 37th International Conference on Machine Learning (ICML), PMLR 119, 5639–5650. link ↗ | Sutton, R. S. & Barto, A. G. (2018). Reinforcement Learning: An Introduction (2nd ed.). MIT Press. ISBN: 978-0-262-03924-6 |
| Outros nomes | SSL-RL, self-supervised RL, representation-based reinforcement learning, auxiliary-task RL | RL, reward-based learning, trial-and-error learning, policy optimization |
| Relacionados≠ | 4 | 2 |
| Resumo≠ | Self-supervised Reinforcement Learning (SSL-RL) augments standard RL training with self-supervised auxiliary objectives — such as contrastive, predictive, or data-augmentation-based tasks — applied to the agent's own experience. These objectives improve the quality of learned representations without requiring extra human labels, enabling faster convergence and better sample efficiency, especially in high-dimensional observation spaces like raw pixels. | Reinforcement Learning (RL) is a framework in which an agent learns to make sequential decisions by interacting with an environment, receiving scalar reward signals, and updating a policy to maximise cumulative future reward. Unlike supervised learning, no labeled examples are provided; the agent discovers optimal behavior entirely through experience and delayed feedback. |
| ScholarGateConjunto de dados ↗ |
|
|