From 293012ba77ecdfdd718b3fa414f92c00477c6761 Mon Sep 17 00:00:00 2001 From: ottofabian Date: Mon, 7 Dec 2020 11:28:06 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208edbe..e9f88a1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Currently we have the following environements: |`Rosenbrock{dim}-v0`| Gym interface for Rosenbrock function. `{dim}` is one of 5, 10, 25, 50 or 100. | -## INSTALL +## Install 1. Clone the repository ```bash git clone git@github.com:ALRhub/alr_envs.git From 8e0a5ba29ebdd946d45a04685765566378688d88 Mon Sep 17 00:00:00 2001 From: Maximilian Huettenrauch Date: Mon, 14 Dec 2020 16:19:07 +0100 Subject: [PATCH 2/3] removed pycharm .idea folder --- .gitignore | 2 +- .idea/modules.xml | 8 -------- .idea/workspace.xml | 7 ------- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .idea/modules.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 766e68d..79c652b 100644 --- a/.gitignore +++ b/.gitignore @@ -105,7 +105,7 @@ venv.bak/ # pycharm .DS_Store -/.idea +.idea #configs /configs/db.cfg diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 51ab974..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 0bd2a7a..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file From 72b5e2bfc95ac659462b37ebce7fe15db19adfcf Mon Sep 17 00:00:00 2001 From: Maximilian Huettenrauch Date: Mon, 14 Dec 2020 16:20:25 +0100 Subject: [PATCH 3/3] remove .idea stuff v2 --- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file