Skip to content

Commit

Permalink
[Minor] describe task better
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Nov 10, 2023
1 parent 517a3b6 commit 3da14bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/tutorials/2-creating-new-env-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"source": [
"### Init Embedding\n",
"\n",
"Embed initial problem into latent space. In our case, we project the vehicle, pickup, and delivery locations"
"Embed initial problem into latent space. In our case, we can project the coordinates of the cities into a latent space."
]
},
{
Expand Down Expand Up @@ -524,7 +524,7 @@
"source": [
"### Context Embedding\n",
"\n",
"Context embedding takes current context and returns a vector representation of it. In the MDPDP, the context is equivalent to the current node embedding"
"Context embedding takes the current context and returns a vector representation of it. In TSP, we can take the embedding of the first node visited (since we need to complete the tour) as well as the embedding of current node visited (in the first step we just have a placeholder since they are the same)."
]
},
{
Expand Down

0 comments on commit 3da14bb

Please sign in to comment.