QuantHive / pyrightconfig.json
ARKAISW's picture
Hackathon Final Submission: PettingZoo multi-agent arch, GRPO training, docs
9cb3002
raw
history blame contribute delete
295 Bytes
{
"venvPath": ".",
"venv": ".venv",
"include": [
"."
],
"executionEnvironments": [
{
"root": ".",
"pythonVersion": "3.12",
"pythonExecutable": "./.venv/Scripts/python.exe"
}
],
"typeCheckingMode": "basic"
}