Skip to content
Snippets Groups Projects
Commit f889866a authored by tuhe's avatar tuhe
Browse files

Minor tweaks for week 1

parent a3b28863
No related branches found
No related tags found
No related merge requests found
# 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.
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
LICENCE
This repository contains code for the course 02465, Introduction to reinforcement learning and control theory.
Some of the code in this repository is not written by me and the licensing terms are as indicated in the relevant files.
Files authored by me or other DTU employees is only intended for educational purposes for students enrolled in the course.
Please do not re-distribute or publish this code without written permision from Tue Herlau (tuhe@dtu.dk).
\ No newline at end of file
...@@ -3,3 +3,9 @@ ...@@ -3,3 +3,9 @@
This repository contains code for 02465, introduction to machine learning and control theory. For installation instructions and course material please see: This repository contains code for 02465, introduction to machine learning and control theory. For installation instructions and course material please see:
- https://www2.compute.dtu.dk/courses/02465/information/installation.html - https://www2.compute.dtu.dk/courses/02465/information/installation.html
## License
Some of the code in this repository is not written by me and the licensing terms are as indicated in the relevant files.
Files authored by me are only intended for educational purposes. Please do not re-distribute or publish this code without written permision from Tue Herlau (tuhe@dtu.dk)
# On linux, you should run this command (or equivalent) also need these packages: # On linux or MacOS, if you are *not* installing conda, you should install these packages:
# > apt install build-essential python3.11-dev swig # apt install build-essential python3.11-dev swig
# (replace 3.11 with your python version; for instance python3.12-dev. # (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: channels:
- pytorch - pytorch
- conda-forge - conda-forge
# - nodefaults
dependencies: dependencies:
- python - python
- gymnasium-box2d>=1.0.0 - gymnasium[box2d]>=1.0.0
- pytorch - pytorch
- sympy - sympy
- tqdm - tqdm
...@@ -17,7 +16,7 @@ dependencies: ...@@ -17,7 +16,7 @@ dependencies:
- pillow - pillow
- scikit-learn - scikit-learn
- matplotlib - matplotlib
- requests # Required when updating the local files (read stuff from gitlab). - requests
- qtpy # Try pyqt, pyqt6 on other platforms. - qtpy # Try pyqt, pyqt6 on other platforms.
- pygame - pygame
- pip - pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment