Fix bad-formatted bp list

This commit is contained in:
ankandrew
2022-12-09 22:12:55 -03:00
committed by GitHub
parent a2ee1fc636
commit 53c98279c6

View File

@@ -9,9 +9,10 @@ In this environment we aim to train Huggy to **fetch the stick we throw at him.
## The State Space, what Huggy perceives. [[state-space]]
Huggy doesn't "see" his environment. Instead, we provide him information about the environment:
* The target (stick) position
* The relative position between himself and the target
* The orientation of his legs.
- The target (stick) position
- The relative position between himself and the target
- The orientation of his legs.
Given all this information, Huggy can **use his policy to determine which action to take next to fulfill his goal**.