-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ask about the implementation #1
Comments
No using any framework for the LSTM and neural networks models in this system. All the neural models are with pure Python. But you are free to use any framework, like tensorflow, pytorch etc. |
Can this system use GPU to train the neural models?If so,how to implement? |
Yes, you can. You can write an agent (.py) file which is derived from agent.py, this agent can be implemented with pytorch, tensorflow etc., and add this agent into the run.py file, say agt=20, then use your own agent to run. See some agent examples from agt=1,2,3,...,13 |
@terryqj0107 , you can see one example here in DDQ, https://github.com/MiuLab/DDQ/blob/master/src/deep_dialog/agents/agent_dqn.py, this agent_dqn.py is implemented with pytorch under the framework. |
ok,thank you very much |
Excuse me . What framework is used to implement the neural network in this system? Is it the LSTM encapsulated by matlab? Is there a duplicate version of tensorflow?
The text was updated successfully, but these errors were encountered: