# Documentation ## Design & architecture ([`/design`](./design/)) - [Actor/critic architecture](./design/actor-critic.md): Description of the actor-critic pipeline. - [Communication](./design/communication.md): Message propagation, Nerve-Net style. - [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. ## API reference ([`/api`](./api/)) - [Environment](./api/environment.md): MuJoCo environment interaction, state retrieval, and configuration. - [Simulate](./api/simulate.md): Simulation rendering.