gablg1 / ORGAN

Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation Models
GNU General Public License v2.0
237 stars 85 forks source link

New frontend #7

Closed couteiral closed 7 years ago

gablg1 commented 7 years ago

Hey Carlos, I looked at the code and it looks good. I'd just like to have something like an example.py at the toplevel so that folks can run ORGAN very easily by doing pip install -r requirements.txt && python example.py think you can add that?

couteiral commented 7 years ago

Now it's reformatted as a library and ready to be uploaded to PyPI. Also added an example.py file, as requested.