From c926ac1356ca0945ba3c3fae5cf5d6290bb879fb Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Tue, 14 Jan 2025 15:36:06 +0100
Subject: [PATCH] Modified environment a bit

---
 environment.yml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/environment.yml b/environment.yml
index 799db14..dcb17c4 100644
--- a/environment.yml
+++ b/environment.yml
@@ -1,15 +1,14 @@
-# On linux, you should run this command (or equivalent) also need these packages:
-# > apt install build-essential python3.11-dev swig
+# On linux or MacOS, if you are *not* installing conda, you should install these packages:
+# apt install build-essential python3.11-dev swig
 # (replace 3.11 with your python version; for instance python3.12-dev.
 
-name: irlcenv
+name: irlcenv # You can give the environment another name. It is activate by `conda activate irlcenv`
 channels:
   - pytorch
   - conda-forge
-  #  - nodefaults
 dependencies:
   - python
-  - gymnasium-box2d>=1.0.0
+  - gymnasium[box2d]>=1.0.0
   - pytorch
   - sympy
   - tqdm
@@ -17,7 +16,7 @@ dependencies:
   - pillow
   - scikit-learn
   - matplotlib
-  - requests # Required when updating the local files (read stuff from gitlab).
+  - requests
   - qtpy # Try pyqt, pyqt6 on other platforms.
   - pygame
   - pip
-- 
GitLab