fix gym library link

This commit is contained in:
rram12
2022-09-18 19:45:13 +02:00
parent cd8615a52a
commit e17c505d42
5 changed files with 692 additions and 692 deletions

View File

@@ -23,8 +23,8 @@
"❓ If you have questions, please post them on #study-group-unit2 discord channel 👉 https://discord.gg/aYka4Yhff9\n",
"\n",
"🎮 Environments: \n",
"- [FrozenLake-v1](https://www.gymlibrary.ml/environments/toy_text/frozen_lake/)\n",
"- [Taxi-v3](https://www.gymlibrary.ml/environments/toy_text/taxi/)\n",
"- [FrozenLake-v1](https://www.gymlibrary.dev/environments/toy_text/frozen_lake/)\n",
"- [Taxi-v3](https://www.gymlibrary.dev/environments/toy_text/taxi/)\n",
"\n",
"📚 RL-Library: Python and Numpy\n",
"\n",
@@ -276,12 +276,12 @@
"id": "NAvihuHdy9tw"
},
"source": [
"### Step 1: Create and understand [FrozenLake environment ⛄]((https://www.gymlibrary.ml/environments/toy_text/frozen_lake/)\n",
"### Step 1: Create and understand [FrozenLake environment ⛄]((https://www.gymlibrary.dev/environments/toy_text/frozen_lake/)\n",
"---\n",
"\n",
"💡 A good habit when you start to use an environment is to check its documentation \n",
"\n",
"👉 https://www.gymlibrary.ml/environments/toy_text/frozen_lake/\n",
"👉 https://www.gymlibrary.dev/environments/toy_text/frozen_lake/\n",
"\n",
"---\n",
"\n",
@@ -923,7 +923,7 @@
"source": [
"### Step 10: Evaluate our Q-Learning agent 📈\n",
"- Normally you should have mean reward of 1.0\n",
"- It's relatively easy since the state space is really small (16). What you can try to do is [to replace with the slippery version](https://www.gymlibrary.ml/environments/toy_text/frozen_lake/)."
"- It's relatively easy since the state space is really small (16). What you can try to do is [to replace with the slippery version](https://www.gymlibrary.dev/environments/toy_text/frozen_lake/)."
]
},
{
@@ -1321,12 +1321,12 @@
"source": [
"# Part 2: Taxi-v3 🚖\n",
"\n",
"### Step 1: Create and understand [Taxi-v3 🚕](https://www.gymlibrary.ml/environments/toy_text/taxi/)\n",
"### Step 1: Create and understand [Taxi-v3 🚕](https://www.gymlibrary.dev/environments/toy_text/taxi/)\n",
"---\n",
"\n",
"💡 A good habit when you start to use an environment is to check its documentation \n",
"\n",
"👉 https://www.gymlibrary.ml/environments/toy_text/taxi/\n",
"👉 https://www.gymlibrary.dev/environments/toy_text/taxi/\n",
"\n",
"---\n",
"\n",
@@ -1717,7 +1717,7 @@
"* Try different hyperparameters by looking at what your classmates have done.\n",
"* **Push your new trained model** on the Hub 🔥\n",
"\n",
"Are walking on ice and driving taxis too boring to you? Try to **change the environment**, why not using FrozenLake-v1 slippery version? Check how they work [using the gym documentation](https://www.gymlibrary.ml/) and have fun 🎉."
"Are walking on ice and driving taxis too boring to you? Try to **change the environment**, why not using FrozenLake-v1 slippery version? Check how they work [using the gym documentation](https://www.gymlibrary.dev/) and have fun 🎉."
]
},
{