From 3874d08a7ed69316ea85eecbd483e4b4d1acf1ef Mon Sep 17 00:00:00 2001 From: Brian Kanyora Date: Thu, 13 Jul 2023 09:35:42 +0100 Subject: [PATCH] feature/1597: Added dependencies to the index.rst since v1.1.0. --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 9f76511e..95b622ba 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,6 +23,12 @@ What is PrimAITE built with * `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) * `Ray RLlib `_ is used as an additional source of RL algorithms +* `Typer `_ is used for building CLIs (Command Line Interface applications) +* `Tensorflow `_ is used for training and inference of neural networks in machine learning +* `Jupyterlab `_ is used an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture +* `Platformdirs `_ is used for finding the right location to store user data and configuration but varies per platform +* `Plotly `_ is used for building high level charts + Where next? ------------