deeper-blue / sdp-robot

The robot code for Deeper Blue, an assistive chess-playing robot. Developed for the System Design Project, a 3rd year course offered at the School of Informatics, University of Edinburgh.
2 stars 0 forks source link

Extract environment preparation #46

Open pilif0 opened 5 years ago

pilif0 commented 5 years ago

In multiple run and test scripts, I use the test/demo_2/hli_prepare.py script to prepare the environment. It would be better to have that in a more central location (probably repo root) and make sure everything uses that, to improve maintainability. It also makes little sense that something labelled as being for demo 2 is being used across more than that demo.