The agent who can learn.
Install RASPA2 as explained on their repo. For example, use:
conda install -c conda-forge raspa2
export RASPA_DIR=/path/to/environment/rootpip install -r requirements.txt
pip install -e .Git clone CoRE-MOF/ repository (https://github.com/coudertlab/CoRE-MOF) and install with pip.
Create a .env file containing:
OPENAI_API_KEY="..."
RASPA_DIR="..."
TEMP_PATH = "test/"python -m streamlit run src/student/app.py