nazaruka / gym-http-api

NSGA2-based Sonic agent + experimental code
MIT License
1 stars 1 forks source link

Make requirements file that installs all Python packages via pip #13

Closed schrum2 closed 5 years ago

schrum2 commented 5 years ago

This will make it easy to run this code any time it is downloaded to a new system.

schrum2 commented 5 years ago

Related to this. Esoteric commands like conda install -c conda-forge swig (seemingly required for Box2d to work) need to be documented somewhere as well. If we can only get it to work with a conda install, then I guess that shouldn't go in the requirements file (since that is for pip) but the information should be somewhere. This might actually be a good time to edit the README file for this repo to reflect what we are doing with it rather than what it was originally for. The README should also give credit to the tidyRL repo as being the source for a lot of our code.