docs: fix non docs/ links
This commit is contained in:
parent
cd411494d1
commit
e4869e0061
4 changed files with 40 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ If you are interested in the "why did you do it like this?"
|
|||
- [Controllers](./design/controllers.md): Macroscopig brain toplogy, centralized, arm-level, segment-level.
|
||||
- [Input/output](./design/input_action_spaces.md): Description of the model's input and output.
|
||||
- [Learning algorithm](./design/learning_algorithm.md): RL techniques, i.e. PPO.
|
||||
- [Reward function](./design/learning_algorithm.md): Goals, fitness tracking, and reward structures.
|
||||
- [Reward function](./design/reward_function.md): Goals, fitness tracking, and reward structures.
|
||||
|
||||
## API reference (`/api`)
|
||||
|
||||
|
|
|
|||
Reference in a new issue