openai / InfoGAN

Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets"
https://arxiv.org/abs/1606.03657
1.06k stars 309 forks source link

tried running this on a linux machine with conda-supplied python #8

Closed shriphani closed 8 years ago

shriphani commented 8 years ago

needed to specify PYTHONPATH='.' else it wouldn't pick up anything in the infogan.* namespace.