export PYTHONPATH=/home/irbsurfer/Projects/pyNetLogo/pynetlogo/lib/python3.12/site-packages
export CUDA_VISIBLE_DEVICES=0 # Ensure GPU 0 is visible
export LD_LIBRARY_PATH=/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH
- Centralized Logging:
- All logs are stored in the logs/ directory.
- Regularly inspect logs to identify and troubleshoot issues promptly.
- Example:
tail -f logs/fastapi.out.log
tail -f logs/primary_agent.err.log