[Doc] RLlib Algorithms Documentation: MAML + PyTorch MAML (#9189)

This commit is contained in:
Michael Luo
2020-07-03 11:05:15 -07:00
committed by GitHub
parent 7a2d7964d8
commit 851d02463b
9 changed files with 502 additions and 6 deletions
+2
View File
@@ -106,6 +106,8 @@ Algorithms
- |pytorch| |tensorflow| :ref:`Deep Q Networks (DQN, Rainbow, Parametric DQN) <dqn>`
- |pytorch| |tensorflow| :ref:`Model-Agnostic Meta-Learning (MAML) <maml>`
- |pytorch| |tensorflow| :ref:`Policy Gradients <pg>`
- |pytorch| |tensorflow| :ref:`Proximal Policy Optimization (PPO) <ppo>`