Merge pull request #329 from robertoschiavone/main

fix: unit 1 notebook cover link 📝
This commit is contained in:
Thomas Simonini
2023-05-29 09:51:23 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
"source": [
"# Unit 1: Train your first Deep Reinforcement Learning Agent 🤖\n",
"\n",
"![Cover](https://github.com/huggingface/deep-rl-class/blob/main/unit1/assets/img/thumbnail.png?raw=true)\n",
"![Cover](https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit1/thumbnail.jpg)\n",
"\n",
"In this notebook, you'll train your **first Deep Reinforcement Learning agent** a Lunar Lander agent that will learn to **land correctly on the Moon 🌕**. Using [Stable-Baselines3](https://stable-baselines3.readthedocs.io/en/master/) a Deep Reinforcement Learning library, share them with the community, and experiment with different configurations\n",
"\n",
@@ -1188,4 +1188,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}