hardmaru / estool

Evolution Strategies Tool
Other
933 stars 162 forks source link

matplotlib isn't in requirements.txt #32

Open danbri opened 3 years ago

danbri commented 3 years ago

I needed to pip install matplotlib for the simple_es_example.ipynb demo to work; should it be in requirements.txt?

danbri commented 3 years ago

hmm but then neither is box2d-py, which I needed to run estool$ python train.py rocketlander -n 8 -t 4, which makes me suspect I don't understand quite the purpose of requirements.txt. Also I needed to comment out the estool==1.0 line to run this stuff from the github-cloned directory.