Intermediate Guide ================== Ready to level up? This guide delves deeper into PyCxsim's features, perfect for those with some prior experience. Customizing Agents ------------------ PyCxsim allows for detailed agent customization. Let's create a custom agent: .. code-block:: python from src.cxsim.agents import OAIAgent class MyAgent(OAIAgent): ... Advanced Simulation ------------------- Using the example from the `examples` directory: .. code-block:: python # Referencing the content from simple_marketplace_example.py ... Next Steps ---------- Ready for a challenge? Dive into the `Advanced Guide`_ for in-depth functionalities and optimizations. .. _Advanced Guide: advanced.rst