From 1b3d7d9c6ce2fced37268cde0b9e7ba9c169b4a1 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 13 Jan 2025 12:54:31 +0100 Subject: [PATCH] Trying new conda setup --- environment.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..d155602 --- /dev/null +++ b/environment.yml @@ -0,0 +1,25 @@ +# On linux, you should run this command (or equivalent) also need these packages: +# > apt install build-essential python3.11-dev swig +# (replace 3.11 with your python version; for instance python3.12-dev. + +name: irlcenv +channels: + - pytorch + - conda-forge + # - nodefaults +dependencies: + - python + - gymnasium[box2d] + - torch + - sympy + - tqdm + - seaborn + - pillow + - scikit-learn + - matplotlib + - requests # Required when updating the local files (read stuff from gitlab). + - pyqt6 # Try pyqt + - pygame + - pip + - pip: + - -r requirements_pip.txt -- GitLab