stable-baselines3/Makefile

14 lines
131 B
Makefile
Raw Normal View History

SHELL=/bin/bash
pytest:
./scripts/run_tests.sh
pytype:
pytype
doc:
cd docs && make html
spelling:
cd docs && make spelling