From ddc4675504c97b637f31a05bbd3993398636301a Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 2 May 2023 14:51:14 +0200 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d9cd483..c39366f 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,31 @@ This repository contains the Deep Reinforcement Learning Course mdx files and no - **Sign up here** ➡️➡️➡️ http://eepurl.com/ic5ZUD + + +## Citing the project + +To cite this repository in publications: + +```bibtex +@misc{deep-rl-course, + author = {Simonini, Thomas and Sanseviero, Omar}, + title = {The Hugging Face Deep Reinforcement Learning Class}, + year = {2023}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/huggingface/deep-rl-class}}, +} +``` +



+ + + # The documentation below is for v1.0 (deprecated) We're launching a **new version (v2.0) of the course starting December the 5th,** @@ -211,18 +231,3 @@ If it's not the case yet, you can check these free resources: Yes 🎉. You'll **need to upload the eight models with the eight hands-on.** - -## Citing the project - -To cite this repository in publications: - -```bibtex -@misc{deep-rl-class, - author = {Simonini, Thomas and Sanseviero, Omar}, - title = {The Hugging Face Deep Reinforcement Learning Class}, - year = {2022}, - publisher = {GitHub}, - journal = {GitHub repository}, - howpublished = {\url{https://github.com/huggingface/deep-rl-class}}, -} -```