mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-13 18:00:45 +08:00
Merge pull request #449 from Ivan-267/patch-2
Changes to obs space descriptions in unit6.ipynb
This commit is contained in:
@@ -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**."
|
||||
|
||||
Reference in New Issue
Block a user