Skip to content

Commit ef64ef1

Browse files
authored
Update README.md
Changed License in README to CC BY 4.0
1 parent 91ab6a2 commit ef64ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reinforcement learning course
22

33
[![Build Status](https://github.com/upb-lea/reinforcement_learning_course_materials/actions/workflows/buildPDFs.yml/badge.svg)](https://github.com/upb-lea/reinforcement_learning_course_materials/actions/workflows/buildPDFs.yml)
4-
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
4+
[![CC BY 4.0][cc-by-shield]][cc-sa]
55
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
66
[![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/)
77

@@ -12,7 +12,7 @@ This work is licensed under a
1212

1313
[cc-by]: https://creativecommons.org/licenses/by/4.0/legalcode
1414
[cc-by-image]: https://licensebuttons.net/l/by/4.0/88x31.png
15-
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
15+
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
1616

1717
Lecture notes, tutorial tasks including solutions as well as online videos for a reinforcement learning course originally hosted at Paderborn University and transferred to University of Siegen. Source code for the entire course material is open and everyone is cordially invited to use it for self-learning (students) or to set up your own course (lecturers).
1818

0 commit comments

Comments
 (0)