From 379d152ed95411f5498260a06bf0d261381b7a18 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:37:43 +0200 Subject: [PATCH] add disclaimer and categories to `third-party-tutorials.md` (#935) --- docs/tutorials/third-party-tutorials.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/third-party-tutorials.md b/docs/tutorials/third-party-tutorials.md index 2883cb75e..5fc792957 100644 --- a/docs/tutorials/third-party-tutorials.md +++ b/docs/tutorials/third-party-tutorials.md @@ -1,7 +1,16 @@ - # Third-Party Tutorials -## [AgileRL](https://docs.agilerl.com/en/latest/tutorials/gymnasium/index.html) + +*This page contains tutorials which are not maintained by Farama Foundation and, as such, cannot be guaranteed to function as intended.* + +*If you'd like to contribute an tutorial, please reach out on [Discord](https://discord.gg/bnJ6kubTg6).* + + +## Third-Party tutorials about gymnasium + +## Third-Party tutorials about libraries that use gymnasium + +### [AgileRL](https://docs.agilerl.com/en/latest/tutorials/gymnasium/index.html) AgileRL focuses on reducing the time taken for training models and hyperparameter optimisation (HPO) providing tutorials for using it with PPO, TD3 and Rainbow.