LaunchpadAI / space-bandits

GNU General Public License v3.0
102 stars 30 forks source link

Migrating to Pytorch? #5

Closed AlliedToasters closed 5 years ago

AlliedToasters commented 5 years ago

This library uses tensorflow but I'd like to migrate to torch before the project matures. Thoughts on adding pytorch as a dependency? (certainly easier to install than tensorflow!)

impredicative commented 5 years ago

To play devil's advocate, what are the reasons for wanting to migrate?

AlliedToasters commented 5 years ago

As of version 0.0.95, we're tensorflow-free. All deep learning functionality has been replaced by pytorch.

This is to simplify deployment and development.