kentsommer / pytorch-value-iteration-networks

Pytorch implementation of Value Iteration Networks (NIPS 2016 best paper)
BSD 3-Clause "New" or "Revised" License
318 stars 62 forks source link

Add requirements.txt #1

Closed suryabhupa closed 7 years ago

suryabhupa commented 7 years ago

Added simple requirements.txt for easy pip installation of dependencies and added a note in the README.md.

suryabhupa commented 7 years ago

haha, I totally forgot to remove torch from requirements.txt; fixed it for now. Let me know if there any other changes you'd like to see.

kentsommer commented 7 years ago

@suryabhupa Thanks for the quick fix, and thanks for the contribution!

suryabhupa commented 7 years ago

Not at all -- thank you for this implementation! It's really wonderfully done; maybe I'll add on to the list of VIN implementations now too haha. :)