rizar / actor-critic-public

The source code for "An Actor Critic Algorithm for Structured Prediction"
MIT License
167 stars 43 forks source link

what is the difference between "actor-critic training" and "REINFORCE-critic" in the README.md ? #6

Closed haoyusoong closed 6 years ago

haoyusoong commented 6 years ago
2018-02-14 9 38 50
haoyusoong commented 6 years ago

I may have figured it out. "2 .actor-critic training" is the step3 of algorithm 2 in the paper .