Skip to content

Commit

Permalink
Changes to obs space descriptions in unit6.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-267 authored Dec 19, 2023
1 parent e7ecdff commit 164a11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/unit6/unit6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@
"cell_type": "markdown",
"source": [
"The observation space **is a dictionary with 3 different elements**:\n",
"- `achieved_goal`: (x,y,z) position of the goal.\n",
"- `desired_goal`: (x,y,z) distance between the goal position and the current object position.\n",
"- `achieved_goal`: (x,y,z) the current position of the end-effector.\n",
"- `desired_goal`: (x,y,z) the target position for the end-effector.\n",
"- `observation`: position (x,y,z) and velocity of the end-effector (vx, vy, vz).\n",
"\n",
"Given it's a dictionary as observation, **we will need to use a MultiInputPolicy policy instead of MlpPolicy**."
Expand Down

0 comments on commit 164a11e

Please sign in to comment.