You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this repo. The code is awesome.
I find that currently this repo only supports MLP. If I would like to use RNN or seq2seq neural network (NMT) to be my policy network, how can I implement the forward function like forward_mlp? Any suggestions for this problem?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for sharing this repo. The code is awesome.
I find that currently this repo only supports MLP. If I would like to use RNN or seq2seq neural network (NMT) to be my policy network, how can I implement the forward function like
forward_mlp
? Any suggestions for this problem?Thank you very much.
The text was updated successfully, but these errors were encountered: