Mchristos / empowerment

intrinsic motivation in grid worlds
MIT License
25 stars 1 forks source link

Make Package and Refactor #4

Closed Mchristos closed 4 years ago

Mchristos commented 4 years ago

This repository is now easily installable as a package. I also refactored some names to make the import statements make a bit more sense.

Mchristos commented 4 years ago

Great that you make a package. requirements.txt instead of requirements.py? also, why not put install_requires install_requires =[ 'numpy', ] ... instead of requirements.py in the setup.py?

You're right, thanks for spotting. Will add an install_requires field and then remove requirements.py (should have been .txt you're right)

Mchristos commented 4 years ago

Thanks @tessavdheiden, I added the requirements to the setup.py

Mchristos commented 4 years ago

Sorry @tessavdheiden , need you to re-approve after making those changes