From fd2ab39edf0516640b20eebb80c3f3c5ac3d2155 Mon Sep 17 00:00:00 2001 From: Brian Kanyora Date: Thu, 13 Jul 2023 09:36:04 +0100 Subject: [PATCH] feature/1597: Added dependencies to the index.rst since v1.1.0. --- docs/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 95b622ba..599f50d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,8 +17,6 @@ This is similar to the approach taken by FVEY international partners (e.g. AUS C What is PrimAITE built with -------------------------------------- -.. TODO:: Add the new dependencies that we've added since v1.1.0 - * `OpenAI's Gym `_ is used as the basis for AI blue agent interaction with the PrimAITE environment * `Networkx `_ is used as the underlying data structure used for the PrimAITE environment * `Stable Baselines 3 `_ is used as a default source of RL algorithms (although PrimAITE is not limited to SB3 agents)