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:

from src.cxsim.agents import OAIAgent
class MyAgent(OAIAgent):
    ...

Advanced Simulation

Using the example from the examples directory:

# 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.