> For the complete documentation index, see [llms.txt](https://slm-lab.gitbook.io/slm-lab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://slm-lab.gitbook.io/slm-lab/development.md).

# Development

- [Architecture](https://slm-lab.gitbook.io/slm-lab/development/architecture.md)
- [Modular Design](https://slm-lab.gitbook.io/slm-lab/development/modular-lab-components.md)
- [Algorithm Taxonomy](https://slm-lab.gitbook.io/slm-lab/development/modular-lab-components/algorithm-taxonomy.md)
- [Class Inheritance: A2C > PPO](https://slm-lab.gitbook.io/slm-lab/development/modular-lab-components/class-inheritance-a2c-greater-than-ppo.md)
- [Algorithm Families](https://slm-lab.gitbook.io/slm-lab/development/algorithms.md)
- [DQN](https://slm-lab.gitbook.io/slm-lab/development/algorithms/dqn.md)
- [REINFORCE](https://slm-lab.gitbook.io/slm-lab/development/algorithms/reinforce.md)
- [Actor-Critic](https://slm-lab.gitbook.io/slm-lab/development/algorithms/a2c.md)
- [PPO](https://slm-lab.gitbook.io/slm-lab/development/algorithms/a2c/ppo.md)
- [SAC](https://slm-lab.gitbook.io/slm-lab/development/algorithms/a2c/sac.md)
- [CrossQ](https://slm-lab.gitbook.io/slm-lab/development/algorithms/a2c/crossq.md)
- [Memory](https://slm-lab.gitbook.io/slm-lab/development/memory.md)
- [Replay](https://slm-lab.gitbook.io/slm-lab/development/memory/replay.md)
- [PrioritizedReplay](https://slm-lab.gitbook.io/slm-lab/development/memory/prioritizedreplay.md)
- [OnPolicyReplay](https://slm-lab.gitbook.io/slm-lab/development/memory/onpolicyreplay.md)
- [OnPolicyBatchReplay](https://slm-lab.gitbook.io/slm-lab/development/memory/onpolicybatchreplay.md)
- [Net](https://slm-lab.gitbook.io/slm-lab/development/neural-networks.md)
- [MLP](https://slm-lab.gitbook.io/slm-lab/development/neural-networks/mlp.md)
- [CNN](https://slm-lab.gitbook.io/slm-lab/development/neural-networks/cnn.md)
- [RNN](https://slm-lab.gitbook.io/slm-lab/development/neural-networks/rnn.md)
- [TorchArc](https://slm-lab.gitbook.io/slm-lab/development/neural-networks/torcharc.md)
- [Profiling SLM Lab](https://slm-lab.gitbook.io/slm-lab/development/profiling-slm-lab.md)
- [Using SLM Lab In Your Project](https://slm-lab.gitbook.io/slm-lab/development/using-slm-lab-in-your-project.md)
