Please use environment.yaml or requirements.txt to install the env
conda env create -f environment.yaml
pip install -r requirements.txt
The way to create my agent is place all the files under a same folder, and you can import the class of my agent. Like below:
RLGame_agent = LLMAgent(model_name="popo9790/Qwen3-8B-Mafia-v2")