typo github #273
This commit is contained in:
parent
12f09cccba
commit
fb852672a7
@ -2328,14 +2328,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_a6f6598a2bf4463299b452ee04fec3a3",
|
||||
"max": 7.0,
|
||||
"min": 3.0,
|
||||
"max": 7,
|
||||
"min": 3,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_b680d0b8a99d40788c39db27c5c3429e",
|
||||
"value": 5.0
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
"5e75c0320ed8462c9929a00efdfd1c08": {
|
||||
@ -2528,7 +2528,7 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_5e75c0320ed8462c9929a00efdfd1c08",
|
||||
"max": 1.0,
|
||||
"max": 1,
|
||||
"min": 0.01,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
|
@ -603,7 +603,7 @@
|
||||
"```python\n",
|
||||
"def predict(pos, movement):\n",
|
||||
" return gaussian(pos.mean + movement.mean, \n",
|
||||
" movement.var + movement.var)\n",
|
||||
" pos.var + movement.var)\n",
|
||||
"```\n",
|
||||
"\n",
|
||||
"We will do the same thing in this chapter, using multivariate Gaussians instead of univariate Gaussians. You might imagine this sort of implementation:\n",
|
||||
@ -3233,14 +3233,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_ffd71501a24344a4be28b35a6c24096c",
|
||||
"max": 2.0,
|
||||
"min": 0.0,
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_b99e133427774af5bb781c533bf95f7b",
|
||||
"value": 0.0
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
"1c5b4923ffb542f99444e0ff8c0b6aaf": {
|
||||
@ -3463,14 +3463,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_43283d93f77c46419ee80addf6c97262",
|
||||
"max": 1.0,
|
||||
"min": 0.0,
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_6af35bd98b4d40858858a10ed6237587",
|
||||
"value": 0.0
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
"6af35bd98b4d40858858a10ed6237587": {
|
||||
@ -3754,14 +3754,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_1c5b4923ffb542f99444e0ff8c0b6aaf",
|
||||
"max": 2.0,
|
||||
"min": 0.0,
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_db532fd7630a4411942bfbd67111d962",
|
||||
"value": 1.0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"fc7865559c15404bb1f5ee9d048609f4": {
|
||||
@ -3782,14 +3782,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_cc63ade828f942ea9906f6a15053cfc8",
|
||||
"max": 2.0,
|
||||
"min": 0.0,
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_bdcf86db1c254a5697cc1e700d7dbdad",
|
||||
"value": 1.0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"ffd71501a24344a4be28b35a6c24096c": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user