From 8c4c5ccfaa0b7df913d62a94f8ac04cf5fea53d1 Mon Sep 17 00:00:00 2001 From: Florent Teichteil-Koenigsbuch Date: Fri, 4 Oct 2024 11:42:57 +0200 Subject: [PATCH 1/3] Add mention to ANITI and TUPLES in the documentation --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 6ade2553ac..1ffee61938 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ footer: MIT Licensed | Copyright © 2019-present Airbus **Scikit-decide is an AI framework for Reinforcement Learning, Automated Planning and Scheduling.** -This framework was initiated at [Airbus](https://www.airbus.com) AI Research. +This framework was initiated at [Airbus](https://www.airbus.com) AI Research and received notably contributions through the [ANITI](https://aniti.univ-toulouse.fr/en/) and [TUPLES](https://tuples.ai/) projects. ::: tip Please refer to the **Guide** and **Reference** sections at the top to learn how to use scikit-decide. From 3272e3b115c57440c99bda75b3006d070af79db7 Mon Sep 17 00:00:00 2001 From: Florent Teichteil-Koenigsbuch Date: Fri, 4 Oct 2024 11:47:45 +0200 Subject: [PATCH 2/3] Add mention to contributions from ANITI, TUPLES and ANU in the Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2582ac10e..038f44be56 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Scikit-decide is an AI framework for Reinforcement Learning, Automated Planning and Scheduling. +This framework was initiated at [Airbus](https://www.airbus.com) AI Research and notably received contributions through the [ANITI](https://aniti.univ-toulouse.fr/en/) and [TUPLES](https://tuples.ai/) projects, and also from [ANU](https://www.anu.edu.au/). + ## Installation Quick version: From 487c6dc74ae185c27627f3b2e9c90d6b16e02db0 Mon Sep 17 00:00:00 2001 From: Florent Teichteil-Koenigsbuch Date: Fri, 4 Oct 2024 11:48:52 +0200 Subject: [PATCH 3/3] Add mention to ANU contribution in the documentation --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1ffee61938..2da0602448 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ footer: MIT Licensed | Copyright © 2019-present Airbus **Scikit-decide is an AI framework for Reinforcement Learning, Automated Planning and Scheduling.** -This framework was initiated at [Airbus](https://www.airbus.com) AI Research and received notably contributions through the [ANITI](https://aniti.univ-toulouse.fr/en/) and [TUPLES](https://tuples.ai/) projects. +This framework was initiated at [Airbus](https://www.airbus.com) AI Research and notably received contributions through the [ANITI](https://aniti.univ-toulouse.fr/en/) and [TUPLES](https://tuples.ai/) projects, and also from [ANU](https://www.anu.edu.au/). ::: tip Please refer to the **Guide** and **Reference** sections at the top to learn how to use scikit-decide.