HMP / agents /init.bat
GitHub Action
Sync from GitHub with Git LFS
40dadfd
raw
history blame
247 Bytes
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Running initialization...
echo --------------------------
python init.py
pause