crazydonkey200 / neural-symbolic-machines

Neural Symbolic Machines is a framework to integrate neural networks and symbolic representations using reinforcement learning, with applications in program synthesis and semantic parsing.
Apache License 2.0
377 stars 69 forks source link

How to understand `avg length` and `avg return`? #26

Closed guotong1988 closed 5 years ago

guotong1988 commented 5 years ago

Thank you.

guotong1988 commented 5 years ago

I think avg return is the average reward.

crazydonkey200 commented 5 years ago

avg length is the average length of the generated programs.

guotong1988 commented 5 years ago

Thank you!