853 B
853 B
Documentation
Design & architecture (/design)
- Communication: Message propagation, Nerve-Net style.
- Controllers: Macroscopig brain toplogy, centralized, arm-level, segment-level.
- Input/output: Description of the model's input and output.
- Learning algorithm: RL techniques, i.e. PPO.
- MLP architecture: Module wiring, state/action spaces, and actor-critic pipeline.
- Reward function: Goals, fitness tracking, and reward structures.
API reference (/api)
- Environment: MuJoCo environment interaction, state retrieval, and configuration.
- Simulate: Simulation rendering.