LantaoYu/SeqGAN
Implementation of Sequence Generative Adversarial Nets with Policy Gradient observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3636
- days_rel: n/a
- days_push: 2733
- n_releases_24m: 0
Adoption not part of the score
2092 stars · 695 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python/TensorFlow implementation of SeqGAN, the Sequence Generative Adversarial Nets with Policy Gradient model from the AAAI-17 paper. It trains a generator of discrete token sequences adversarially, using a discriminator as reward signal via Monte Carlo search and policy gradient.
Use cases
- reproduce the SeqGAN synthetic data experiments with oracle evaluation
- train a GAN to generate sequences of discrete tokens
- apply policy gradient adversarial training to text generation
- study reinforcement learning-based GAN training for sequences
- benchmark negative log-likelihood of sequence generators
When to choose
- you need a reference implementation of the SeqGAN paper for research or study
- you want to experiment with adversarial training of discrete sequence generators using policy gradient
- you are working with legacy TensorFlow r1.x and Python 2.7 environments
When to avoid
- you need a maintained library or modern framework support (requires TensorFlow r1.0.1 and Python 2.7)
- you want production text generation - modern transformer LLMs are far more effective
- you need a permissive license - the repository has no license, so reuse rights are unclear
Facets
library · maturity abandoned
machine-learning deep-learning machine-learning deep-learning python gan seqgan policy-gradient reinforcement-learning text-generation tensorflow research-code aaai-17 natural-language-processing linux gpu
1 source
- readme: https://github.com/LantaoYu/SeqGAN · fetched 2026-08-28 · fa9b9f2e3240
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LantaoYu/SeqGAN | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem