手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| Semi-supervised Reinforcement Learning× | 半教師ありTransformer× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2020s | 2018–2019 |
| 提唱者≠ | Multiple contributors (Laskin, Srinivas, Abbeel et al.) | Devlin, J. et al. (BERT); broader SSL-Transformer paradigm community |
| 種類≠ | Semi-supervised training paradigm for RL agents | Semi-supervised deep learning |
| 原典≠ | Zhan, X., Zhu, X., & Shi, H. (2022). Deepthermal: Combustion optimization for thermal power generating units using offline reinforcement learning. Proceedings of the AAAI Conference on Artificial Intelligence, 36(4), 4680–4688. link ↗ | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. Proceedings of NAACL-HLT 2019, 4171–4186. DOI ↗ |
| 別名 | SSRL, semi-supervised RL, RL with unlabeled data, label-efficient reinforcement learning | semi-supervised transformer model, SSL transformer, transformer with self-supervised pre-training, semi-supervised attention model |
| 関連≠ | 6 | 5 |
| 概要≠ | Semi-supervised reinforcement learning (SSRL) combines standard reinforcement learning — where an agent learns from sparse reward signals — with semi-supervised techniques that extract structure from unlabeled environment interactions. The goal is to improve sample efficiency and generalization when reward feedback is costly, delayed, or available only for a fraction of the agent's experience. | Semi-supervised learning with Transformer architectures leverages large quantities of unlabeled data alongside a small labeled set to train powerful sequence models. The dominant pattern — exemplified by BERT — first pre-trains the Transformer on unlabeled data using self-supervised objectives such as masked token prediction, then fine-tunes it on the labeled task. This two-stage approach dramatically reduces the labeled data needed to achieve strong performance. |
| ScholarGateデータセット ↗ |
|
|